Shades of Perano #A9ABDD
Tints of Perano #A9ABDD
RGB
CMYK
RGB Variations
Color information
#A9ABDD (or 0xA9ABDD) is known color: Perano. HEX triplet: A9, AB and DD. RGB value is (169,171,221). Sum of RGB (Red+Green+Blue) = 169+171+221=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABDD is #565422. Grayscale: #AFAFAF. Windows color (decimal): -5657635 or 14527401. OLE color: 14527401.
HSL color Cylindrical-coordinate representation of color #A9ABDD: hue angle of 237.69º 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 #A9ABDD is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 171 | 221 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.13 |
| HSL | 237.69º | 0.43% | 0.76% | - |
| HSV(B) | 237.69º | 0.24% | 0.87% | - |
| XYZ | 43.98 | 42.78 | 74.35 | - |
| YUV | 176.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 221 | 0.24 | 0.23 | 0 | 0.13 | 237.69 | 0.43 | 0.76 |
| Hex | A9 | AB | DD | 18 | 17 | 0 | D | EE | 2B | 4C |
| Octal | 251 | 253 | 335 | 30 | 27 | 0 | 15 | 356 | 53 | 114 |
| Binary | 10101001 | 10101011 | 11011101 | 11000 | 10111 | 0 | 1101 | 11101110 | 101011 | 1001100 |
Color Harmonies of #A9ABDD
Complementary color
Monochromatic Colors of #A9ABDD
Black with #A9ABDD
Text Example
Text Example
White with #A9ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABDD; }
p { color: rgb(169,171,221); }
H1.HeaderClassName
{
color: #A9ABDD;
}
.AnyTagClassName
{
color: #A9ABDD;
}
</style>
background-color css
<style>
a { background-color: #A9ABDD; }
a { background-color: rgb(169,171,221); }
div.DivClassName
{
background-color: #A9ABDD;
}
.BgClassName
{
background-color: #A9ABDD;
}
</style>
border-color css
<style>
span { border-color: #A9ABDD; }
span { border-color: rgb(169,171,221); }
td.TdClassName
{
border-color: #A9ABDD;
}
.TagClassName
{
border-color: #A9ABDD;
}
</style>