Shades of Electric Purple #AC02E8
Tints of Electric Purple #AC02E8
RGB
CMYK
RGB Variations
Color information
#AC02E8 (or 0xAC02E8) is known color: Electric Purple. HEX triplet: AC, 02 and E8. RGB value is (172,2,232). Sum of RGB (Red+Green+Blue) = 172+2+232=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC02E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC02E8 is #53FD17. Grayscale: #4E4E4E. Windows color (decimal): -5504280 or 15205036. OLE color: 15205036.
HSL color Cylindrical-coordinate representation of color #AC02E8: hue angle of 284.35º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02E8 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 2 | 232 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.09 |
| HSL | 284.35º | 0.98% | 0.46% | - |
| HSV(B) | 284.35º | 0.99% | 0.91% | - |
| XYZ | 31.6 | 14.64 | 77.5 | - |
| YUV | 79.05 | 214.32 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 232 | 0.26 | 0.99 | 0 | 0.09 | 284.35 | 0.98 | 0.46 |
| Hex | AC | 2 | E8 | 1A | 63 | 0 | 9 | 11C | 62 | 2E |
| Octal | 254 | 2 | 350 | 32 | 143 | 0 | 11 | 434 | 142 | 56 |
| Binary | 10101100 | 10 | 11101000 | 11010 | 1100011 | 0 | 1001 | 100011100 | 1100010 | 101110 |
Color Harmonies of #AC02E8
Complementary color
Monochromatic Colors of #AC02E8
Black with #AC02E8
Text Example
Text Example
White with #AC02E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02E8; }
p { color: rgb(172,2,232); }
H1.HeaderClassName
{
color: #AC02E8;
}
.AnyTagClassName
{
color: #AC02E8;
}
</style>
background-color css
<style>
a { background-color: #AC02E8; }
a { background-color: rgb(172,2,232); }
div.DivClassName
{
background-color: #AC02E8;
}
.BgClassName
{
background-color: #AC02E8;
}
</style>
border-color css
<style>
span { border-color: #AC02E8; }
span { border-color: rgb(172,2,232); }
td.TdClassName
{
border-color: #AC02E8;
}
.TagClassName
{
border-color: #AC02E8;
}
</style>