Shades of Perano #A6AAE7
Tints of Perano #A6AAE7
RGB
CMYK
RGB Variations
Color information
#A6AAE7 (or 0xA6AAE7) is known color: Perano. HEX triplet: A6, AA and E7. RGB value is (166,170,231). Sum of RGB (Red+Green+Blue) = 166+170+231=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #A6AAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAE7 is #595518. Grayscale: #AFAFAF. Windows color (decimal): -5854489 or 15182502. OLE color: 15182502.
HSL color Cylindrical-coordinate representation of color #A6AAE7: hue angle of 236.31º degrees, saturation: 0.58, 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 #A6AAE7 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 170 | 231 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.09 |
| HSL | 236.31º | 0.58% | 0.78% | - |
| HSV(B) | 236.31º | 0.28% | 0.91% | - |
| XYZ | 44.52 | 42.63 | 81.48 | - |
| YUV | 175.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 231 | 0.28 | 0.26 | 0 | 0.09 | 236.31 | 0.58 | 0.78 |
| Hex | A6 | AA | E7 | 1C | 1A | 0 | 9 | EC | 3A | 4E |
| Octal | 246 | 252 | 347 | 34 | 32 | 0 | 11 | 354 | 72 | 116 |
| Binary | 10100110 | 10101010 | 11100111 | 11100 | 11010 | 0 | 1001 | 11101100 | 111010 | 1001110 |
Color Harmonies of #A6AAE7
Complementary color
Monochromatic Colors of #A6AAE7
Black with #A6AAE7
Text Example
Text Example
White with #A6AAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAE7; }
p { color: rgb(166,170,231); }
H1.HeaderClassName
{
color: #A6AAE7;
}
.AnyTagClassName
{
color: #A6AAE7;
}
</style>
background-color css
<style>
a { background-color: #A6AAE7; }
a { background-color: rgb(166,170,231); }
div.DivClassName
{
background-color: #A6AAE7;
}
.BgClassName
{
background-color: #A6AAE7;
}
</style>
border-color css
<style>
span { border-color: #A6AAE7; }
span { border-color: rgb(166,170,231); }
td.TdClassName
{
border-color: #A6AAE7;
}
.TagClassName
{
border-color: #A6AAE7;
}
</style>