Shades of Perano #A6AAE4
Tints of Perano #A6AAE4
RGB
CMYK
RGB Variations
Color information
#A6AAE4 (or 0xA6AAE4) is known color: Perano. HEX triplet: A6, AA and E4. RGB value is (166,170,228). Sum of RGB (Red+Green+Blue) = 166+170+228=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6AAE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAE4 is #59551B. Grayscale: #AFAFAF. Windows color (decimal): -5854492 or 14985894. OLE color: 14985894.
HSL color Cylindrical-coordinate representation of color #A6AAE4: hue angle of 236.13º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6AAE4 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 170 | 228 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.11 |
| HSL | 236.13º | 0.53% | 0.77% | - |
| HSV(B) | 236.13º | 0.27% | 0.89% | - |
| XYZ | 44.1 | 42.46 | 79.27 | - |
| YUV | 175.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 228 | 0.27 | 0.25 | 0 | 0.11 | 236.13 | 0.53 | 0.77 |
| Hex | A6 | AA | E4 | 1B | 19 | 0 | B | EC | 35 | 4D |
| Octal | 246 | 252 | 344 | 33 | 31 | 0 | 13 | 354 | 65 | 115 |
| Binary | 10100110 | 10101010 | 11100100 | 11011 | 11001 | 0 | 1011 | 11101100 | 110101 | 1001101 |
Color Harmonies of #A6AAE4
Complementary color
Monochromatic Colors of #A6AAE4
Black with #A6AAE4
Text Example
Text Example
White with #A6AAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAE4; }
p { color: rgb(166,170,228); }
H1.HeaderClassName
{
color: #A6AAE4;
}
.AnyTagClassName
{
color: #A6AAE4;
}
</style>
background-color css
<style>
a { background-color: #A6AAE4; }
a { background-color: rgb(166,170,228); }
div.DivClassName
{
background-color: #A6AAE4;
}
.BgClassName
{
background-color: #A6AAE4;
}
</style>
border-color css
<style>
span { border-color: #A6AAE4; }
span { border-color: rgb(166,170,228); }
td.TdClassName
{
border-color: #A6AAE4;
}
.TagClassName
{
border-color: #A6AAE4;
}
</style>