Shades of Electric Purple #AC21FE
Tints of Electric Purple #AC21FE
RGB
CMYK
RGB Variations
Color information
#AC21FE (or 0xAC21FE) is known color: Electric Purple. HEX triplet: AC, 21 and FE. RGB value is (172,33,254). Sum of RGB (Red+Green+Blue) = 172+33+254=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC21FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC21FE is #53DE01. Grayscale: #636363. Windows color (decimal): -5496322 or 16654764. OLE color: 16654764.
HSL color Cylindrical-coordinate representation of color #AC21FE: hue angle of 277.74º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC21FE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 33 | 254 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.00 |
| HSL | 277.74º | 0.99% | 0.56% | - |
| HSV(B) | 277.74º | 0.87% | 1% | - |
| XYZ | 35.45 | 17.01 | 95.18 | - |
| YUV | 99.76 | 215.05 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 254 | 0.32 | 0.87 | 0 | 0.00 | 277.74 | 0.99 | 0.56 |
| Hex | AC | 21 | FE | 20 | 57 | 0 | 0 | 116 | 63 | 38 |
| Octal | 254 | 41 | 376 | 40 | 127 | 0 | 0 | 426 | 143 | 70 |
| Binary | 10101100 | 100001 | 11111110 | 100000 | 1010111 | 0 | 0 | 100010110 | 1100011 | 111000 |
Color Harmonies of #AC21FE
Complementary color
Monochromatic Colors of #AC21FE
Black with #AC21FE
Text Example
Text Example
White with #AC21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21FE; }
p { color: rgb(172,33,254); }
H1.HeaderClassName
{
color: #AC21FE;
}
.AnyTagClassName
{
color: #AC21FE;
}
</style>
background-color css
<style>
a { background-color: #AC21FE; }
a { background-color: rgb(172,33,254); }
div.DivClassName
{
background-color: #AC21FE;
}
.BgClassName
{
background-color: #AC21FE;
}
</style>
border-color css
<style>
span { border-color: #AC21FE; }
span { border-color: rgb(172,33,254); }
td.TdClassName
{
border-color: #AC21FE;
}
.TagClassName
{
border-color: #AC21FE;
}
</style>