Shades of Perano #A9ACDB
Tints of Perano #A9ACDB
RGB
CMYK
RGB Variations
Color information
#A9ACDB (or 0xA9ACDB) is known color: Perano. HEX triplet: A9, AC and DB. RGB value is (169,172,219). Sum of RGB (Red+Green+Blue) = 169+172+219=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ACDB is #565324. Grayscale: #B0B0B0. Windows color (decimal): -5657381 or 14396585. OLE color: 14396585.
HSL color Cylindrical-coordinate representation of color #A9ACDB: hue angle of 236.4º 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 #A9ACDB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 172 | 219 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.14 |
| HSL | 236.4º | 0.41% | 0.76% | - |
| HSV(B) | 236.4º | 0.23% | 0.86% | - |
| XYZ | 43.9 | 43.05 | 73.01 | - |
| YUV | 176.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 219 | 0.23 | 0.21 | 0 | 0.14 | 236.4 | 0.41 | 0.76 |
| Hex | A9 | AC | DB | 17 | 15 | 0 | E | EC | 29 | 4C |
| Octal | 251 | 254 | 333 | 27 | 25 | 0 | 16 | 354 | 51 | 114 |
| Binary | 10101001 | 10101100 | 11011011 | 10111 | 10101 | 0 | 1110 | 11101100 | 101001 | 1001100 |
Color Harmonies of #A9ACDB
Complementary color
Monochromatic Colors of #A9ACDB
Black with #A9ACDB
Text Example
Text Example
White with #A9ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ACDB; }
p { color: rgb(169,172,219); }
H1.HeaderClassName
{
color: #A9ACDB;
}
.AnyTagClassName
{
color: #A9ACDB;
}
</style>
background-color css
<style>
a { background-color: #A9ACDB; }
a { background-color: rgb(169,172,219); }
div.DivClassName
{
background-color: #A9ACDB;
}
.BgClassName
{
background-color: #A9ACDB;
}
</style>
border-color css
<style>
span { border-color: #A9ACDB; }
span { border-color: rgb(169,172,219); }
td.TdClassName
{
border-color: #A9ACDB;
}
.TagClassName
{
border-color: #A9ACDB;
}
</style>