Shades of Perano #A4A8E6
Tints of Perano #A4A8E6
RGB
CMYK
RGB Variations
Color information
#A4A8E6 (or 0xA4A8E6) is known color: Perano. HEX triplet: A4, A8 and E6. RGB value is (164,168,230). Sum of RGB (Red+Green+Blue) = 164+168+230=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4A8E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A8E6 is #5B5719. Grayscale: #ADADAD. Windows color (decimal): -5986074 or 15116452. OLE color: 15116452.
HSL color Cylindrical-coordinate representation of color #A4A8E6: hue angle of 236.36º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4A8E6 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 168 | 230 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.10 |
| HSL | 236.36º | 0.57% | 0.77% | - |
| HSV(B) | 236.36º | 0.29% | 0.9% | - |
| XYZ | 43.6 | 41.61 | 80.6 | - |
| YUV | 173.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 230 | 0.29 | 0.27 | 0 | 0.10 | 236.36 | 0.57 | 0.77 |
| Hex | A4 | A8 | E6 | 1D | 1B | 0 | A | EC | 39 | 4D |
| Octal | 244 | 250 | 346 | 35 | 33 | 0 | 12 | 354 | 71 | 115 |
| Binary | 10100100 | 10101000 | 11100110 | 11101 | 11011 | 0 | 1010 | 11101100 | 111001 | 1001101 |
Color Harmonies of #A4A8E6
Complementary color
Monochromatic Colors of #A4A8E6
Black with #A4A8E6
Text Example
Text Example
White with #A4A8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A8E6; }
p { color: rgb(164,168,230); }
H1.HeaderClassName
{
color: #A4A8E6;
}
.AnyTagClassName
{
color: #A4A8E6;
}
</style>
background-color css
<style>
a { background-color: #A4A8E6; }
a { background-color: rgb(164,168,230); }
div.DivClassName
{
background-color: #A4A8E6;
}
.BgClassName
{
background-color: #A4A8E6;
}
</style>
border-color css
<style>
span { border-color: #A4A8E6; }
span { border-color: rgb(164,168,230); }
td.TdClassName
{
border-color: #A4A8E6;
}
.TagClassName
{
border-color: #A4A8E6;
}
</style>