Shades of Electric Purple #AC0EED
Tints of Electric Purple #AC0EED
RGB
CMYK
RGB Variations
Color information
#AC0EED (or 0xAC0EED) is known color: Electric Purple. HEX triplet: AC, 0E and ED. RGB value is (172,14,237). Sum of RGB (Red+Green+Blue) = 172+14+237=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC0EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EED is #53F112. Grayscale: #555555. Windows color (decimal): -5501203 or 15535788. OLE color: 15535788.
HSL color Cylindrical-coordinate representation of color #AC0EED: hue angle of 282.51º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EED is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 14 | 237 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.07 |
| HSL | 282.51º | 0.89% | 0.49% | - |
| HSV(B) | 282.51º | 0.94% | 0.93% | - |
| XYZ | 32.46 | 15.2 | 81.34 | - |
| YUV | 86.66 | 212.85 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 237 | 0.27 | 0.94 | 0 | 0.07 | 282.51 | 0.89 | 0.49 |
| Hex | AC | E | ED | 1B | 5E | 0 | 7 | 11B | 59 | 31 |
| Octal | 254 | 16 | 355 | 33 | 136 | 0 | 7 | 433 | 131 | 61 |
| Binary | 10101100 | 1110 | 11101101 | 11011 | 1011110 | 0 | 111 | 100011011 | 1011001 | 110001 |
Color Harmonies of #AC0EED
Complementary color
Monochromatic Colors of #AC0EED
Black with #AC0EED
Text Example
Text Example
White with #AC0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EED; }
p { color: rgb(172,14,237); }
H1.HeaderClassName
{
color: #AC0EED;
}
.AnyTagClassName
{
color: #AC0EED;
}
</style>
background-color css
<style>
a { background-color: #AC0EED; }
a { background-color: rgb(172,14,237); }
div.DivClassName
{
background-color: #AC0EED;
}
.BgClassName
{
background-color: #AC0EED;
}
</style>
border-color css
<style>
span { border-color: #AC0EED; }
span { border-color: rgb(172,14,237); }
td.TdClassName
{
border-color: #AC0EED;
}
.TagClassName
{
border-color: #AC0EED;
}
</style>