Shades of Perano #A4A8EC
Tints of Perano #A4A8EC
RGB
CMYK
RGB Variations
Color information
#A4A8EC (or 0xA4A8EC) is known color: Perano. HEX triplet: A4, A8 and EC. RGB value is (164,168,236). Sum of RGB (Red+Green+Blue) = 164+168+236=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4A8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A8EC is #5B5713. Grayscale: #AEAEAE. Windows color (decimal): -5986068 or 15509668. OLE color: 15509668.
HSL color Cylindrical-coordinate representation of color #A4A8EC: hue angle of 236.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4A8EC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 168 | 236 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.07 |
| HSL | 236.67º | 0.65% | 0.78% | - |
| HSV(B) | 236.67º | 0.31% | 0.93% | - |
| XYZ | 44.45 | 41.95 | 85.11 | - |
| YUV | 174.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 236 | 0.31 | 0.29 | 0 | 0.07 | 236.67 | 0.65 | 0.78 |
| Hex | A4 | A8 | EC | 1F | 1D | 0 | 7 | ED | 41 | 4E |
| Octal | 244 | 250 | 354 | 37 | 35 | 0 | 7 | 355 | 101 | 116 |
| Binary | 10100100 | 10101000 | 11101100 | 11111 | 11101 | 0 | 111 | 11101101 | 1000001 | 1001110 |
Color Harmonies of #A4A8EC
Complementary color
Monochromatic Colors of #A4A8EC
Black with #A4A8EC
Text Example
Text Example
White with #A4A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A8EC; }
p { color: rgb(164,168,236); }
H1.HeaderClassName
{
color: #A4A8EC;
}
.AnyTagClassName
{
color: #A4A8EC;
}
</style>
background-color css
<style>
a { background-color: #A4A8EC; }
a { background-color: rgb(164,168,236); }
div.DivClassName
{
background-color: #A4A8EC;
}
.BgClassName
{
background-color: #A4A8EC;
}
</style>
border-color css
<style>
span { border-color: #A4A8EC; }
span { border-color: rgb(164,168,236); }
td.TdClassName
{
border-color: #A4A8EC;
}
.TagClassName
{
border-color: #A4A8EC;
}
</style>