Shades of Electric Purple #AD04EE
Tints of Electric Purple #AD04EE
RGB
CMYK
RGB Variations
Color information
#AD04EE (or 0xAD04EE) is known color: Electric Purple. HEX triplet: AD, 04 and EE. RGB value is (173,4,238). Sum of RGB (Red+Green+Blue) = 173+4+238=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD04EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04EE is #52FB11. Grayscale: #505050. Windows color (decimal): -5438226 or 15598765. OLE color: 15598765.
HSL color Cylindrical-coordinate representation of color #AD04EE: hue angle of 283.33º 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 #AD04EE is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 4 | 238 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.07 |
| HSL | 283.33º | 0.97% | 0.47% | - |
| HSV(B) | 283.33º | 0.98% | 0.93% | - |
| XYZ | 32.71 | 15.14 | 82.09 | - |
| YUV | 81.21 | 216.49 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 238 | 0.27 | 0.98 | 0 | 0.07 | 283.33 | 0.97 | 0.47 |
| Hex | AD | 4 | EE | 1B | 62 | 0 | 7 | 11B | 61 | 2F |
| Octal | 255 | 4 | 356 | 33 | 142 | 0 | 7 | 433 | 141 | 57 |
| Binary | 10101101 | 100 | 11101110 | 11011 | 1100010 | 0 | 111 | 100011011 | 1100001 | 101111 |
Color Harmonies of #AD04EE
Complementary color
Monochromatic Colors of #AD04EE
Black with #AD04EE
Text Example
Text Example
White with #AD04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04EE; }
p { color: rgb(173,4,238); }
H1.HeaderClassName
{
color: #AD04EE;
}
.AnyTagClassName
{
color: #AD04EE;
}
</style>
background-color css
<style>
a { background-color: #AD04EE; }
a { background-color: rgb(173,4,238); }
div.DivClassName
{
background-color: #AD04EE;
}
.BgClassName
{
background-color: #AD04EE;
}
</style>
border-color css
<style>
span { border-color: #AD04EE; }
span { border-color: rgb(173,4,238); }
td.TdClassName
{
border-color: #AD04EE;
}
.TagClassName
{
border-color: #AD04EE;
}
</style>