Shades of Electric Purple #AC0CEA
Tints of Electric Purple #AC0CEA
RGB
CMYK
RGB Variations
Color information
#AC0CEA (or 0xAC0CEA) is known color: Electric Purple. HEX triplet: AC, 0C and EA. RGB value is (172,12,234). Sum of RGB (Red+Green+Blue) = 172+12+234=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC0CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CEA is #53F315. Grayscale: #545454. Windows color (decimal): -5501718 or 15338668. OLE color: 15338668.
HSL color Cylindrical-coordinate representation of color #AC0CEA: hue angle of 283.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CEA is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 12 | 234 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.08 |
| HSL | 283.24º | 0.9% | 0.48% | - |
| HSV(B) | 283.24º | 0.95% | 0.92% | - |
| XYZ | 32 | 14.97 | 79.05 | - |
| YUV | 85.15 | 212.01 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 234 | 0.26 | 0.95 | 0 | 0.08 | 283.24 | 0.9 | 0.48 |
| Hex | AC | C | EA | 1A | 5F | 0 | 8 | 11B | 5A | 30 |
| Octal | 254 | 14 | 352 | 32 | 137 | 0 | 10 | 433 | 132 | 60 |
| Binary | 10101100 | 1100 | 11101010 | 11010 | 1011111 | 0 | 1000 | 100011011 | 1011010 | 110000 |
Color Harmonies of #AC0CEA
Complementary color
Monochromatic Colors of #AC0CEA
Black with #AC0CEA
Text Example
Text Example
White with #AC0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CEA; }
p { color: rgb(172,12,234); }
H1.HeaderClassName
{
color: #AC0CEA;
}
.AnyTagClassName
{
color: #AC0CEA;
}
</style>
background-color css
<style>
a { background-color: #AC0CEA; }
a { background-color: rgb(172,12,234); }
div.DivClassName
{
background-color: #AC0CEA;
}
.BgClassName
{
background-color: #AC0CEA;
}
</style>
border-color css
<style>
span { border-color: #AC0CEA; }
span { border-color: rgb(172,12,234); }
td.TdClassName
{
border-color: #AC0CEA;
}
.TagClassName
{
border-color: #AC0CEA;
}
</style>