Shades of Electric Purple #AD13ED
Tints of Electric Purple #AD13ED
RGB
CMYK
RGB Variations
Color information
#AD13ED (or 0xAD13ED) is known color: Electric Purple. HEX triplet: AD, 13 and ED. RGB value is (173,19,237). Sum of RGB (Red+Green+Blue) = 173+19+237=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD13ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD13ED is #52EC12. Grayscale: #595959. Windows color (decimal): -5434387 or 15537069. OLE color: 15537069.
HSL color Cylindrical-coordinate representation of color #AD13ED: hue angle of 282.39º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD13ED is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 19 | 237 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.07 |
| HSL | 282.39º | 0.86% | 0.5% | - |
| HSV(B) | 282.39º | 0.92% | 0.93% | - |
| XYZ | 32.75 | 15.46 | 81.38 | - |
| YUV | 89.9 | 211.02 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 237 | 0.27 | 0.92 | 0 | 0.07 | 282.39 | 0.86 | 0.5 |
| Hex | AD | 13 | ED | 1B | 5C | 0 | 7 | 11A | 56 | 32 |
| Octal | 255 | 23 | 355 | 33 | 134 | 0 | 7 | 432 | 126 | 62 |
| Binary | 10101101 | 10011 | 11101101 | 11011 | 1011100 | 0 | 111 | 100011010 | 1010110 | 110010 |
Color Harmonies of #AD13ED
Complementary color
Monochromatic Colors of #AD13ED
Black with #AD13ED
Text Example
Text Example
White with #AD13ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13ED; }
p { color: rgb(173,19,237); }
H1.HeaderClassName
{
color: #AD13ED;
}
.AnyTagClassName
{
color: #AD13ED;
}
</style>
background-color css
<style>
a { background-color: #AD13ED; }
a { background-color: rgb(173,19,237); }
div.DivClassName
{
background-color: #AD13ED;
}
.BgClassName
{
background-color: #AD13ED;
}
</style>
border-color css
<style>
span { border-color: #AD13ED; }
span { border-color: rgb(173,19,237); }
td.TdClassName
{
border-color: #AD13ED;
}
.TagClassName
{
border-color: #AD13ED;
}
</style>