Shades of Electric Purple #AD13E9
Tints of Electric Purple #AD13E9
RGB
CMYK
RGB Variations
Color information
#AD13E9 (or 0xAD13E9) is known color: Electric Purple. HEX triplet: AD, 13 and E9. RGB value is (173,19,233). Sum of RGB (Red+Green+Blue) = 173+19+233=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD13E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD13E9 is #52EC16. Grayscale: #585858. Windows color (decimal): -5434391 or 15274925. OLE color: 15274925.
HSL color Cylindrical-coordinate representation of color #AD13E9: hue angle of 283.18º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD13E9 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 19 | 233 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.09 |
| HSL | 283.18º | 0.85% | 0.49% | - |
| HSV(B) | 283.18º | 0.92% | 0.91% | - |
| XYZ | 32.17 | 15.23 | 78.34 | - |
| YUV | 89.44 | 209.02 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 233 | 0.26 | 0.92 | 0 | 0.09 | 283.18 | 0.85 | 0.49 |
| Hex | AD | 13 | E9 | 1A | 5C | 0 | 9 | 11B | 55 | 31 |
| Octal | 255 | 23 | 351 | 32 | 134 | 0 | 11 | 433 | 125 | 61 |
| Binary | 10101101 | 10011 | 11101001 | 11010 | 1011100 | 0 | 1001 | 100011011 | 1010101 | 110001 |
Color Harmonies of #AD13E9
Complementary color
Monochromatic Colors of #AD13E9
Black with #AD13E9
Text Example
Text Example
White with #AD13E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13E9; }
p { color: rgb(173,19,233); }
H1.HeaderClassName
{
color: #AD13E9;
}
.AnyTagClassName
{
color: #AD13E9;
}
</style>
background-color css
<style>
a { background-color: #AD13E9; }
a { background-color: rgb(173,19,233); }
div.DivClassName
{
background-color: #AD13E9;
}
.BgClassName
{
background-color: #AD13E9;
}
</style>
border-color css
<style>
span { border-color: #AD13E9; }
span { border-color: rgb(173,19,233); }
td.TdClassName
{
border-color: #AD13E9;
}
.TagClassName
{
border-color: #AD13E9;
}
</style>