Shades of Electric Purple #AD0EED
Tints of Electric Purple #AD0EED
RGB
CMYK
RGB Variations
Color information
#AD0EED (or 0xAD0EED) is known color: Electric Purple. HEX triplet: AD, 0E and ED. RGB value is (173,14,237). Sum of RGB (Red+Green+Blue) = 173+14+237=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD0EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0EED is #52F112. Grayscale: #565656. Windows color (decimal): -5435667 or 15535789. OLE color: 15535789.
HSL color Cylindrical-coordinate representation of color #AD0EED: hue angle of 282.78º 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 #AD0EED is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 14 | 237 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.07 |
| HSL | 282.78º | 0.89% | 0.49% | - |
| HSV(B) | 282.78º | 0.94% | 0.93% | - |
| XYZ | 32.68 | 15.31 | 81.35 | - |
| YUV | 86.96 | 212.68 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 237 | 0.27 | 0.94 | 0 | 0.07 | 282.78 | 0.89 | 0.49 |
| Hex | AD | E | ED | 1B | 5E | 0 | 7 | 11B | 59 | 31 |
| Octal | 255 | 16 | 355 | 33 | 136 | 0 | 7 | 433 | 131 | 61 |
| Binary | 10101101 | 1110 | 11101101 | 11011 | 1011110 | 0 | 111 | 100011011 | 1011001 | 110001 |
Color Harmonies of #AD0EED
Complementary color
Monochromatic Colors of #AD0EED
Black with #AD0EED
Text Example
Text Example
White with #AD0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EED; }
p { color: rgb(173,14,237); }
H1.HeaderClassName
{
color: #AD0EED;
}
.AnyTagClassName
{
color: #AD0EED;
}
</style>
background-color css
<style>
a { background-color: #AD0EED; }
a { background-color: rgb(173,14,237); }
div.DivClassName
{
background-color: #AD0EED;
}
.BgClassName
{
background-color: #AD0EED;
}
</style>
border-color css
<style>
span { border-color: #AD0EED; }
span { border-color: rgb(173,14,237); }
td.TdClassName
{
border-color: #AD0EED;
}
.TagClassName
{
border-color: #AD0EED;
}
</style>