Shades of Electric Purple #AC15EC
Tints of Electric Purple #AC15EC
RGB
CMYK
RGB Variations
Color information
#AC15EC (or 0xAC15EC) is known color: Electric Purple. HEX triplet: AC, 15 and EC. RGB value is (172,21,236). Sum of RGB (Red+Green+Blue) = 172+21+236=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC15EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC15EC is #53EA13. Grayscale: #595959. Windows color (decimal): -5499412 or 15472044. OLE color: 15472044.
HSL color Cylindrical-coordinate representation of color #AC15EC: hue angle of 282.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC15EC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 21 | 236 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.07 |
| HSL | 282.14º | 0.85% | 0.5% | - |
| HSV(B) | 282.14º | 0.91% | 0.93% | - |
| XYZ | 32.42 | 15.36 | 80.61 | - |
| YUV | 90.66 | 210.03 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 236 | 0.27 | 0.91 | 0 | 0.07 | 282.14 | 0.85 | 0.5 |
| Hex | AC | 15 | EC | 1B | 5B | 0 | 7 | 11A | 55 | 32 |
| Octal | 254 | 25 | 354 | 33 | 133 | 0 | 7 | 432 | 125 | 62 |
| Binary | 10101100 | 10101 | 11101100 | 11011 | 1011011 | 0 | 111 | 100011010 | 1010101 | 110010 |
Color Harmonies of #AC15EC
Complementary color
Monochromatic Colors of #AC15EC
Black with #AC15EC
Text Example
Text Example
White with #AC15EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15EC; }
p { color: rgb(172,21,236); }
H1.HeaderClassName
{
color: #AC15EC;
}
.AnyTagClassName
{
color: #AC15EC;
}
</style>
background-color css
<style>
a { background-color: #AC15EC; }
a { background-color: rgb(172,21,236); }
div.DivClassName
{
background-color: #AC15EC;
}
.BgClassName
{
background-color: #AC15EC;
}
</style>
border-color css
<style>
span { border-color: #AC15EC; }
span { border-color: rgb(172,21,236); }
td.TdClassName
{
border-color: #AC15EC;
}
.TagClassName
{
border-color: #AC15EC;
}
</style>