Shades of Electric Purple #AC00ED
Tints of Electric Purple #AC00ED
RGB
CMYK
RGB Variations
Color information
#AC00ED (or 0xAC00ED) is known color: Electric Purple. HEX triplet: AC, 00 and ED. RGB value is (172,0,237). Sum of RGB (Red+Green+Blue) = 172+0+237=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC00ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC00ED is #53FF12. Grayscale: #4D4D4D. Windows color (decimal): -5504787 or 15532204. OLE color: 15532204.
HSL color Cylindrical-coordinate representation of color #AC00ED: hue angle of 283.54º 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 #AC00ED is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 0 | 237 | - |
| CMYK | 0.27 | 1 | 0 | 0.07 |
| HSL | 283.54º | 1% | 0.46% | - |
| HSV(B) | 283.54º | 1% | 0.93% | - |
| XYZ | 32.3 | 14.89 | 81.29 | - |
| YUV | 78.45 | 217.48 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 237 | 0.27 | 1 | 0 | 0.07 | 283.54 | 1 | 0.46 |
| Hex | AC | 0 | ED | 1B | 64 | 0 | 7 | 11C | 64 | 2E |
| Octal | 254 | 0 | 355 | 33 | 144 | 0 | 7 | 434 | 144 | 56 |
| Binary | 10101100 | 0 | 11101101 | 11011 | 1100100 | 0 | 111 | 100011100 | 1100100 | 101110 |
Color Harmonies of #AC00ED
Complementary color
Monochromatic Colors of #AC00ED
Black with #AC00ED
Text Example
Text Example
White with #AC00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00ED; }
p { color: rgb(172,0,237); }
H1.HeaderClassName
{
color: #AC00ED;
}
.AnyTagClassName
{
color: #AC00ED;
}
</style>
background-color css
<style>
a { background-color: #AC00ED; }
a { background-color: rgb(172,0,237); }
div.DivClassName
{
background-color: #AC00ED;
}
.BgClassName
{
background-color: #AC00ED;
}
</style>
border-color css
<style>
span { border-color: #AC00ED; }
span { border-color: rgb(172,0,237); }
td.TdClassName
{
border-color: #AC00ED;
}
.TagClassName
{
border-color: #AC00ED;
}
</style>