Shades of Electric Purple #AD05ED
Tints of Electric Purple #AD05ED
RGB
CMYK
RGB Variations
Color information
#AD05ED (or 0xAD05ED) is known color: Electric Purple. HEX triplet: AD, 05 and ED. RGB value is (173,5,237). Sum of RGB (Red+Green+Blue) = 173+5+237=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05ED is #52FA12. Grayscale: #505050. Windows color (decimal): -5437971 or 15533485. OLE color: 15533485.
HSL color Cylindrical-coordinate representation of color #AD05ED: hue angle of 283.45º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05ED is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 5 | 237 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.07 |
| HSL | 283.45º | 0.96% | 0.47% | - |
| HSV(B) | 283.45º | 0.98% | 0.93% | - |
| XYZ | 32.57 | 15.11 | 81.32 | - |
| YUV | 81.68 | 215.66 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 237 | 0.27 | 0.98 | 0 | 0.07 | 283.45 | 0.96 | 0.47 |
| Hex | AD | 5 | ED | 1B | 62 | 0 | 7 | 11B | 60 | 2F |
| Octal | 255 | 5 | 355 | 33 | 142 | 0 | 7 | 433 | 140 | 57 |
| Binary | 10101101 | 101 | 11101101 | 11011 | 1100010 | 0 | 111 | 100011011 | 1100000 | 101111 |
Color Harmonies of #AD05ED
Complementary color
Monochromatic Colors of #AD05ED
Black with #AD05ED
Text Example
Text Example
White with #AD05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05ED; }
p { color: rgb(173,5,237); }
H1.HeaderClassName
{
color: #AD05ED;
}
.AnyTagClassName
{
color: #AD05ED;
}
</style>
background-color css
<style>
a { background-color: #AD05ED; }
a { background-color: rgb(173,5,237); }
div.DivClassName
{
background-color: #AD05ED;
}
.BgClassName
{
background-color: #AD05ED;
}
</style>
border-color css
<style>
span { border-color: #AD05ED; }
span { border-color: rgb(173,5,237); }
td.TdClassName
{
border-color: #AD05ED;
}
.TagClassName
{
border-color: #AD05ED;
}
</style>