Shades of Electric Purple #AC12EC
Tints of Electric Purple #AC12EC
RGB
CMYK
RGB Variations
Color information
#AC12EC (or 0xAC12EC) is known color: Electric Purple. HEX triplet: AC, 12 and EC. RGB value is (172,18,236). Sum of RGB (Red+Green+Blue) = 172+18+236=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC12EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC12EC is #53ED13. Grayscale: #585858. Windows color (decimal): -5500180 or 15471276. OLE color: 15471276.
HSL color Cylindrical-coordinate representation of color #AC12EC: hue angle of 282.39º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC12EC is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 18 | 236 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.07 |
| HSL | 282.39º | 0.86% | 0.5% | - |
| HSV(B) | 282.39º | 0.92% | 0.93% | - |
| XYZ | 32.37 | 15.26 | 80.6 | - |
| YUV | 88.9 | 211.02 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 236 | 0.27 | 0.92 | 0 | 0.07 | 282.39 | 0.86 | 0.5 |
| Hex | AC | 12 | EC | 1B | 5C | 0 | 7 | 11A | 56 | 32 |
| Octal | 254 | 22 | 354 | 33 | 134 | 0 | 7 | 432 | 126 | 62 |
| Binary | 10101100 | 10010 | 11101100 | 11011 | 1011100 | 0 | 111 | 100011010 | 1010110 | 110010 |
Color Harmonies of #AC12EC
Complementary color
Monochromatic Colors of #AC12EC
Black with #AC12EC
Text Example
Text Example
White with #AC12EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12EC; }
p { color: rgb(172,18,236); }
H1.HeaderClassName
{
color: #AC12EC;
}
.AnyTagClassName
{
color: #AC12EC;
}
</style>
background-color css
<style>
a { background-color: #AC12EC; }
a { background-color: rgb(172,18,236); }
div.DivClassName
{
background-color: #AC12EC;
}
.BgClassName
{
background-color: #AC12EC;
}
</style>
border-color css
<style>
span { border-color: #AC12EC; }
span { border-color: rgb(172,18,236); }
td.TdClassName
{
border-color: #AC12EC;
}
.TagClassName
{
border-color: #AC12EC;
}
</style>