Shades of Electric Purple #AD15ED
Tints of Electric Purple #AD15ED
RGB
CMYK
RGB Variations
Color information
#AD15ED (or 0xAD15ED) is known color: Electric Purple. HEX triplet: AD, 15 and ED. RGB value is (173,21,237). Sum of RGB (Red+Green+Blue) = 173+21+237=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD15ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD15ED is #52EA12. Grayscale: #5A5A5A. Windows color (decimal): -5433875 or 15537581. OLE color: 15537581.
HSL color Cylindrical-coordinate representation of color #AD15ED: hue angle of 282.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD15ED is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 21 | 237 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.07 |
| HSL | 282.22º | 0.86% | 0.51% | - |
| HSV(B) | 282.22º | 0.91% | 0.93% | - |
| XYZ | 32.79 | 15.53 | 81.39 | - |
| YUV | 91.07 | 210.36 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 237 | 0.27 | 0.91 | 0 | 0.07 | 282.22 | 0.86 | 0.51 |
| Hex | AD | 15 | ED | 1B | 5B | 0 | 7 | 11A | 56 | 33 |
| Octal | 255 | 25 | 355 | 33 | 133 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101101 | 10101 | 11101101 | 11011 | 1011011 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AD15ED
Complementary color
Monochromatic Colors of #AD15ED
Black with #AD15ED
Text Example
Text Example
White with #AD15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD15ED; }
p { color: rgb(173,21,237); }
H1.HeaderClassName
{
color: #AD15ED;
}
.AnyTagClassName
{
color: #AD15ED;
}
</style>
background-color css
<style>
a { background-color: #AD15ED; }
a { background-color: rgb(173,21,237); }
div.DivClassName
{
background-color: #AD15ED;
}
.BgClassName
{
background-color: #AD15ED;
}
</style>
border-color css
<style>
span { border-color: #AD15ED; }
span { border-color: rgb(173,21,237); }
td.TdClassName
{
border-color: #AD15ED;
}
.TagClassName
{
border-color: #AD15ED;
}
</style>