Shades of Electric Purple #AC0DED
Tints of Electric Purple #AC0DED
RGB
CMYK
RGB Variations
Color information
#AC0DED (or 0xAC0DED) is known color: Electric Purple. HEX triplet: AC, 0D and ED. RGB value is (172,13,237). Sum of RGB (Red+Green+Blue) = 172+13+237=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC0DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0DED is #53F212. Grayscale: #555555. Windows color (decimal): -5501459 or 15535532. OLE color: 15535532.
HSL color Cylindrical-coordinate representation of color #AC0DED: hue angle of 282.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0DED is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 13 | 237 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.07 |
| HSL | 282.59º | 0.9% | 0.49% | - |
| HSV(B) | 282.59º | 0.95% | 0.93% | - |
| XYZ | 32.44 | 15.17 | 81.34 | - |
| YUV | 86.08 | 213.18 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 237 | 0.27 | 0.95 | 0 | 0.07 | 282.59 | 0.9 | 0.49 |
| Hex | AC | D | ED | 1B | 5F | 0 | 7 | 11B | 5A | 31 |
| Octal | 254 | 15 | 355 | 33 | 137 | 0 | 7 | 433 | 132 | 61 |
| Binary | 10101100 | 1101 | 11101101 | 11011 | 1011111 | 0 | 111 | 100011011 | 1011010 | 110001 |
Color Harmonies of #AC0DED
Complementary color
Monochromatic Colors of #AC0DED
Black with #AC0DED
Text Example
Text Example
White with #AC0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DED; }
p { color: rgb(172,13,237); }
H1.HeaderClassName
{
color: #AC0DED;
}
.AnyTagClassName
{
color: #AC0DED;
}
</style>
background-color css
<style>
a { background-color: #AC0DED; }
a { background-color: rgb(172,13,237); }
div.DivClassName
{
background-color: #AC0DED;
}
.BgClassName
{
background-color: #AC0DED;
}
</style>
border-color css
<style>
span { border-color: #AC0DED; }
span { border-color: rgb(172,13,237); }
td.TdClassName
{
border-color: #AC0DED;
}
.TagClassName
{
border-color: #AC0DED;
}
</style>