Shades of Electric Purple #AD11FD
Tints of Electric Purple #AD11FD
RGB
CMYK
RGB Variations
Color information
#AD11FD (or 0xAD11FD) is known color: Electric Purple. HEX triplet: AD, 11 and FD. RGB value is (173,17,253). Sum of RGB (Red+Green+Blue) = 173+17+253=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD11FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD11FD is #52EE02. Grayscale: #595959. Windows color (decimal): -5434883 or 16585133. OLE color: 16585133.
HSL color Cylindrical-coordinate representation of color #AD11FD: hue angle of 279.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD11FD is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 17 | 253 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.01 |
| HSL | 279.66º | 0.98% | 0.53% | - |
| HSV(B) | 279.66º | 0.93% | 0.99% | - |
| XYZ | 35.16 | 16.38 | 94.24 | - |
| YUV | 90.55 | 219.68 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 253 | 0.32 | 0.93 | 0 | 0.01 | 279.66 | 0.98 | 0.53 |
| Hex | AD | 11 | FD | 20 | 5D | 0 | 1 | 118 | 62 | 35 |
| Octal | 255 | 21 | 375 | 40 | 135 | 0 | 1 | 430 | 142 | 65 |
| Binary | 10101101 | 10001 | 11111101 | 100000 | 1011101 | 0 | 1 | 100011000 | 1100010 | 110101 |
Color Harmonies of #AD11FD
Complementary color
Monochromatic Colors of #AD11FD
Black with #AD11FD
Text Example
Text Example
White with #AD11FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11FD; }
p { color: rgb(173,17,253); }
H1.HeaderClassName
{
color: #AD11FD;
}
.AnyTagClassName
{
color: #AD11FD;
}
</style>
background-color css
<style>
a { background-color: #AD11FD; }
a { background-color: rgb(173,17,253); }
div.DivClassName
{
background-color: #AD11FD;
}
.BgClassName
{
background-color: #AD11FD;
}
</style>
border-color css
<style>
span { border-color: #AD11FD; }
span { border-color: rgb(173,17,253); }
td.TdClassName
{
border-color: #AD11FD;
}
.TagClassName
{
border-color: #AD11FD;
}
</style>