<?php
return [
// RGBA (hex)
[
'FFAABBCC',
'BB',
],
// RGBA (decimal)
false,
187,
// RGB (hex)
'AABBCC',
// RGB (decimal)
'FF00FF',
'00',
0,
];