Shades of Electric Purple #AC16EC
Tints of Electric Purple #AC16EC
RGB
CMYK
RGB Variations
Color information
#AC16EC (or 0xAC16EC) is known color: Electric Purple. HEX triplet: AC, 16 and EC. RGB value is (172,22,236). Sum of RGB (Red+Green+Blue) = 172+22+236=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC16EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC16EC is #53E913. Grayscale: #5A5A5A. Windows color (decimal): -5499156 or 15472300. OLE color: 15472300.
HSL color Cylindrical-coordinate representation of color #AC16EC: hue angle of 282.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC16EC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 22 | 236 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.07 |
| HSL | 282.06º | 0.85% | 0.51% | - |
| HSV(B) | 282.06º | 0.91% | 0.93% | - |
| XYZ | 32.44 | 15.4 | 80.62 | - |
| YUV | 91.25 | 209.7 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 236 | 0.27 | 0.91 | 0 | 0.07 | 282.06 | 0.85 | 0.51 |
| Hex | AC | 16 | EC | 1B | 5B | 0 | 7 | 11A | 55 | 33 |
| Octal | 254 | 26 | 354 | 33 | 133 | 0 | 7 | 432 | 125 | 63 |
| Binary | 10101100 | 10110 | 11101100 | 11011 | 1011011 | 0 | 111 | 100011010 | 1010101 | 110011 |
Color Harmonies of #AC16EC
Complementary color
Monochromatic Colors of #AC16EC
Black with #AC16EC
Text Example
Text Example
White with #AC16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16EC; }
p { color: rgb(172,22,236); }
H1.HeaderClassName
{
color: #AC16EC;
}
.AnyTagClassName
{
color: #AC16EC;
}
</style>
background-color css
<style>
a { background-color: #AC16EC; }
a { background-color: rgb(172,22,236); }
div.DivClassName
{
background-color: #AC16EC;
}
.BgClassName
{
background-color: #AC16EC;
}
</style>
border-color css
<style>
span { border-color: #AC16EC; }
span { border-color: rgb(172,22,236); }
td.TdClassName
{
border-color: #AC16EC;
}
.TagClassName
{
border-color: #AC16EC;
}
</style>