Shades of Perano #A9ADEC
Tints of Perano #A9ADEC
RGB
CMYK
RGB Variations
Color information
#A9ADEC (or 0xA9ADEC) is known color: Perano. HEX triplet: A9, AD and EC. RGB value is (169,173,236). Sum of RGB (Red+Green+Blue) = 169+173+236=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ADEC is #565213. Grayscale: #B2B2B2. Windows color (decimal): -5657108 or 15510953. OLE color: 15510953.
HSL color Cylindrical-coordinate representation of color #A9ADEC: hue angle of 236.42º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ADEC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 173 | 236 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.07 |
| HSL | 236.42º | 0.64% | 0.79% | - |
| HSV(B) | 236.42º | 0.28% | 0.93% | - |
| XYZ | 46.45 | 44.38 | 85.47 | - |
| YUV | 178.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 236 | 0.28 | 0.27 | 0 | 0.07 | 236.42 | 0.64 | 0.79 |
| Hex | A9 | AD | EC | 1C | 1B | 0 | 7 | EC | 40 | 4F |
| Octal | 251 | 255 | 354 | 34 | 33 | 0 | 7 | 354 | 100 | 117 |
| Binary | 10101001 | 10101101 | 11101100 | 11100 | 11011 | 0 | 111 | 11101100 | 1000000 | 1001111 |
Color Harmonies of #A9ADEC
Complementary color
Monochromatic Colors of #A9ADEC
Black with #A9ADEC
Text Example
Text Example
White with #A9ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADEC; }
p { color: rgb(169,173,236); }
H1.HeaderClassName
{
color: #A9ADEC;
}
.AnyTagClassName
{
color: #A9ADEC;
}
</style>
background-color css
<style>
a { background-color: #A9ADEC; }
a { background-color: rgb(169,173,236); }
div.DivClassName
{
background-color: #A9ADEC;
}
.BgClassName
{
background-color: #A9ADEC;
}
</style>
border-color css
<style>
span { border-color: #A9ADEC; }
span { border-color: rgb(169,173,236); }
td.TdClassName
{
border-color: #A9ADEC;
}
.TagClassName
{
border-color: #A9ADEC;
}
</style>