Shades of Electric Purple #AC0DEC
Tints of Electric Purple #AC0DEC
RGB
CMYK
RGB Variations
Color information
#AC0DEC (or 0xAC0DEC) is known color: Electric Purple. HEX triplet: AC, 0D and EC. RGB value is (172,13,236). Sum of RGB (Red+Green+Blue) = 172+13+236=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC0DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0DEC is #53F213. Grayscale: #555555. Windows color (decimal): -5501460 or 15469996. OLE color: 15469996.
HSL color Cylindrical-coordinate representation of color #AC0DEC: hue angle of 282.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DEC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 13 | 236 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.07 |
| HSL | 282.78º | 0.9% | 0.49% | - |
| HSV(B) | 282.78º | 0.94% | 0.93% | - |
| XYZ | 32.3 | 15.11 | 80.57 | - |
| YUV | 85.96 | 212.68 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 236 | 0.27 | 0.94 | 0 | 0.07 | 282.78 | 0.9 | 0.49 |
| Hex | AC | D | EC | 1B | 5E | 0 | 7 | 11B | 5A | 31 |
| Octal | 254 | 15 | 354 | 33 | 136 | 0 | 7 | 433 | 132 | 61 |
| Binary | 10101100 | 1101 | 11101100 | 11011 | 1011110 | 0 | 111 | 100011011 | 1011010 | 110001 |
Color Harmonies of #AC0DEC
Complementary color
Monochromatic Colors of #AC0DEC
Black with #AC0DEC
Text Example
Text Example
White with #AC0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DEC; }
p { color: rgb(172,13,236); }
H1.HeaderClassName
{
color: #AC0DEC;
}
.AnyTagClassName
{
color: #AC0DEC;
}
</style>
background-color css
<style>
a { background-color: #AC0DEC; }
a { background-color: rgb(172,13,236); }
div.DivClassName
{
background-color: #AC0DEC;
}
.BgClassName
{
background-color: #AC0DEC;
}
</style>
border-color css
<style>
span { border-color: #AC0DEC; }
span { border-color: rgb(172,13,236); }
td.TdClassName
{
border-color: #AC0DEC;
}
.TagClassName
{
border-color: #AC0DEC;
}
</style>