Shades of Electric Purple #AD20EE
Tints of Electric Purple #AD20EE
RGB
CMYK
RGB Variations
Color information
#AD20EE (or 0xAD20EE) is known color: Electric Purple. HEX triplet: AD, 20 and EE. RGB value is (173,32,238). Sum of RGB (Red+Green+Blue) = 173+32+238=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD20EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20EE is #52DF11. Grayscale: #606060. Windows color (decimal): -5431058 or 15605933. OLE color: 15605933.
HSL color Cylindrical-coordinate representation of color #AD20EE: hue angle of 281.07º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD20EE is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 32 | 238 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.07 |
| HSL | 281.07º | 0.86% | 0.53% | - |
| HSV(B) | 281.07º | 0.87% | 0.93% | - |
| XYZ | 33.18 | 16.09 | 82.25 | - |
| YUV | 97.64 | 207.21 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 238 | 0.27 | 0.87 | 0 | 0.07 | 281.07 | 0.86 | 0.53 |
| Hex | AD | 20 | EE | 1B | 57 | 0 | 7 | 119 | 56 | 35 |
| Octal | 255 | 40 | 356 | 33 | 127 | 0 | 7 | 431 | 126 | 65 |
| Binary | 10101101 | 100000 | 11101110 | 11011 | 1010111 | 0 | 111 | 100011001 | 1010110 | 110101 |
Color Harmonies of #AD20EE
Complementary color
Monochromatic Colors of #AD20EE
Black with #AD20EE
Text Example
Text Example
White with #AD20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20EE; }
p { color: rgb(173,32,238); }
H1.HeaderClassName
{
color: #AD20EE;
}
.AnyTagClassName
{
color: #AD20EE;
}
</style>
background-color css
<style>
a { background-color: #AD20EE; }
a { background-color: rgb(173,32,238); }
div.DivClassName
{
background-color: #AD20EE;
}
.BgClassName
{
background-color: #AD20EE;
}
</style>
border-color css
<style>
span { border-color: #AD20EE; }
span { border-color: rgb(173,32,238); }
td.TdClassName
{
border-color: #AD20EE;
}
.TagClassName
{
border-color: #AD20EE;
}
</style>