Shades of Perano #A9ADE6
Tints of Perano #A9ADE6
RGB
CMYK
RGB Variations
Color information
#A9ADE6 (or 0xA9ADE6) is known color: Perano. HEX triplet: A9, AD and E6. RGB value is (169,173,230). Sum of RGB (Red+Green+Blue) = 169+173+230=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #A9ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ADE6 is #565219. Grayscale: #B2B2B2. Windows color (decimal): -5657114 or 15117737. OLE color: 15117737.
HSL color Cylindrical-coordinate representation of color #A9ADE6: hue angle of 236.07º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9ADE6 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 173 | 230 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.10 |
| HSL | 236.07º | 0.55% | 0.78% | - |
| HSV(B) | 236.07º | 0.27% | 0.9% | - |
| XYZ | 45.59 | 44.04 | 80.96 | - |
| YUV | 178.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 230 | 0.27 | 0.25 | 0 | 0.10 | 236.07 | 0.55 | 0.78 |
| Hex | A9 | AD | E6 | 1B | 19 | 0 | A | EC | 37 | 4E |
| Octal | 251 | 255 | 346 | 33 | 31 | 0 | 12 | 354 | 67 | 116 |
| Binary | 10101001 | 10101101 | 11100110 | 11011 | 11001 | 0 | 1010 | 11101100 | 110111 | 1001110 |
Color Harmonies of #A9ADE6
Complementary color
Monochromatic Colors of #A9ADE6
Black with #A9ADE6
Text Example
Text Example
White with #A9ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADE6; }
p { color: rgb(169,173,230); }
H1.HeaderClassName
{
color: #A9ADE6;
}
.AnyTagClassName
{
color: #A9ADE6;
}
</style>
background-color css
<style>
a { background-color: #A9ADE6; }
a { background-color: rgb(169,173,230); }
div.DivClassName
{
background-color: #A9ADE6;
}
.BgClassName
{
background-color: #A9ADE6;
}
</style>
border-color css
<style>
span { border-color: #A9ADE6; }
span { border-color: rgb(169,173,230); }
td.TdClassName
{
border-color: #A9ADE6;
}
.TagClassName
{
border-color: #A9ADE6;
}
</style>