Shades of Electric Purple #AD17ED
Tints of Electric Purple #AD17ED
RGB
CMYK
RGB Variations
Color information
#AD17ED (or 0xAD17ED) is known color: Electric Purple. HEX triplet: AD, 17 and ED. RGB value is (173,23,237). Sum of RGB (Red+Green+Blue) = 173+23+237=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD17ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD17ED is #52E812. Grayscale: #5B5B5B. Windows color (decimal): -5433363 or 15538093. OLE color: 15538093.
HSL color Cylindrical-coordinate representation of color #AD17ED: hue angle of 282.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD17ED is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 23 | 237 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.07 |
| HSL | 282.06º | 0.86% | 0.51% | - |
| HSV(B) | 282.06º | 0.9% | 0.93% | - |
| XYZ | 32.83 | 15.61 | 81.4 | - |
| YUV | 92.25 | 209.7 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 237 | 0.27 | 0.90 | 0 | 0.07 | 282.06 | 0.86 | 0.51 |
| Hex | AD | 17 | ED | 1B | 5A | 0 | 7 | 11A | 56 | 33 |
| Octal | 255 | 27 | 355 | 33 | 132 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101101 | 10111 | 11101101 | 11011 | 1011010 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AD17ED
Complementary color
Monochromatic Colors of #AD17ED
Black with #AD17ED
Text Example
Text Example
White with #AD17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17ED; }
p { color: rgb(173,23,237); }
H1.HeaderClassName
{
color: #AD17ED;
}
.AnyTagClassName
{
color: #AD17ED;
}
</style>
background-color css
<style>
a { background-color: #AD17ED; }
a { background-color: rgb(173,23,237); }
div.DivClassName
{
background-color: #AD17ED;
}
.BgClassName
{
background-color: #AD17ED;
}
</style>
border-color css
<style>
span { border-color: #AD17ED; }
span { border-color: rgb(173,23,237); }
td.TdClassName
{
border-color: #AD17ED;
}
.TagClassName
{
border-color: #AD17ED;
}
</style>