Shades of Electric Purple #AD20EF
Tints of Electric Purple #AD20EF
RGB
CMYK
RGB Variations
Color information
#AD20EF (or 0xAD20EF) is known color: Electric Purple. HEX triplet: AD, 20 and EF. RGB value is (173,32,239). Sum of RGB (Red+Green+Blue) = 173+32+239=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD20EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20EF is #52DF10. Grayscale: #616161. Windows color (decimal): -5431057 or 15671469. OLE color: 15671469.
HSL color Cylindrical-coordinate representation of color #AD20EF: hue angle of 280.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD20EF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 32 | 239 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.06 |
| HSL | 280.87º | 0.87% | 0.53% | - |
| HSV(B) | 280.87º | 0.87% | 0.94% | - |
| XYZ | 33.33 | 16.15 | 83.02 | - |
| YUV | 97.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 239 | 0.28 | 0.87 | 0 | 0.06 | 280.87 | 0.87 | 0.53 |
| Hex | AD | 20 | EF | 1C | 57 | 0 | 6 | 119 | 57 | 35 |
| Octal | 255 | 40 | 357 | 34 | 127 | 0 | 6 | 431 | 127 | 65 |
| Binary | 10101101 | 100000 | 11101111 | 11100 | 1010111 | 0 | 110 | 100011001 | 1010111 | 110101 |
Color Harmonies of #AD20EF
Complementary color
Monochromatic Colors of #AD20EF
Black with #AD20EF
Text Example
Text Example
White with #AD20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20EF; }
p { color: rgb(173,32,239); }
H1.HeaderClassName
{
color: #AD20EF;
}
.AnyTagClassName
{
color: #AD20EF;
}
</style>
background-color css
<style>
a { background-color: #AD20EF; }
a { background-color: rgb(173,32,239); }
div.DivClassName
{
background-color: #AD20EF;
}
.BgClassName
{
background-color: #AD20EF;
}
</style>
border-color css
<style>
span { border-color: #AD20EF; }
span { border-color: rgb(173,32,239); }
td.TdClassName
{
border-color: #AD20EF;
}
.TagClassName
{
border-color: #AD20EF;
}
</style>