Shades of Electric Purple #AD0EEC
Tints of Electric Purple #AD0EEC
RGB
CMYK
RGB Variations
Color information
#AD0EEC (or 0xAD0EEC) is known color: Electric Purple. HEX triplet: AD, 0E and EC. RGB value is (173,14,236). Sum of RGB (Red+Green+Blue) = 173+14+236=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD0EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0EEC is #52F113. Grayscale: #565656. Windows color (decimal): -5435668 or 15470253. OLE color: 15470253.
HSL color Cylindrical-coordinate representation of color #AD0EEC: hue angle of 282.97º degrees, saturation: 0.89, 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 #AD0EEC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 14 | 236 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.07 |
| HSL | 282.97º | 0.89% | 0.49% | - |
| HSV(B) | 282.97º | 0.94% | 0.93% | - |
| XYZ | 32.53 | 15.25 | 80.59 | - |
| YUV | 86.85 | 212.18 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 236 | 0.27 | 0.94 | 0 | 0.07 | 282.97 | 0.89 | 0.49 |
| Hex | AD | E | EC | 1B | 5E | 0 | 7 | 11B | 59 | 31 |
| Octal | 255 | 16 | 354 | 33 | 136 | 0 | 7 | 433 | 131 | 61 |
| Binary | 10101101 | 1110 | 11101100 | 11011 | 1011110 | 0 | 111 | 100011011 | 1011001 | 110001 |
Color Harmonies of #AD0EEC
Complementary color
Monochromatic Colors of #AD0EEC
Black with #AD0EEC
Text Example
Text Example
White with #AD0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EEC; }
p { color: rgb(173,14,236); }
H1.HeaderClassName
{
color: #AD0EEC;
}
.AnyTagClassName
{
color: #AD0EEC;
}
</style>
background-color css
<style>
a { background-color: #AD0EEC; }
a { background-color: rgb(173,14,236); }
div.DivClassName
{
background-color: #AD0EEC;
}
.BgClassName
{
background-color: #AD0EEC;
}
</style>
border-color css
<style>
span { border-color: #AD0EEC; }
span { border-color: rgb(173,14,236); }
td.TdClassName
{
border-color: #AD0EEC;
}
.TagClassName
{
border-color: #AD0EEC;
}
</style>