Shades of Perano #A9AAEC
Tints of Perano #A9AAEC
RGB
CMYK
RGB Variations
Color information
#A9AAEC (or 0xA9AAEC) is known color: Perano. HEX triplet: A9, AA and EC. RGB value is (169,170,236). Sum of RGB (Red+Green+Blue) = 169+170+236=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAEC is #565513. Grayscale: #B0B0B0. Windows color (decimal): -5657876 or 15510185. OLE color: 15510185.
HSL color Cylindrical-coordinate representation of color #A9AAEC: hue angle of 239.1º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9AAEC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 170 | 236 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.07 |
| HSL | 239.1º | 0.64% | 0.79% | - |
| HSV(B) | 239.1º | 0.28% | 0.93% | - |
| XYZ | 45.88 | 43.24 | 85.29 | - |
| YUV | 177.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 236 | 0.28 | 0.28 | 0 | 0.07 | 239.1 | 0.64 | 0.79 |
| Hex | A9 | AA | EC | 1C | 1C | 0 | 7 | EF | 40 | 4F |
| Octal | 251 | 252 | 354 | 34 | 34 | 0 | 7 | 357 | 100 | 117 |
| Binary | 10101001 | 10101010 | 11101100 | 11100 | 11100 | 0 | 111 | 11101111 | 1000000 | 1001111 |
Color Harmonies of #A9AAEC
Complementary color
Monochromatic Colors of #A9AAEC
Black with #A9AAEC
Text Example
Text Example
White with #A9AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AAEC; }
p { color: rgb(169,170,236); }
H1.HeaderClassName
{
color: #A9AAEC;
}
.AnyTagClassName
{
color: #A9AAEC;
}
</style>
background-color css
<style>
a { background-color: #A9AAEC; }
a { background-color: rgb(169,170,236); }
div.DivClassName
{
background-color: #A9AAEC;
}
.BgClassName
{
background-color: #A9AAEC;
}
</style>
border-color css
<style>
span { border-color: #A9AAEC; }
span { border-color: rgb(169,170,236); }
td.TdClassName
{
border-color: #A9AAEC;
}
.TagClassName
{
border-color: #A9AAEC;
}
</style>