Shades of Perano #A9ADDB
Tints of Perano #A9ADDB
RGB
CMYK
RGB Variations
Color information
#A9ADDB (or 0xA9ADDB) is known color: Perano. HEX triplet: A9, AD and DB. RGB value is (169,173,219). Sum of RGB (Red+Green+Blue) = 169+173+219=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADDB is #565224. Grayscale: #B0B0B0. Windows color (decimal): -5657125 or 14396841. OLE color: 14396841.
HSL color Cylindrical-coordinate representation of color #A9ADDB: hue angle of 235.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9ADDB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 173 | 219 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.14 |
| HSL | 235.2º | 0.41% | 0.76% | - |
| HSV(B) | 235.2º | 0.23% | 0.86% | - |
| XYZ | 44.09 | 43.44 | 73.08 | - |
| YUV | 177.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 219 | 0.23 | 0.21 | 0 | 0.14 | 235.2 | 0.41 | 0.76 |
| Hex | A9 | AD | DB | 17 | 15 | 0 | E | EB | 29 | 4C |
| Octal | 251 | 255 | 333 | 27 | 25 | 0 | 16 | 353 | 51 | 114 |
| Binary | 10101001 | 10101101 | 11011011 | 10111 | 10101 | 0 | 1110 | 11101011 | 101001 | 1001100 |
Color Harmonies of #A9ADDB
Complementary color
Monochromatic Colors of #A9ADDB
Black with #A9ADDB
Text Example
Text Example
White with #A9ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADDB; }
p { color: rgb(169,173,219); }
H1.HeaderClassName
{
color: #A9ADDB;
}
.AnyTagClassName
{
color: #A9ADDB;
}
</style>
background-color css
<style>
a { background-color: #A9ADDB; }
a { background-color: rgb(169,173,219); }
div.DivClassName
{
background-color: #A9ADDB;
}
.BgClassName
{
background-color: #A9ADDB;
}
</style>
border-color css
<style>
span { border-color: #A9ADDB; }
span { border-color: rgb(169,173,219); }
td.TdClassName
{
border-color: #A9ADDB;
}
.TagClassName
{
border-color: #A9ADDB;
}
</style>