Shades of Electric Purple #AC0EEA
Tints of Electric Purple #AC0EEA
RGB
CMYK
RGB Variations
Color information
#AC0EEA (or 0xAC0EEA) is known color: Electric Purple. HEX triplet: AC, 0E and EA. RGB value is (172,14,234). Sum of RGB (Red+Green+Blue) = 172+14+234=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC0EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EEA is #53F115. Grayscale: #555555. Windows color (decimal): -5501206 or 15339180. OLE color: 15339180.
HSL color Cylindrical-coordinate representation of color #AC0EEA: hue angle of 283.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EEA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 14 | 234 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.08 |
| HSL | 283.09º | 0.89% | 0.49% | - |
| HSV(B) | 283.09º | 0.94% | 0.92% | - |
| XYZ | 32.02 | 15.03 | 79.05 | - |
| YUV | 86.32 | 211.35 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 234 | 0.26 | 0.94 | 0 | 0.08 | 283.09 | 0.89 | 0.49 |
| Hex | AC | E | EA | 1A | 5E | 0 | 8 | 11B | 59 | 31 |
| Octal | 254 | 16 | 352 | 32 | 136 | 0 | 10 | 433 | 131 | 61 |
| Binary | 10101100 | 1110 | 11101010 | 11010 | 1011110 | 0 | 1000 | 100011011 | 1011001 | 110001 |
Color Harmonies of #AC0EEA
Complementary color
Monochromatic Colors of #AC0EEA
Black with #AC0EEA
Text Example
Text Example
White with #AC0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EEA; }
p { color: rgb(172,14,234); }
H1.HeaderClassName
{
color: #AC0EEA;
}
.AnyTagClassName
{
color: #AC0EEA;
}
</style>
background-color css
<style>
a { background-color: #AC0EEA; }
a { background-color: rgb(172,14,234); }
div.DivClassName
{
background-color: #AC0EEA;
}
.BgClassName
{
background-color: #AC0EEA;
}
</style>
border-color css
<style>
span { border-color: #AC0EEA; }
span { border-color: rgb(172,14,234); }
td.TdClassName
{
border-color: #AC0EEA;
}
.TagClassName
{
border-color: #AC0EEA;
}
</style>