Shades of Electric Purple #AD21FE
Tints of Electric Purple #AD21FE
RGB
CMYK
RGB Variations
Color information
#AD21FE (or 0xAD21FE) is known color: Electric Purple. HEX triplet: AD, 21 and FE. RGB value is (173,33,254). Sum of RGB (Red+Green+Blue) = 173+33+254=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD21FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD21FE is #52DE01. Grayscale: #636363. Windows color (decimal): -5430786 or 16654765. OLE color: 16654765.
HSL color Cylindrical-coordinate representation of color #AD21FE: hue angle of 278.01º 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 #AD21FE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 33 | 254 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.00 |
| HSL | 278.01º | 0.99% | 0.56% | - |
| HSV(B) | 278.01º | 0.87% | 1% | - |
| XYZ | 35.67 | 17.13 | 95.19 | - |
| YUV | 100.05 | 214.88 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 254 | 0.32 | 0.87 | 0 | 0.00 | 278.01 | 0.99 | 0.56 |
| Hex | AD | 21 | FE | 20 | 57 | 0 | 0 | 116 | 63 | 38 |
| Octal | 255 | 41 | 376 | 40 | 127 | 0 | 0 | 426 | 143 | 70 |
| Binary | 10101101 | 100001 | 11111110 | 100000 | 1010111 | 0 | 0 | 100010110 | 1100011 | 111000 |
Color Harmonies of #AD21FE
Complementary color
Monochromatic Colors of #AD21FE
Black with #AD21FE
Text Example
Text Example
White with #AD21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21FE; }
p { color: rgb(173,33,254); }
H1.HeaderClassName
{
color: #AD21FE;
}
.AnyTagClassName
{
color: #AD21FE;
}
</style>
background-color css
<style>
a { background-color: #AD21FE; }
a { background-color: rgb(173,33,254); }
div.DivClassName
{
background-color: #AD21FE;
}
.BgClassName
{
background-color: #AD21FE;
}
</style>
border-color css
<style>
span { border-color: #AD21FE; }
span { border-color: rgb(173,33,254); }
td.TdClassName
{
border-color: #AD21FE;
}
.TagClassName
{
border-color: #AD21FE;
}
</style>