Shades of Perano #ACAAEF
Tints of Perano #ACAAEF
RGB
CMYK
RGB Variations
Color information
#ACAAEF (or 0xACAAEF) is known color: Perano. HEX triplet: AC, AA and EF. RGB value is (172,170,239). Sum of RGB (Red+Green+Blue) = 172+170+239=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACAAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAEF is #535510. Grayscale: #B2B2B2. Windows color (decimal): -5461265 or 15706796. OLE color: 15706796.
HSL color Cylindrical-coordinate representation of color #ACAAEF: hue angle of 241.74º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACAAEF is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 170 | 239 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.06 |
| HSL | 241.74º | 0.68% | 0.8% | - |
| HSV(B) | 241.74º | 0.29% | 0.94% | - |
| XYZ | 46.97 | 43.75 | 87.63 | - |
| YUV | 178.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 239 | 0.28 | 0.29 | 0 | 0.06 | 241.74 | 0.68 | 0.8 |
| Hex | AC | AA | EF | 1C | 1D | 0 | 6 | F2 | 44 | 50 |
| Octal | 254 | 252 | 357 | 34 | 35 | 0 | 6 | 362 | 104 | 120 |
| Binary | 10101100 | 10101010 | 11101111 | 11100 | 11101 | 0 | 110 | 11110010 | 1000100 | 1010000 |
Color Harmonies of #ACAAEF
Complementary color
Monochromatic Colors of #ACAAEF
Black with #ACAAEF
Text Example
Text Example
White with #ACAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAAEF; }
p { color: rgb(172,170,239); }
H1.HeaderClassName
{
color: #ACAAEF;
}
.AnyTagClassName
{
color: #ACAAEF;
}
</style>
background-color css
<style>
a { background-color: #ACAAEF; }
a { background-color: rgb(172,170,239); }
div.DivClassName
{
background-color: #ACAAEF;
}
.BgClassName
{
background-color: #ACAAEF;
}
</style>
border-color css
<style>
span { border-color: #ACAAEF; }
span { border-color: rgb(172,170,239); }
td.TdClassName
{
border-color: #ACAAEF;
}
.TagClassName
{
border-color: #ACAAEF;
}
</style>