Shades of Electric Purple #AD0DED
Tints of Electric Purple #AD0DED
RGB
CMYK
RGB Variations
Color information
#AD0DED (or 0xAD0DED) is known color: Electric Purple. HEX triplet: AD, 0D and ED. RGB value is (173,13,237). Sum of RGB (Red+Green+Blue) = 173+13+237=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD0DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DED is #52F212. Grayscale: #555555. Windows color (decimal): -5435923 or 15535533. OLE color: 15535533.
HSL color Cylindrical-coordinate representation of color #AD0DED: hue angle of 282.86º 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 #AD0DED is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 13 | 237 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.07 |
| HSL | 282.86º | 0.9% | 0.49% | - |
| HSV(B) | 282.86º | 0.95% | 0.93% | - |
| XYZ | 32.66 | 15.29 | 81.35 | - |
| YUV | 86.38 | 213.01 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 237 | 0.27 | 0.95 | 0 | 0.07 | 282.86 | 0.9 | 0.49 |
| Hex | AD | D | ED | 1B | 5F | 0 | 7 | 11B | 5A | 31 |
| Octal | 255 | 15 | 355 | 33 | 137 | 0 | 7 | 433 | 132 | 61 |
| Binary | 10101101 | 1101 | 11101101 | 11011 | 1011111 | 0 | 111 | 100011011 | 1011010 | 110001 |
Color Harmonies of #AD0DED
Complementary color
Monochromatic Colors of #AD0DED
Black with #AD0DED
Text Example
Text Example
White with #AD0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DED; }
p { color: rgb(173,13,237); }
H1.HeaderClassName
{
color: #AD0DED;
}
.AnyTagClassName
{
color: #AD0DED;
}
</style>
background-color css
<style>
a { background-color: #AD0DED; }
a { background-color: rgb(173,13,237); }
div.DivClassName
{
background-color: #AD0DED;
}
.BgClassName
{
background-color: #AD0DED;
}
</style>
border-color css
<style>
span { border-color: #AD0DED; }
span { border-color: rgb(173,13,237); }
td.TdClassName
{
border-color: #AD0DED;
}
.TagClassName
{
border-color: #AD0DED;
}
</style>