Shades of Electric Purple #AC11EC
Tints of Electric Purple #AC11EC
RGB
CMYK
RGB Variations
Color information
#AC11EC (or 0xAC11EC) is known color: Electric Purple. HEX triplet: AC, 11 and EC. RGB value is (172,17,236). Sum of RGB (Red+Green+Blue) = 172+17+236=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC11EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC11EC is #53EE13. Grayscale: #575757. Windows color (decimal): -5500436 or 15471020. OLE color: 15471020.
HSL color Cylindrical-coordinate representation of color #AC11EC: hue angle of 282.47º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC11EC is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 17 | 236 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.07 |
| HSL | 282.47º | 0.87% | 0.5% | - |
| HSV(B) | 282.47º | 0.93% | 0.93% | - |
| XYZ | 32.35 | 15.23 | 80.59 | - |
| YUV | 88.31 | 211.35 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 236 | 0.27 | 0.93 | 0 | 0.07 | 282.47 | 0.87 | 0.5 |
| Hex | AC | 11 | EC | 1B | 5D | 0 | 7 | 11A | 57 | 32 |
| Octal | 254 | 21 | 354 | 33 | 135 | 0 | 7 | 432 | 127 | 62 |
| Binary | 10101100 | 10001 | 11101100 | 11011 | 1011101 | 0 | 111 | 100011010 | 1010111 | 110010 |
Color Harmonies of #AC11EC
Complementary color
Monochromatic Colors of #AC11EC
Black with #AC11EC
Text Example
Text Example
White with #AC11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11EC; }
p { color: rgb(172,17,236); }
H1.HeaderClassName
{
color: #AC11EC;
}
.AnyTagClassName
{
color: #AC11EC;
}
</style>
background-color css
<style>
a { background-color: #AC11EC; }
a { background-color: rgb(172,17,236); }
div.DivClassName
{
background-color: #AC11EC;
}
.BgClassName
{
background-color: #AC11EC;
}
</style>
border-color css
<style>
span { border-color: #AC11EC; }
span { border-color: rgb(172,17,236); }
td.TdClassName
{
border-color: #AC11EC;
}
.TagClassName
{
border-color: #AC11EC;
}
</style>