Shades of Electric Purple #AD19EC
Tints of Electric Purple #AD19EC
RGB
CMYK
RGB Variations
Color information
#AD19EC (or 0xAD19EC) is known color: Electric Purple. HEX triplet: AD, 19 and EC. RGB value is (173,25,236). Sum of RGB (Red+Green+Blue) = 173+25+236=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD19EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19EC is #52E613. Grayscale: #5C5C5C. Windows color (decimal): -5432852 or 15473069. OLE color: 15473069.
HSL color Cylindrical-coordinate representation of color #AD19EC: hue angle of 282.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD19EC is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 25 | 236 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.07 |
| HSL | 282.09º | 0.85% | 0.51% | - |
| HSV(B) | 282.09º | 0.89% | 0.93% | - |
| XYZ | 32.72 | 15.64 | 80.65 | - |
| YUV | 93.31 | 208.53 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 236 | 0.27 | 0.89 | 0 | 0.07 | 282.09 | 0.85 | 0.51 |
| Hex | AD | 19 | EC | 1B | 59 | 0 | 7 | 11A | 55 | 33 |
| Octal | 255 | 31 | 354 | 33 | 131 | 0 | 7 | 432 | 125 | 63 |
| Binary | 10101101 | 11001 | 11101100 | 11011 | 1011001 | 0 | 111 | 100011010 | 1010101 | 110011 |
Color Harmonies of #AD19EC
Complementary color
Monochromatic Colors of #AD19EC
Black with #AD19EC
Text Example
Text Example
White with #AD19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19EC; }
p { color: rgb(173,25,236); }
H1.HeaderClassName
{
color: #AD19EC;
}
.AnyTagClassName
{
color: #AD19EC;
}
</style>
background-color css
<style>
a { background-color: #AD19EC; }
a { background-color: rgb(173,25,236); }
div.DivClassName
{
background-color: #AD19EC;
}
.BgClassName
{
background-color: #AD19EC;
}
</style>
border-color css
<style>
span { border-color: #AD19EC; }
span { border-color: rgb(173,25,236); }
td.TdClassName
{
border-color: #AD19EC;
}
.TagClassName
{
border-color: #AD19EC;
}
</style>