Shades of Electric Purple #AD28FE
Tints of Electric Purple #AD28FE
RGB
CMYK
RGB Variations
Color information
#AD28FE (or 0xAD28FE) is known color: Electric Purple. HEX triplet: AD, 28 and FE. RGB value is (173,40,254). Sum of RGB (Red+Green+Blue) = 173+40+254=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD28FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28FE is #52D701. Grayscale: #676767. Windows color (decimal): -5428994 or 16656557. OLE color: 16656557.
HSL color Cylindrical-coordinate representation of color #AD28FE: hue angle of 277.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD28FE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 40 | 254 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.00 |
| HSL | 277.29º | 0.99% | 0.58% | - |
| HSV(B) | 277.29º | 0.84% | 1% | - |
| XYZ | 35.88 | 17.56 | 95.26 | - |
| YUV | 104.16 | 212.56 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 254 | 0.32 | 0.84 | 0 | 0.00 | 277.29 | 0.99 | 0.58 |
| Hex | AD | 28 | FE | 20 | 54 | 0 | 0 | 115 | 63 | 3A |
| Octal | 255 | 50 | 376 | 40 | 124 | 0 | 0 | 425 | 143 | 72 |
| Binary | 10101101 | 101000 | 11111110 | 100000 | 1010100 | 0 | 0 | 100010101 | 1100011 | 111010 |
Color Harmonies of #AD28FE
Complementary color
Monochromatic Colors of #AD28FE
Black with #AD28FE
Text Example
Text Example
White with #AD28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28FE; }
p { color: rgb(173,40,254); }
H1.HeaderClassName
{
color: #AD28FE;
}
.AnyTagClassName
{
color: #AD28FE;
}
</style>
background-color css
<style>
a { background-color: #AD28FE; }
a { background-color: rgb(173,40,254); }
div.DivClassName
{
background-color: #AD28FE;
}
.BgClassName
{
background-color: #AD28FE;
}
</style>
border-color css
<style>
span { border-color: #AD28FE; }
span { border-color: rgb(173,40,254); }
td.TdClassName
{
border-color: #AD28FE;
}
.TagClassName
{
border-color: #AD28FE;
}
</style>