Shades of Electric Purple #AC02FE
Tints of Electric Purple #AC02FE
RGB
CMYK
RGB Variations
Color information
#AC02FE (or 0xAC02FE) is known color: Electric Purple. HEX triplet: AC, 02 and FE. RGB value is (172,2,254). Sum of RGB (Red+Green+Blue) = 172+2+254=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC02FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC02FE is #53FD01. Grayscale: #505050. Windows color (decimal): -5504258 or 16646828. OLE color: 16646828.
HSL color Cylindrical-coordinate representation of color #AC02FE: hue angle of 280.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02FE is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 2 | 254 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.00 |
| HSL | 280.48º | 0.99% | 0.5% | - |
| HSV(B) | 280.48º | 0.99% | 1% | - |
| XYZ | 34.92 | 15.97 | 95.01 | - |
| YUV | 81.56 | 225.32 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 254 | 0.32 | 0.99 | 0 | 0.00 | 280.48 | 0.99 | 0.5 |
| Hex | AC | 2 | FE | 20 | 63 | 0 | 0 | 118 | 63 | 32 |
| Octal | 254 | 2 | 376 | 40 | 143 | 0 | 0 | 430 | 143 | 62 |
| Binary | 10101100 | 10 | 11111110 | 100000 | 1100011 | 0 | 0 | 100011000 | 1100011 | 110010 |
Color Harmonies of #AC02FE
Complementary color
Monochromatic Colors of #AC02FE
Black with #AC02FE
Text Example
Text Example
White with #AC02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02FE; }
p { color: rgb(172,2,254); }
H1.HeaderClassName
{
color: #AC02FE;
}
.AnyTagClassName
{
color: #AC02FE;
}
</style>
background-color css
<style>
a { background-color: #AC02FE; }
a { background-color: rgb(172,2,254); }
div.DivClassName
{
background-color: #AC02FE;
}
.BgClassName
{
background-color: #AC02FE;
}
</style>
border-color css
<style>
span { border-color: #AC02FE; }
span { border-color: rgb(172,2,254); }
td.TdClassName
{
border-color: #AC02FE;
}
.TagClassName
{
border-color: #AC02FE;
}
</style>