Shades of Perano #A9ADDC
Tints of Perano #A9ADDC
RGB
CMYK
RGB Variations
Color information
#A9ADDC (or 0xA9ADDC) is known color: Perano. HEX triplet: A9, AD and DC. RGB value is (169,173,220). Sum of RGB (Red+Green+Blue) = 169+173+220=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADDC is #565223. Grayscale: #B0B0B0. Windows color (decimal): -5657124 or 14462377. OLE color: 14462377.
HSL color Cylindrical-coordinate representation of color #A9ADDC: hue angle of 235.29º degrees, saturation: 0.42, 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 #A9ADDC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 173 | 220 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.14 |
| HSL | 235.29º | 0.42% | 0.76% | - |
| HSV(B) | 235.29º | 0.23% | 0.86% | - |
| XYZ | 44.22 | 43.49 | 73.77 | - |
| YUV | 177.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 220 | 0.23 | 0.21 | 0 | 0.14 | 235.29 | 0.42 | 0.76 |
| Hex | A9 | AD | DC | 17 | 15 | 0 | E | EB | 2A | 4C |
| Octal | 251 | 255 | 334 | 27 | 25 | 0 | 16 | 353 | 52 | 114 |
| Binary | 10101001 | 10101101 | 11011100 | 10111 | 10101 | 0 | 1110 | 11101011 | 101010 | 1001100 |
Color Harmonies of #A9ADDC
Complementary color
Monochromatic Colors of #A9ADDC
Black with #A9ADDC
Text Example
Text Example
White with #A9ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADDC; }
p { color: rgb(169,173,220); }
H1.HeaderClassName
{
color: #A9ADDC;
}
.AnyTagClassName
{
color: #A9ADDC;
}
</style>
background-color css
<style>
a { background-color: #A9ADDC; }
a { background-color: rgb(169,173,220); }
div.DivClassName
{
background-color: #A9ADDC;
}
.BgClassName
{
background-color: #A9ADDC;
}
</style>
border-color css
<style>
span { border-color: #A9ADDC; }
span { border-color: rgb(169,173,220); }
td.TdClassName
{
border-color: #A9ADDC;
}
.TagClassName
{
border-color: #A9ADDC;
}
</style>