Shades of Electric Purple #AD20FE
Tints of Electric Purple #AD20FE
RGB
CMYK
RGB Variations
Color information
#AD20FE (or 0xAD20FE) is known color: Electric Purple. HEX triplet: AD, 20 and FE. RGB value is (173,32,254). Sum of RGB (Red+Green+Blue) = 173+32+254=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD20FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20FE is #52DF01. Grayscale: #626262. Windows color (decimal): -5431042 or 16654509. OLE color: 16654509.
HSL color Cylindrical-coordinate representation of color #AD20FE: hue angle of 278.11º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD20FE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 32 | 254 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.00 |
| HSL | 278.11º | 0.99% | 0.56% | - |
| HSV(B) | 278.11º | 0.87% | 1% | - |
| XYZ | 35.64 | 17.07 | 95.18 | - |
| YUV | 99.47 | 215.21 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 254 | 0.32 | 0.87 | 0 | 0.00 | 278.11 | 0.99 | 0.56 |
| Hex | AD | 20 | FE | 20 | 57 | 0 | 0 | 116 | 63 | 38 |
| Octal | 255 | 40 | 376 | 40 | 127 | 0 | 0 | 426 | 143 | 70 |
| Binary | 10101101 | 100000 | 11111110 | 100000 | 1010111 | 0 | 0 | 100010110 | 1100011 | 111000 |
Color Harmonies of #AD20FE
Complementary color
Monochromatic Colors of #AD20FE
Black with #AD20FE
Text Example
Text Example
White with #AD20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20FE; }
p { color: rgb(173,32,254); }
H1.HeaderClassName
{
color: #AD20FE;
}
.AnyTagClassName
{
color: #AD20FE;
}
</style>
background-color css
<style>
a { background-color: #AD20FE; }
a { background-color: rgb(173,32,254); }
div.DivClassName
{
background-color: #AD20FE;
}
.BgClassName
{
background-color: #AD20FE;
}
</style>
border-color css
<style>
span { border-color: #AD20FE; }
span { border-color: rgb(173,32,254); }
td.TdClassName
{
border-color: #AD20FE;
}
.TagClassName
{
border-color: #AD20FE;
}
</style>