Shades of Electric Purple #AC00EC
Tints of Electric Purple #AC00EC
RGB
CMYK
RGB Variations
Color information
#AC00EC (or 0xAC00EC) is known color: Electric Purple. HEX triplet: AC, 00 and EC. RGB value is (172,0,236). Sum of RGB (Red+Green+Blue) = 172+0+236=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC00EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00EC is #53FF13. Grayscale: #4D4D4D. Windows color (decimal): -5504788 or 15466668. OLE color: 15466668.
HSL color Cylindrical-coordinate representation of color #AC00EC: hue angle of 283.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00EC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 0 | 236 | - |
| CMYK | 0.27 | 1 | 0 | 0.07 |
| HSL | 283.73º | 1% | 0.46% | - |
| HSV(B) | 283.73º | 1% | 0.93% | - |
| XYZ | 32.15 | 14.83 | 80.52 | - |
| YUV | 78.33 | 216.98 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 236 | 0.27 | 1 | 0 | 0.07 | 283.73 | 1 | 0.46 |
| Hex | AC | 0 | EC | 1B | 64 | 0 | 7 | 11C | 64 | 2E |
| Octal | 254 | 0 | 354 | 33 | 144 | 0 | 7 | 434 | 144 | 56 |
| Binary | 10101100 | 0 | 11101100 | 11011 | 1100100 | 0 | 111 | 100011100 | 1100100 | 101110 |
Color Harmonies of #AC00EC
Complementary color
Monochromatic Colors of #AC00EC
Black with #AC00EC
Text Example
Text Example
White with #AC00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00EC; }
p { color: rgb(172,0,236); }
H1.HeaderClassName
{
color: #AC00EC;
}
.AnyTagClassName
{
color: #AC00EC;
}
</style>
background-color css
<style>
a { background-color: #AC00EC; }
a { background-color: rgb(172,0,236); }
div.DivClassName
{
background-color: #AC00EC;
}
.BgClassName
{
background-color: #AC00EC;
}
</style>
border-color css
<style>
span { border-color: #AC00EC; }
span { border-color: rgb(172,0,236); }
td.TdClassName
{
border-color: #AC00EC;
}
.TagClassName
{
border-color: #AC00EC;
}
</style>