Shades of Electric Purple #AC17EC
Tints of Electric Purple #AC17EC
RGB
CMYK
RGB Variations
Color information
#AC17EC (or 0xAC17EC) is known color: Electric Purple. HEX triplet: AC, 17 and EC. RGB value is (172,23,236). Sum of RGB (Red+Green+Blue) = 172+23+236=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC17EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC17EC is #53E813. Grayscale: #5B5B5B. Windows color (decimal): -5498900 or 15472556. OLE color: 15472556.
HSL color Cylindrical-coordinate representation of color #AC17EC: hue angle of 281.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC17EC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 23 | 236 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.07 |
| HSL | 281.97º | 0.85% | 0.51% | - |
| HSV(B) | 281.97º | 0.9% | 0.93% | - |
| XYZ | 32.46 | 15.44 | 80.63 | - |
| YUV | 91.83 | 209.36 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 236 | 0.27 | 0.90 | 0 | 0.07 | 281.97 | 0.85 | 0.51 |
| Hex | AC | 17 | EC | 1B | 5A | 0 | 7 | 11A | 55 | 33 |
| Octal | 254 | 27 | 354 | 33 | 132 | 0 | 7 | 432 | 125 | 63 |
| Binary | 10101100 | 10111 | 11101100 | 11011 | 1011010 | 0 | 111 | 100011010 | 1010101 | 110011 |
Color Harmonies of #AC17EC
Complementary color
Monochromatic Colors of #AC17EC
Black with #AC17EC
Text Example
Text Example
White with #AC17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17EC; }
p { color: rgb(172,23,236); }
H1.HeaderClassName
{
color: #AC17EC;
}
.AnyTagClassName
{
color: #AC17EC;
}
</style>
background-color css
<style>
a { background-color: #AC17EC; }
a { background-color: rgb(172,23,236); }
div.DivClassName
{
background-color: #AC17EC;
}
.BgClassName
{
background-color: #AC17EC;
}
</style>
border-color css
<style>
span { border-color: #AC17EC; }
span { border-color: rgb(172,23,236); }
td.TdClassName
{
border-color: #AC17EC;
}
.TagClassName
{
border-color: #AC17EC;
}
</style>