Shades of Perano #A6AAE8
Tints of Perano #A6AAE8
RGB
CMYK
RGB Variations
Color information
#A6AAE8 (or 0xA6AAE8) is known color: Perano. HEX triplet: A6, AA and E8. RGB value is (166,170,232). Sum of RGB (Red+Green+Blue) = 166+170+232=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #A6AAE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAE8 is #595517. Grayscale: #AFAFAF. Windows color (decimal): -5854488 or 15248038. OLE color: 15248038.
HSL color Cylindrical-coordinate representation of color #A6AAE8: hue angle of 236.36º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6AAE8 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 170 | 232 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.09 |
| HSL | 236.36º | 0.59% | 0.78% | - |
| HSV(B) | 236.36º | 0.28% | 0.91% | - |
| XYZ | 44.67 | 42.68 | 82.23 | - |
| YUV | 175.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 232 | 0.28 | 0.27 | 0 | 0.09 | 236.36 | 0.59 | 0.78 |
| Hex | A6 | AA | E8 | 1C | 1B | 0 | 9 | EC | 3B | 4E |
| Octal | 246 | 252 | 350 | 34 | 33 | 0 | 11 | 354 | 73 | 116 |
| Binary | 10100110 | 10101010 | 11101000 | 11100 | 11011 | 0 | 1001 | 11101100 | 111011 | 1001110 |
Color Harmonies of #A6AAE8
Complementary color
Monochromatic Colors of #A6AAE8
Black with #A6AAE8
Text Example
Text Example
White with #A6AAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAE8; }
p { color: rgb(166,170,232); }
H1.HeaderClassName
{
color: #A6AAE8;
}
.AnyTagClassName
{
color: #A6AAE8;
}
</style>
background-color css
<style>
a { background-color: #A6AAE8; }
a { background-color: rgb(166,170,232); }
div.DivClassName
{
background-color: #A6AAE8;
}
.BgClassName
{
background-color: #A6AAE8;
}
</style>
border-color css
<style>
span { border-color: #A6AAE8; }
span { border-color: rgb(166,170,232); }
td.TdClassName
{
border-color: #A6AAE8;
}
.TagClassName
{
border-color: #A6AAE8;
}
</style>