Shades of Perano #A9AFDE
Tints of Perano #A9AFDE
RGB
CMYK
RGB Variations
Color information
#A9AFDE (or 0xA9AFDE) is known color: Perano. HEX triplet: A9, AF and DE. RGB value is (169,175,222). Sum of RGB (Red+Green+Blue) = 169+175+222=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AFDE is #565021. Grayscale: #B2B2B2. Windows color (decimal): -5656610 or 14593961. OLE color: 14593961.
HSL color Cylindrical-coordinate representation of color #A9AFDE: hue angle of 233.21º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9AFDE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 175 | 222 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.13 |
| HSL | 233.21º | 0.45% | 0.77% | - |
| HSV(B) | 233.21º | 0.24% | 0.87% | - |
| XYZ | 44.88 | 44.37 | 75.31 | - |
| YUV | 178.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 222 | 0.24 | 0.21 | 0 | 0.13 | 233.21 | 0.45 | 0.77 |
| Hex | A9 | AF | DE | 18 | 15 | 0 | D | E9 | 2D | 4D |
| Octal | 251 | 257 | 336 | 30 | 25 | 0 | 15 | 351 | 55 | 115 |
| Binary | 10101001 | 10101111 | 11011110 | 11000 | 10101 | 0 | 1101 | 11101001 | 101101 | 1001101 |
Color Harmonies of #A9AFDE
Complementary color
Monochromatic Colors of #A9AFDE
Black with #A9AFDE
Text Example
Text Example
White with #A9AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AFDE; }
p { color: rgb(169,175,222); }
H1.HeaderClassName
{
color: #A9AFDE;
}
.AnyTagClassName
{
color: #A9AFDE;
}
</style>
background-color css
<style>
a { background-color: #A9AFDE; }
a { background-color: rgb(169,175,222); }
div.DivClassName
{
background-color: #A9AFDE;
}
.BgClassName
{
background-color: #A9AFDE;
}
</style>
border-color css
<style>
span { border-color: #A9AFDE; }
span { border-color: rgb(169,175,222); }
td.TdClassName
{
border-color: #A9AFDE;
}
.TagClassName
{
border-color: #A9AFDE;
}
</style>