Shades of Electric Purple #AC02FF
Tints of Electric Purple #AC02FF
RGB
CMYK
RGB Variations
Color information
#AC02FF (or 0xAC02FF) is known color: Electric Purple. HEX triplet: AC, 02 and FF. RGB value is (172,2,255). Sum of RGB (Red+Green+Blue) = 172+2+255=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC02FF is #53FD00. Grayscale: #505050. Windows color (decimal): -5504257 or 16712364. OLE color: 16712364.
HSL color Cylindrical-coordinate representation of color #AC02FF: hue angle of 280.32º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02FF is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 2 | 255 | - |
| CMYK | 0.33 | 0.99 | 0 | 0 |
| HSL | 280.32º | 1% | 0.5% | - |
| HSV(B) | 280.32º | 0.99% | 1% | - |
| XYZ | 35.08 | 16.03 | 95.85 | - |
| YUV | 81.67 | 225.82 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 255 | 0.33 | 0.99 | 0 | 0 | 280.32 | 1 | 0.5 |
| Hex | AC | 2 | FF | 21 | 63 | 0 | 0 | 118 | 64 | 32 |
| Octal | 254 | 2 | 377 | 41 | 143 | 0 | 0 | 430 | 144 | 62 |
| Binary | 10101100 | 10 | 11111111 | 100001 | 1100011 | 0 | 0 | 100011000 | 1100100 | 110010 |
Color Harmonies of #AC02FF
Complementary color
Monochromatic Colors of #AC02FF
Black with #AC02FF
Text Example
Text Example
White with #AC02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02FF; }
p { color: rgb(172,2,255); }
H1.HeaderClassName
{
color: #AC02FF;
}
.AnyTagClassName
{
color: #AC02FF;
}
</style>
background-color css
<style>
a { background-color: #AC02FF; }
a { background-color: rgb(172,2,255); }
div.DivClassName
{
background-color: #AC02FF;
}
.BgClassName
{
background-color: #AC02FF;
}
</style>
border-color css
<style>
span { border-color: #AC02FF; }
span { border-color: rgb(172,2,255); }
td.TdClassName
{
border-color: #AC02FF;
}
.TagClassName
{
border-color: #AC02FF;
}
</style>