Shades of Perano #ACACEA
Tints of Perano #ACACEA
RGB
CMYK
RGB Variations
Color information
#ACACEA (or 0xACACEA) is known color: Perano. HEX triplet: AC, AC and EA. RGB value is (172,172,234). Sum of RGB (Red+Green+Blue) = 172+172+234=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACEA is #535315. Grayscale: #B2B2B2. Windows color (decimal): -5460758 or 15379628. OLE color: 15379628.
HSL color Cylindrical-coordinate representation of color #ACACEA: hue angle of 240º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACACEA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 172 | 234 | - |
CMYK | 0.26 | 0.26 | 0 | 0.08 |
HSL | 240º | 0.6% | 0.8% | - |
HSV(B) | 240º | 0.26% | 0.92% | - |
XYZ | 46.62 | 44.22 | 83.92 | - |
YUV | 179.07 | 159 | 122.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 234 | 0.26 | 0.26 | 0 | 0.08 | 240 | 0.6 | 0.8 |
Hex | AC | AC | EA | 1A | 1A | 0 | 8 | F0 | 3C | 50 |
Octal | 254 | 254 | 352 | 32 | 32 | 0 | 10 | 360 | 74 | 120 |
Binary | 10101100 | 10101100 | 11101010 | 11010 | 11010 | 0 | 1000 | 11110000 | 111100 | 1010000 |
Color Harmonies of #ACACEA
Complementary color
Monochromatic Colors of #ACACEA
Black with #ACACEA
Text Example
Text Example
White with #ACACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACEA; }
p { color: rgb(172,172,234); }
H1.HeaderClassName
{
color: #ACACEA;
}
.AnyTagClassName
{
color: #ACACEA;
}
</style>
background-color css
<style>
a { background-color: #ACACEA; }
a { background-color: rgb(172,172,234); }
div.DivClassName
{
background-color: #ACACEA;
}
.BgClassName
{
background-color: #ACACEA;
}
</style>
border-color css
<style>
span { border-color: #ACACEA; }
span { border-color: rgb(172,172,234); }
td.TdClassName
{
border-color: #ACACEA;
}
.TagClassName
{
border-color: #ACACEA;
}
</style>