Shades of Electric Purple #AC01FE
Tints of Electric Purple #AC01FE
RGB
CMYK
RGB Variations
Color information
#AC01FE (or 0xAC01FE) is known color: Electric Purple. HEX triplet: AC, 01 and FE. RGB value is (172,1,254). Sum of RGB (Red+Green+Blue) = 172+1+254=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC01FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC01FE is #53FE01. Grayscale: #505050. Windows color (decimal): -5504514 or 16646572. OLE color: 16646572.
HSL color Cylindrical-coordinate representation of color #AC01FE: hue angle of 280.55º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01FE is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 1 | 254 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.00 |
| HSL | 280.55º | 0.99% | 0.5% | - |
| HSV(B) | 280.55º | 1% | 1% | - |
| XYZ | 34.91 | 15.95 | 95 | - |
| YUV | 80.97 | 225.65 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 254 | 0.32 | 1.00 | 0 | 0.00 | 280.55 | 0.99 | 0.5 |
| Hex | AC | 1 | FE | 20 | 64 | 0 | 0 | 119 | 63 | 32 |
| Octal | 254 | 1 | 376 | 40 | 144 | 0 | 0 | 431 | 143 | 62 |
| Binary | 10101100 | 1 | 11111110 | 100000 | 1100100 | 0 | 0 | 100011001 | 1100011 | 110010 |
Color Harmonies of #AC01FE
Complementary color
Monochromatic Colors of #AC01FE
Black with #AC01FE
Text Example
Text Example
White with #AC01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01FE; }
p { color: rgb(172,1,254); }
H1.HeaderClassName
{
color: #AC01FE;
}
.AnyTagClassName
{
color: #AC01FE;
}
</style>
background-color css
<style>
a { background-color: #AC01FE; }
a { background-color: rgb(172,1,254); }
div.DivClassName
{
background-color: #AC01FE;
}
.BgClassName
{
background-color: #AC01FE;
}
</style>
border-color css
<style>
span { border-color: #AC01FE; }
span { border-color: rgb(172,1,254); }
td.TdClassName
{
border-color: #AC01FE;
}
.TagClassName
{
border-color: #AC01FE;
}
</style>