Shades of Perano #ACAFDB
Tints of Perano #ACAFDB
RGB
CMYK
RGB Variations
Color information
#ACAFDB (or 0xACAFDB) is known color: Perano. HEX triplet: AC, AF and DB. RGB value is (172,175,219). Sum of RGB (Red+Green+Blue) = 172+175+219=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFDB is #535024. Grayscale: #B2B2B2. Windows color (decimal): -5460005 or 14397356. OLE color: 14397356.
HSL color Cylindrical-coordinate representation of color #ACAFDB: hue angle of 236.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACAFDB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 175 | 219 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.14 |
| HSL | 236.17º | 0.39% | 0.77% | - |
| HSV(B) | 236.17º | 0.21% | 0.86% | - |
| XYZ | 45.13 | 44.55 | 73.24 | - |
| YUV | 179.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 175 | 219 | 0.21 | 0.20 | 0 | 0.14 | 236.17 | 0.39 | 0.77 |
| Hex | AC | AF | DB | 15 | 14 | 0 | E | EC | 27 | 4D |
| Octal | 254 | 257 | 333 | 25 | 24 | 0 | 16 | 354 | 47 | 115 |
| Binary | 10101100 | 10101111 | 11011011 | 10101 | 10100 | 0 | 1110 | 11101100 | 100111 | 1001101 |
Color Harmonies of #ACAFDB
Complementary color
Monochromatic Colors of #ACAFDB
Black with #ACAFDB
Text Example
Text Example
White with #ACAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFDB; }
p { color: rgb(172,175,219); }
H1.HeaderClassName
{
color: #ACAFDB;
}
.AnyTagClassName
{
color: #ACAFDB;
}
</style>
background-color css
<style>
a { background-color: #ACAFDB; }
a { background-color: rgb(172,175,219); }
div.DivClassName
{
background-color: #ACAFDB;
}
.BgClassName
{
background-color: #ACAFDB;
}
</style>
border-color css
<style>
span { border-color: #ACAFDB; }
span { border-color: rgb(172,175,219); }
td.TdClassName
{
border-color: #ACAFDB;
}
.TagClassName
{
border-color: #ACAFDB;
}
</style>