Shades of Perano #ACACE9
Tints of Perano #ACACE9
RGB
CMYK
RGB Variations
Color information
#ACACE9 (or 0xACACE9) is known color: Perano. HEX triplet: AC, AC and E9. RGB value is (172,172,233). Sum of RGB (Red+Green+Blue) = 172+172+233=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACE9 is #535316. Grayscale: #B2B2B2. Windows color (decimal): -5460759 or 15314092. OLE color: 15314092.
HSL color Cylindrical-coordinate representation of color #ACACE9: hue angle of 240º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACACE9 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 172 | 233 | - |
CMYK | 0.26 | 0.26 | 0 | 0.09 |
HSL | 240º | 0.58% | 0.79% | - |
HSV(B) | 240º | 0.26% | 0.91% | - |
XYZ | 46.47 | 44.16 | 83.16 | - |
YUV | 178.95 | 158.5 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 233 | 0.26 | 0.26 | 0 | 0.09 | 240 | 0.58 | 0.79 |
Hex | AC | AC | E9 | 1A | 1A | 0 | 9 | F0 | 3A | 4F |
Octal | 254 | 254 | 351 | 32 | 32 | 0 | 11 | 360 | 72 | 117 |
Binary | 10101100 | 10101100 | 11101001 | 11010 | 11010 | 0 | 1001 | 11110000 | 111010 | 1001111 |
Color Harmonies of #ACACE9
Complementary color
Monochromatic Colors of #ACACE9
Black with #ACACE9
Text Example
Text Example
White with #ACACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACE9; }
p { color: rgb(172,172,233); }
H1.HeaderClassName
{
color: #ACACE9;
}
.AnyTagClassName
{
color: #ACACE9;
}
</style>
background-color css
<style>
a { background-color: #ACACE9; }
a { background-color: rgb(172,172,233); }
div.DivClassName
{
background-color: #ACACE9;
}
.BgClassName
{
background-color: #ACACE9;
}
</style>
border-color css
<style>
span { border-color: #ACACE9; }
span { border-color: rgb(172,172,233); }
td.TdClassName
{
border-color: #ACACE9;
}
.TagClassName
{
border-color: #ACACE9;
}
</style>