Shades of Electric Purple #AD19E9
Tints of Electric Purple #AD19E9
RGB
CMYK
RGB Variations
Color information
#AD19E9 (or 0xAD19E9) is known color: Electric Purple. HEX triplet: AD, 19 and E9. RGB value is (173,25,233). Sum of RGB (Red+Green+Blue) = 173+25+233=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD19E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19E9 is #52E616. Grayscale: #5C5C5C. Windows color (decimal): -5432855 or 15276461. OLE color: 15276461.
HSL color Cylindrical-coordinate representation of color #AD19E9: hue angle of 282.69º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD19E9 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 25 | 233 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.09 |
| HSL | 282.69º | 0.83% | 0.51% | - |
| HSV(B) | 282.69º | 0.89% | 0.91% | - |
| XYZ | 32.29 | 15.46 | 78.37 | - |
| YUV | 92.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 233 | 0.26 | 0.89 | 0 | 0.09 | 282.69 | 0.83 | 0.51 |
| Hex | AD | 19 | E9 | 1A | 59 | 0 | 9 | 11B | 53 | 33 |
| Octal | 255 | 31 | 351 | 32 | 131 | 0 | 11 | 433 | 123 | 63 |
| Binary | 10101101 | 11001 | 11101001 | 11010 | 1011001 | 0 | 1001 | 100011011 | 1010011 | 110011 |
Color Harmonies of #AD19E9
Complementary color
Monochromatic Colors of #AD19E9
Black with #AD19E9
Text Example
Text Example
White with #AD19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19E9; }
p { color: rgb(173,25,233); }
H1.HeaderClassName
{
color: #AD19E9;
}
.AnyTagClassName
{
color: #AD19E9;
}
</style>
background-color css
<style>
a { background-color: #AD19E9; }
a { background-color: rgb(173,25,233); }
div.DivClassName
{
background-color: #AD19E9;
}
.BgClassName
{
background-color: #AD19E9;
}
</style>
border-color css
<style>
span { border-color: #AD19E9; }
span { border-color: rgb(173,25,233); }
td.TdClassName
{
border-color: #AD19E9;
}
.TagClassName
{
border-color: #AD19E9;
}
</style>