Shades of Perano #ACACE1
Tints of Perano #ACACE1
RGB
CMYK
RGB Variations
Color information
#ACACE1 (or 0xACACE1) is known color: Perano. HEX triplet: AC, AC and E1. RGB value is (172,172,225). Sum of RGB (Red+Green+Blue) = 172+172+225=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACE1 is #53531E. Grayscale: #B1B1B1. Windows color (decimal): -5460767 or 14789804. OLE color: 14789804.
HSL color Cylindrical-coordinate representation of color #ACACE1: hue angle of 240º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACACE1 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 172 | 225 | - |
CMYK | 0.24 | 0.24 | 0 | 0.12 |
HSL | 240º | 0.47% | 0.78% | - |
HSV(B) | 240º | 0.24% | 0.88% | - |
XYZ | 45.36 | 43.71 | 77.28 | - |
YUV | 178.04 | 154.5 | 123.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 225 | 0.24 | 0.24 | 0 | 0.12 | 240 | 0.47 | 0.78 |
Hex | AC | AC | E1 | 18 | 18 | 0 | C | F0 | 2F | 4E |
Octal | 254 | 254 | 341 | 30 | 30 | 0 | 14 | 360 | 57 | 116 |
Binary | 10101100 | 10101100 | 11100001 | 11000 | 11000 | 0 | 1100 | 11110000 | 101111 | 1001110 |
Color Harmonies of #ACACE1
Complementary color
Monochromatic Colors of #ACACE1
Black with #ACACE1
Text Example
Text Example
White with #ACACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACE1; }
p { color: rgb(172,172,225); }
H1.HeaderClassName
{
color: #ACACE1;
}
.AnyTagClassName
{
color: #ACACE1;
}
</style>
background-color css
<style>
a { background-color: #ACACE1; }
a { background-color: rgb(172,172,225); }
div.DivClassName
{
background-color: #ACACE1;
}
.BgClassName
{
background-color: #ACACE1;
}
</style>
border-color css
<style>
span { border-color: #ACACE1; }
span { border-color: rgb(172,172,225); }
td.TdClassName
{
border-color: #ACACE1;
}
.TagClassName
{
border-color: #ACACE1;
}
</style>