Shades of Electric Purple #AC00EA
Tints of Electric Purple #AC00EA
RGB
CMYK
RGB Variations
Color information
#AC00EA (or 0xAC00EA) is known color: Electric Purple. HEX triplet: AC, 00 and EA. RGB value is (172,0,234). Sum of RGB (Red+Green+Blue) = 172+0+234=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC00EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00EA is #53FF15. Grayscale: #4D4D4D. Windows color (decimal): -5504790 or 15335596. OLE color: 15335596.
HSL color Cylindrical-coordinate representation of color #AC00EA: hue angle of 284.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00EA is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 0 | 234 | - |
| CMYK | 0.26 | 1 | 0 | 0.08 |
| HSL | 284.1º | 1% | 0.46% | - |
| HSV(B) | 284.1º | 1% | 0.92% | - |
| XYZ | 31.86 | 14.71 | 79 | - |
| YUV | 78.1 | 215.98 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 234 | 0.26 | 1 | 0 | 0.08 | 284.1 | 1 | 0.46 |
| Hex | AC | 0 | EA | 1A | 64 | 0 | 8 | 11C | 64 | 2E |
| Octal | 254 | 0 | 352 | 32 | 144 | 0 | 10 | 434 | 144 | 56 |
| Binary | 10101100 | 0 | 11101010 | 11010 | 1100100 | 0 | 1000 | 100011100 | 1100100 | 101110 |
Color Harmonies of #AC00EA
Complementary color
Monochromatic Colors of #AC00EA
Black with #AC00EA
Text Example
Text Example
White with #AC00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00EA; }
p { color: rgb(172,0,234); }
H1.HeaderClassName
{
color: #AC00EA;
}
.AnyTagClassName
{
color: #AC00EA;
}
</style>
background-color css
<style>
a { background-color: #AC00EA; }
a { background-color: rgb(172,0,234); }
div.DivClassName
{
background-color: #AC00EA;
}
.BgClassName
{
background-color: #AC00EA;
}
</style>
border-color css
<style>
span { border-color: #AC00EA; }
span { border-color: rgb(172,0,234); }
td.TdClassName
{
border-color: #AC00EA;
}
.TagClassName
{
border-color: #AC00EA;
}
</style>