Shades of Electric Purple #AD20F0
Tints of Electric Purple #AD20F0
RGB
CMYK
RGB Variations
Color information
#AD20F0 (or 0xAD20F0) is known color: Electric Purple. HEX triplet: AD, 20 and F0. RGB value is (173,32,240). Sum of RGB (Red+Green+Blue) = 173+32+240=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD20F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20F0 is #52DF0F. Grayscale: #616161. Windows color (decimal): -5431056 or 15737005. OLE color: 15737005.
HSL color Cylindrical-coordinate representation of color #AD20F0: hue angle of 280.67º 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 #AD20F0 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 32 | 240 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.06 |
| HSL | 280.67º | 0.87% | 0.53% | - |
| HSV(B) | 280.67º | 0.87% | 0.94% | - |
| XYZ | 33.48 | 16.21 | 83.8 | - |
| YUV | 97.87 | 208.21 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 240 | 0.28 | 0.87 | 0 | 0.06 | 280.67 | 0.87 | 0.53 |
| Hex | AD | 20 | F0 | 1C | 57 | 0 | 6 | 119 | 57 | 35 |
| Octal | 255 | 40 | 360 | 34 | 127 | 0 | 6 | 431 | 127 | 65 |
| Binary | 10101101 | 100000 | 11110000 | 11100 | 1010111 | 0 | 110 | 100011001 | 1010111 | 110101 |
Color Harmonies of #AD20F0
Complementary color
Monochromatic Colors of #AD20F0
Black with #AD20F0
Text Example
Text Example
White with #AD20F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20F0; }
p { color: rgb(173,32,240); }
H1.HeaderClassName
{
color: #AD20F0;
}
.AnyTagClassName
{
color: #AD20F0;
}
</style>
background-color css
<style>
a { background-color: #AD20F0; }
a { background-color: rgb(173,32,240); }
div.DivClassName
{
background-color: #AD20F0;
}
.BgClassName
{
background-color: #AD20F0;
}
</style>
border-color css
<style>
span { border-color: #AD20F0; }
span { border-color: rgb(173,32,240); }
td.TdClassName
{
border-color: #AD20F0;
}
.TagClassName
{
border-color: #AD20F0;
}
</style>