Shades of Electric Purple #AC19EC
Tints of Electric Purple #AC19EC
RGB
CMYK
RGB Variations
Color information
#AC19EC (or 0xAC19EC) is known color: Electric Purple. HEX triplet: AC, 19 and EC. RGB value is (172,25,236). Sum of RGB (Red+Green+Blue) = 172+25+236=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC19EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19EC is #53E613. Grayscale: #5C5C5C. Windows color (decimal): -5498388 or 15473068. OLE color: 15473068.
HSL color Cylindrical-coordinate representation of color #AC19EC: hue angle of 281.8º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC19EC is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 25 | 236 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.07 |
| HSL | 281.8º | 0.85% | 0.51% | - |
| HSV(B) | 281.8º | 0.89% | 0.93% | - |
| XYZ | 32.5 | 15.52 | 80.64 | - |
| YUV | 93.01 | 208.7 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 236 | 0.27 | 0.89 | 0 | 0.07 | 281.8 | 0.85 | 0.51 |
| Hex | AC | 19 | EC | 1B | 59 | 0 | 7 | 11A | 55 | 33 |
| Octal | 254 | 31 | 354 | 33 | 131 | 0 | 7 | 432 | 125 | 63 |
| Binary | 10101100 | 11001 | 11101100 | 11011 | 1011001 | 0 | 111 | 100011010 | 1010101 | 110011 |
Color Harmonies of #AC19EC
Complementary color
Monochromatic Colors of #AC19EC
Black with #AC19EC
Text Example
Text Example
White with #AC19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19EC; }
p { color: rgb(172,25,236); }
H1.HeaderClassName
{
color: #AC19EC;
}
.AnyTagClassName
{
color: #AC19EC;
}
</style>
background-color css
<style>
a { background-color: #AC19EC; }
a { background-color: rgb(172,25,236); }
div.DivClassName
{
background-color: #AC19EC;
}
.BgClassName
{
background-color: #AC19EC;
}
</style>
border-color css
<style>
span { border-color: #AC19EC; }
span { border-color: rgb(172,25,236); }
td.TdClassName
{
border-color: #AC19EC;
}
.TagClassName
{
border-color: #AC19EC;
}
</style>