Shades of Electric Purple #AC04EA
Tints of Electric Purple #AC04EA
RGB
CMYK
RGB Variations
Color information
#AC04EA (or 0xAC04EA) is known color: Electric Purple. HEX triplet: AC, 04 and EA. RGB value is (172,4,234). Sum of RGB (Red+Green+Blue) = 172+4+234=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC04EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC04EA is #53FB15. Grayscale: #4F4F4F. Windows color (decimal): -5503766 or 15336620. OLE color: 15336620.
HSL color Cylindrical-coordinate representation of color #AC04EA: hue angle of 283.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04EA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 4 | 234 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.08 |
| HSL | 283.83º | 0.97% | 0.47% | - |
| HSV(B) | 283.83º | 0.98% | 0.92% | - |
| XYZ | 31.91 | 14.8 | 79.02 | - |
| YUV | 80.45 | 214.66 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 234 | 0.26 | 0.98 | 0 | 0.08 | 283.83 | 0.97 | 0.47 |
| Hex | AC | 4 | EA | 1A | 62 | 0 | 8 | 11C | 61 | 2F |
| Octal | 254 | 4 | 352 | 32 | 142 | 0 | 10 | 434 | 141 | 57 |
| Binary | 10101100 | 100 | 11101010 | 11010 | 1100010 | 0 | 1000 | 100011100 | 1100001 | 101111 |
Color Harmonies of #AC04EA
Complementary color
Monochromatic Colors of #AC04EA
Black with #AC04EA
Text Example
Text Example
White with #AC04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04EA; }
p { color: rgb(172,4,234); }
H1.HeaderClassName
{
color: #AC04EA;
}
.AnyTagClassName
{
color: #AC04EA;
}
</style>
background-color css
<style>
a { background-color: #AC04EA; }
a { background-color: rgb(172,4,234); }
div.DivClassName
{
background-color: #AC04EA;
}
.BgClassName
{
background-color: #AC04EA;
}
</style>
border-color css
<style>
span { border-color: #AC04EA; }
span { border-color: rgb(172,4,234); }
td.TdClassName
{
border-color: #AC04EA;
}
.TagClassName
{
border-color: #AC04EA;
}
</style>