Shades of Perano #A9ADDD
Tints of Perano #A9ADDD
RGB
CMYK
RGB Variations
Color information
#A9ADDD (or 0xA9ADDD) is known color: Perano. HEX triplet: A9, AD and DD. RGB value is (169,173,221). Sum of RGB (Red+Green+Blue) = 169+173+221=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADDD is #565222. Grayscale: #B1B1B1. Windows color (decimal): -5657123 or 14527913. OLE color: 14527913.
HSL color Cylindrical-coordinate representation of color #A9ADDD: hue angle of 235.38º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9ADDD is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 173 | 221 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.13 |
| HSL | 235.38º | 0.43% | 0.76% | - |
| HSV(B) | 235.38º | 0.24% | 0.87% | - |
| XYZ | 44.36 | 43.54 | 74.47 | - |
| YUV | 177.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 221 | 0.24 | 0.22 | 0 | 0.13 | 235.38 | 0.43 | 0.76 |
| Hex | A9 | AD | DD | 18 | 16 | 0 | D | EB | 2B | 4C |
| Octal | 251 | 255 | 335 | 30 | 26 | 0 | 15 | 353 | 53 | 114 |
| Binary | 10101001 | 10101101 | 11011101 | 11000 | 10110 | 0 | 1101 | 11101011 | 101011 | 1001100 |
Color Harmonies of #A9ADDD
Complementary color
Monochromatic Colors of #A9ADDD
Black with #A9ADDD
Text Example
Text Example
White with #A9ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADDD; }
p { color: rgb(169,173,221); }
H1.HeaderClassName
{
color: #A9ADDD;
}
.AnyTagClassName
{
color: #A9ADDD;
}
</style>
background-color css
<style>
a { background-color: #A9ADDD; }
a { background-color: rgb(169,173,221); }
div.DivClassName
{
background-color: #A9ADDD;
}
.BgClassName
{
background-color: #A9ADDD;
}
</style>
border-color css
<style>
span { border-color: #A9ADDD; }
span { border-color: rgb(169,173,221); }
td.TdClassName
{
border-color: #A9ADDD;
}
.TagClassName
{
border-color: #A9ADDD;
}
</style>