Shades of Electric Purple #AC0CE9
Tints of Electric Purple #AC0CE9
RGB
CMYK
RGB Variations
Color information
#AC0CE9 (or 0xAC0CE9) is known color: Electric Purple. HEX triplet: AC, 0C and E9. RGB value is (172,12,233). Sum of RGB (Red+Green+Blue) = 172+12+233=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 233 (91.41% from 255 or 55.88% from 417); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC0CE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CE9 is #53F316. Grayscale: #545454. Windows color (decimal): -5501719 or 15273132. OLE color: 15273132.
HSL color Cylindrical-coordinate representation of color #AC0CE9: hue angle of 283.44º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CE9 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 12 | 233 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.09 |
| HSL | 283.44º | 0.9% | 0.48% | - |
| HSV(B) | 283.44º | 0.95% | 0.91% | - |
| XYZ | 31.85 | 14.92 | 78.29 | - |
| YUV | 85.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 233 | 0.26 | 0.95 | 0 | 0.09 | 283.44 | 0.9 | 0.48 |
| Hex | AC | C | E9 | 1A | 5F | 0 | 9 | 11B | 5A | 30 |
| Octal | 254 | 14 | 351 | 32 | 137 | 0 | 11 | 433 | 132 | 60 |
| Binary | 10101100 | 1100 | 11101001 | 11010 | 1011111 | 0 | 1001 | 100011011 | 1011010 | 110000 |
Color Harmonies of #AC0CE9
Complementary color
Monochromatic Colors of #AC0CE9
Black with #AC0CE9
Text Example
Text Example
White with #AC0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CE9; }
p { color: rgb(172,12,233); }
H1.HeaderClassName
{
color: #AC0CE9;
}
.AnyTagClassName
{
color: #AC0CE9;
}
</style>
background-color css
<style>
a { background-color: #AC0CE9; }
a { background-color: rgb(172,12,233); }
div.DivClassName
{
background-color: #AC0CE9;
}
.BgClassName
{
background-color: #AC0CE9;
}
</style>
border-color css
<style>
span { border-color: #AC0CE9; }
span { border-color: rgb(172,12,233); }
td.TdClassName
{
border-color: #AC0CE9;
}
.TagClassName
{
border-color: #AC0CE9;
}
</style>