Shades of Electric Purple #AC11EF
Tints of Electric Purple #AC11EF
RGB
CMYK
RGB Variations
Color information
#AC11EF (or 0xAC11EF) is known color: Electric Purple. HEX triplet: AC, 11 and EF. RGB value is (172,17,239). Sum of RGB (Red+Green+Blue) = 172+17+239=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC11EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC11EF is #53EE10. Grayscale: #575757. Windows color (decimal): -5500433 or 15667628. OLE color: 15667628.
HSL color Cylindrical-coordinate representation of color #AC11EF: hue angle of 281.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC11EF is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 17 | 239 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.06 |
| HSL | 281.89º | 0.87% | 0.5% | - |
| HSV(B) | 281.89º | 0.93% | 0.94% | - |
| XYZ | 32.79 | 15.4 | 82.91 | - |
| YUV | 88.65 | 212.85 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 239 | 0.28 | 0.93 | 0 | 0.06 | 281.89 | 0.87 | 0.5 |
| Hex | AC | 11 | EF | 1C | 5D | 0 | 6 | 11A | 57 | 32 |
| Octal | 254 | 21 | 357 | 34 | 135 | 0 | 6 | 432 | 127 | 62 |
| Binary | 10101100 | 10001 | 11101111 | 11100 | 1011101 | 0 | 110 | 100011010 | 1010111 | 110010 |
Color Harmonies of #AC11EF
Complementary color
Monochromatic Colors of #AC11EF
Black with #AC11EF
Text Example
Text Example
White with #AC11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11EF; }
p { color: rgb(172,17,239); }
H1.HeaderClassName
{
color: #AC11EF;
}
.AnyTagClassName
{
color: #AC11EF;
}
</style>
background-color css
<style>
a { background-color: #AC11EF; }
a { background-color: rgb(172,17,239); }
div.DivClassName
{
background-color: #AC11EF;
}
.BgClassName
{
background-color: #AC11EF;
}
</style>
border-color css
<style>
span { border-color: #AC11EF; }
span { border-color: rgb(172,17,239); }
td.TdClassName
{
border-color: #AC11EF;
}
.TagClassName
{
border-color: #AC11EF;
}
</style>