<?php
return [
// RGBA (hex)
[
'FFAABBCC',
'CC',
],
// RGBA (decimal)
false,
204,
// RGB (hex)
'AABBCC',
// RGB (decimal)
'FFFF00',
'00',
0,
];