Shades of Electric Purple #AC11FE
Tints of Electric Purple #AC11FE
RGB
CMYK
RGB Variations
Color information
#AC11FE (or 0xAC11FE) is known color: Electric Purple. HEX triplet: AC, 11 and FE. RGB value is (172,17,254). Sum of RGB (Red+Green+Blue) = 172+17+254=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC11FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC11FE is #53EE01. Grayscale: #595959. Windows color (decimal): -5500418 or 16650668. OLE color: 16650668.
HSL color Cylindrical-coordinate representation of color #AC11FE: hue angle of 279.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC11FE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 17 | 254 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.00 |
| HSL | 279.24º | 0.99% | 0.53% | - |
| HSV(B) | 279.24º | 0.93% | 1% | - |
| XYZ | 35.1 | 16.33 | 95.07 | - |
| YUV | 90.36 | 220.35 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 254 | 0.32 | 0.93 | 0 | 0.00 | 279.24 | 0.99 | 0.53 |
| Hex | AC | 11 | FE | 20 | 5D | 0 | 0 | 117 | 63 | 35 |
| Octal | 254 | 21 | 376 | 40 | 135 | 0 | 0 | 427 | 143 | 65 |
| Binary | 10101100 | 10001 | 11111110 | 100000 | 1011101 | 0 | 0 | 100010111 | 1100011 | 110101 |
Color Harmonies of #AC11FE
Complementary color
Monochromatic Colors of #AC11FE
Black with #AC11FE
Text Example
Text Example
White with #AC11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11FE; }
p { color: rgb(172,17,254); }
H1.HeaderClassName
{
color: #AC11FE;
}
.AnyTagClassName
{
color: #AC11FE;
}
</style>
background-color css
<style>
a { background-color: #AC11FE; }
a { background-color: rgb(172,17,254); }
div.DivClassName
{
background-color: #AC11FE;
}
.BgClassName
{
background-color: #AC11FE;
}
</style>
border-color css
<style>
span { border-color: #AC11FE; }
span { border-color: rgb(172,17,254); }
td.TdClassName
{
border-color: #AC11FE;
}
.TagClassName
{
border-color: #AC11FE;
}
</style>