Shades of Electric Purple #AC02ED
Tints of Electric Purple #AC02ED
RGB
CMYK
RGB Variations
Color information
#AC02ED (or 0xAC02ED) is known color: Electric Purple. HEX triplet: AC, 02 and ED. RGB value is (172,2,237). Sum of RGB (Red+Green+Blue) = 172+2+237=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC02ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC02ED is #53FD12. Grayscale: #4E4E4E. Windows color (decimal): -5504275 or 15532716. OLE color: 15532716.
HSL color Cylindrical-coordinate representation of color #AC02ED: hue angle of 283.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02ED is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 2 | 237 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.07 |
| HSL | 283.4º | 0.98% | 0.47% | - |
| HSV(B) | 283.4º | 0.99% | 0.93% | - |
| XYZ | 32.32 | 14.93 | 81.3 | - |
| YUV | 79.62 | 216.82 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 237 | 0.27 | 0.99 | 0 | 0.07 | 283.4 | 0.98 | 0.47 |
| Hex | AC | 2 | ED | 1B | 63 | 0 | 7 | 11B | 62 | 2F |
| Octal | 254 | 2 | 355 | 33 | 143 | 0 | 7 | 433 | 142 | 57 |
| Binary | 10101100 | 10 | 11101101 | 11011 | 1100011 | 0 | 111 | 100011011 | 1100010 | 101111 |
Color Harmonies of #AC02ED
Complementary color
Monochromatic Colors of #AC02ED
Black with #AC02ED
Text Example
Text Example
White with #AC02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02ED; }
p { color: rgb(172,2,237); }
H1.HeaderClassName
{
color: #AC02ED;
}
.AnyTagClassName
{
color: #AC02ED;
}
</style>
background-color css
<style>
a { background-color: #AC02ED; }
a { background-color: rgb(172,2,237); }
div.DivClassName
{
background-color: #AC02ED;
}
.BgClassName
{
background-color: #AC02ED;
}
</style>
border-color css
<style>
span { border-color: #AC02ED; }
span { border-color: rgb(172,2,237); }
td.TdClassName
{
border-color: #AC02ED;
}
.TagClassName
{
border-color: #AC02ED;
}
</style>