Shades of Electric Purple #AD0AEE
Tints of Electric Purple #AD0AEE
RGB
CMYK
RGB Variations
Color information
#AD0AEE (or 0xAD0AEE) is known color: Electric Purple. HEX triplet: AD, 0A and EE. RGB value is (173,10,238). Sum of RGB (Red+Green+Blue) = 173+10+238=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD0AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AEE is #52F511. Grayscale: #535353. Windows color (decimal): -5436690 or 15600301. OLE color: 15600301.
HSL color Cylindrical-coordinate representation of color #AD0AEE: hue angle of 282.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AEE is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 10 | 238 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.07 |
| HSL | 282.89º | 0.92% | 0.49% | - |
| HSV(B) | 282.89º | 0.96% | 0.93% | - |
| XYZ | 32.77 | 15.27 | 82.11 | - |
| YUV | 84.73 | 214.5 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 238 | 0.27 | 0.96 | 0 | 0.07 | 282.89 | 0.92 | 0.49 |
| Hex | AD | A | EE | 1B | 60 | 0 | 7 | 11B | 5C | 31 |
| Octal | 255 | 12 | 356 | 33 | 140 | 0 | 7 | 433 | 134 | 61 |
| Binary | 10101101 | 1010 | 11101110 | 11011 | 1100000 | 0 | 111 | 100011011 | 1011100 | 110001 |
Color Harmonies of #AD0AEE
Complementary color
Monochromatic Colors of #AD0AEE
Black with #AD0AEE
Text Example
Text Example
White with #AD0AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AEE; }
p { color: rgb(173,10,238); }
H1.HeaderClassName
{
color: #AD0AEE;
}
.AnyTagClassName
{
color: #AD0AEE;
}
</style>
background-color css
<style>
a { background-color: #AD0AEE; }
a { background-color: rgb(173,10,238); }
div.DivClassName
{
background-color: #AD0AEE;
}
.BgClassName
{
background-color: #AD0AEE;
}
</style>
border-color css
<style>
span { border-color: #AD0AEE; }
span { border-color: rgb(173,10,238); }
td.TdClassName
{
border-color: #AD0AEE;
}
.TagClassName
{
border-color: #AD0AEE;
}
</style>