Shades of Electric Purple #AD04EC
Tints of Electric Purple #AD04EC
RGB
CMYK
RGB Variations
Color information
#AD04EC (or 0xAD04EC) is known color: Electric Purple. HEX triplet: AD, 04 and EC. RGB value is (173,4,236). Sum of RGB (Red+Green+Blue) = 173+4+236=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD04EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04EC is #52FB13. Grayscale: #505050. Windows color (decimal): -5438228 or 15467693. OLE color: 15467693.
HSL color Cylindrical-coordinate representation of color #AD04EC: hue angle of 283.71º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04EC is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 4 | 236 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.07 |
| HSL | 283.71º | 0.97% | 0.47% | - |
| HSV(B) | 283.71º | 0.98% | 0.93% | - |
| XYZ | 32.42 | 15.03 | 80.55 | - |
| YUV | 80.98 | 215.49 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 236 | 0.27 | 0.98 | 0 | 0.07 | 283.71 | 0.97 | 0.47 |
| Hex | AD | 4 | EC | 1B | 62 | 0 | 7 | 11C | 61 | 2F |
| Octal | 255 | 4 | 354 | 33 | 142 | 0 | 7 | 434 | 141 | 57 |
| Binary | 10101101 | 100 | 11101100 | 11011 | 1100010 | 0 | 111 | 100011100 | 1100001 | 101111 |
Color Harmonies of #AD04EC
Complementary color
Monochromatic Colors of #AD04EC
Black with #AD04EC
Text Example
Text Example
White with #AD04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04EC; }
p { color: rgb(173,4,236); }
H1.HeaderClassName
{
color: #AD04EC;
}
.AnyTagClassName
{
color: #AD04EC;
}
</style>
background-color css
<style>
a { background-color: #AD04EC; }
a { background-color: rgb(173,4,236); }
div.DivClassName
{
background-color: #AD04EC;
}
.BgClassName
{
background-color: #AD04EC;
}
</style>
border-color css
<style>
span { border-color: #AD04EC; }
span { border-color: rgb(173,4,236); }
td.TdClassName
{
border-color: #AD04EC;
}
.TagClassName
{
border-color: #AD04EC;
}
</style>