Shades of Electric Purple #AC09ED
Tints of Electric Purple #AC09ED
RGB
CMYK
RGB Variations
Color information
#AC09ED (or 0xAC09ED) is known color: Electric Purple. HEX triplet: AC, 09 and ED. RGB value is (172,9,237). Sum of RGB (Red+Green+Blue) = 172+9+237=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC09ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC09ED is #53F612. Grayscale: #525252. Windows color (decimal): -5502483 or 15534508. OLE color: 15534508.
HSL color Cylindrical-coordinate representation of color #AC09ED: hue angle of 282.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC09ED is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 9 | 237 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.07 |
| HSL | 282.89º | 0.93% | 0.48% | - |
| HSV(B) | 282.89º | 0.96% | 0.93% | - |
| XYZ | 32.4 | 15.08 | 81.32 | - |
| YUV | 83.73 | 214.5 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 237 | 0.27 | 0.96 | 0 | 0.07 | 282.89 | 0.93 | 0.48 |
| Hex | AC | 9 | ED | 1B | 60 | 0 | 7 | 11B | 5D | 30 |
| Octal | 254 | 11 | 355 | 33 | 140 | 0 | 7 | 433 | 135 | 60 |
| Binary | 10101100 | 1001 | 11101101 | 11011 | 1100000 | 0 | 111 | 100011011 | 1011101 | 110000 |
Color Harmonies of #AC09ED
Complementary color
Monochromatic Colors of #AC09ED
Black with #AC09ED
Text Example
Text Example
White with #AC09ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09ED; }
p { color: rgb(172,9,237); }
H1.HeaderClassName
{
color: #AC09ED;
}
.AnyTagClassName
{
color: #AC09ED;
}
</style>
background-color css
<style>
a { background-color: #AC09ED; }
a { background-color: rgb(172,9,237); }
div.DivClassName
{
background-color: #AC09ED;
}
.BgClassName
{
background-color: #AC09ED;
}
</style>
border-color css
<style>
span { border-color: #AC09ED; }
span { border-color: rgb(172,9,237); }
td.TdClassName
{
border-color: #AC09ED;
}
.TagClassName
{
border-color: #AC09ED;
}
</style>