Shades of Perano #A9ADE9
Tints of Perano #A9ADE9
RGB
CMYK
RGB Variations
Color information
#A9ADE9 (or 0xA9ADE9) is known color: Perano. HEX triplet: A9, AD and E9. RGB value is (169,173,233). Sum of RGB (Red+Green+Blue) = 169+173+233=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #A9ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ADE9 is #565216. Grayscale: #B2B2B2. Windows color (decimal): -5657111 or 15314345. OLE color: 15314345.
HSL color Cylindrical-coordinate representation of color #A9ADE9: hue angle of 236.25º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9ADE9 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 173 | 233 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.09 |
| HSL | 236.25º | 0.59% | 0.79% | - |
| HSV(B) | 236.25º | 0.27% | 0.91% | - |
| XYZ | 46.01 | 44.21 | 83.2 | - |
| YUV | 178.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 233 | 0.27 | 0.26 | 0 | 0.09 | 236.25 | 0.59 | 0.79 |
| Hex | A9 | AD | E9 | 1B | 1A | 0 | 9 | EC | 3B | 4F |
| Octal | 251 | 255 | 351 | 33 | 32 | 0 | 11 | 354 | 73 | 117 |
| Binary | 10101001 | 10101101 | 11101001 | 11011 | 11010 | 0 | 1001 | 11101100 | 111011 | 1001111 |
Color Harmonies of #A9ADE9
Complementary color
Monochromatic Colors of #A9ADE9
Black with #A9ADE9
Text Example
Text Example
White with #A9ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADE9; }
p { color: rgb(169,173,233); }
H1.HeaderClassName
{
color: #A9ADE9;
}
.AnyTagClassName
{
color: #A9ADE9;
}
</style>
background-color css
<style>
a { background-color: #A9ADE9; }
a { background-color: rgb(169,173,233); }
div.DivClassName
{
background-color: #A9ADE9;
}
.BgClassName
{
background-color: #A9ADE9;
}
</style>
border-color css
<style>
span { border-color: #A9ADE9; }
span { border-color: rgb(169,173,233); }
td.TdClassName
{
border-color: #A9ADE9;
}
.TagClassName
{
border-color: #A9ADE9;
}
</style>