<?php
return [
// RGBA (hex)
[
'AA',
'FFAABBCC',
],
// RGBA (decimal)
170,
false,
// RGB (hex)
'AABBCC',
// RGB (decimal)
'00',
'00FFFF',
0,
];