Shades of Electric Purple #AD28FD
Tints of Electric Purple #AD28FD
RGB
CMYK
RGB Variations
Color information
#AD28FD (or 0xAD28FD) is known color: Electric Purple. HEX triplet: AD, 28 and FD. RGB value is (173,40,253). Sum of RGB (Red+Green+Blue) = 173+40+253=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD28FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28FD is #52D702. Grayscale: #676767. Windows color (decimal): -5428995 or 16591021. OLE color: 16591021.
HSL color Cylindrical-coordinate representation of color #AD28FD: hue angle of 277.46º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD28FD is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 40 | 253 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.01 |
| HSL | 277.46º | 0.98% | 0.57% | - |
| HSV(B) | 277.46º | 0.84% | 0.99% | - |
| XYZ | 35.72 | 17.49 | 94.42 | - |
| YUV | 104.05 | 212.06 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 253 | 0.32 | 0.84 | 0 | 0.01 | 277.46 | 0.98 | 0.57 |
| Hex | AD | 28 | FD | 20 | 54 | 0 | 1 | 115 | 62 | 39 |
| Octal | 255 | 50 | 375 | 40 | 124 | 0 | 1 | 425 | 142 | 71 |
| Binary | 10101101 | 101000 | 11111101 | 100000 | 1010100 | 0 | 1 | 100010101 | 1100010 | 111001 |
Color Harmonies of #AD28FD
Complementary color
Monochromatic Colors of #AD28FD
Black with #AD28FD
Text Example
Text Example
White with #AD28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28FD; }
p { color: rgb(173,40,253); }
H1.HeaderClassName
{
color: #AD28FD;
}
.AnyTagClassName
{
color: #AD28FD;
}
</style>
background-color css
<style>
a { background-color: #AD28FD; }
a { background-color: rgb(173,40,253); }
div.DivClassName
{
background-color: #AD28FD;
}
.BgClassName
{
background-color: #AD28FD;
}
</style>
border-color css
<style>
span { border-color: #AD28FD; }
span { border-color: rgb(173,40,253); }
td.TdClassName
{
border-color: #AD28FD;
}
.TagClassName
{
border-color: #AD28FD;
}
</style>