Shades of Perano #A9AEE0
Tints of Perano #A9AEE0
RGB
CMYK
RGB Variations
Color information
#A9AEE0 (or 0xA9AEE0) is known color: Perano. HEX triplet: A9, AE and E0. RGB value is (169,174,224). Sum of RGB (Red+Green+Blue) = 169+174+224=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #A9AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEE0 is #56511F. Grayscale: #B2B2B2. Windows color (decimal): -5656864 or 14724777. OLE color: 14724777.
HSL color Cylindrical-coordinate representation of color #A9AEE0: hue angle of 234.55º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9AEE0 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 174 | 224 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.12 |
| HSL | 234.55º | 0.47% | 0.77% | - |
| HSV(B) | 234.55º | 0.25% | 0.88% | - |
| XYZ | 44.95 | 44.09 | 76.66 | - |
| YUV | 178.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 224 | 0.25 | 0.22 | 0 | 0.12 | 234.55 | 0.47 | 0.77 |
| Hex | A9 | AE | E0 | 19 | 16 | 0 | C | EB | 2F | 4D |
| Octal | 251 | 256 | 340 | 31 | 26 | 0 | 14 | 353 | 57 | 115 |
| Binary | 10101001 | 10101110 | 11100000 | 11001 | 10110 | 0 | 1100 | 11101011 | 101111 | 1001101 |
Color Harmonies of #A9AEE0
Complementary color
Monochromatic Colors of #A9AEE0
Black with #A9AEE0
Text Example
Text Example
White with #A9AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEE0; }
p { color: rgb(169,174,224); }
H1.HeaderClassName
{
color: #A9AEE0;
}
.AnyTagClassName
{
color: #A9AEE0;
}
</style>
background-color css
<style>
a { background-color: #A9AEE0; }
a { background-color: rgb(169,174,224); }
div.DivClassName
{
background-color: #A9AEE0;
}
.BgClassName
{
background-color: #A9AEE0;
}
</style>
border-color css
<style>
span { border-color: #A9AEE0; }
span { border-color: rgb(169,174,224); }
td.TdClassName
{
border-color: #A9AEE0;
}
.TagClassName
{
border-color: #A9AEE0;
}
</style>