Shades of Electric Purple #AD11E9
Tints of Electric Purple #AD11E9
RGB
CMYK
RGB Variations
Color information
#AD11E9 (or 0xAD11E9) is known color: Electric Purple. HEX triplet: AD, 11 and E9. RGB value is (173,17,233). Sum of RGB (Red+Green+Blue) = 173+17+233=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD11E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD11E9 is #52EE16. Grayscale: #575757. Windows color (decimal): -5434903 or 15274413. OLE color: 15274413.
HSL color Cylindrical-coordinate representation of color #AD11E9: hue angle of 283.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD11E9 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 17 | 233 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.09 |
| HSL | 283.33º | 0.86% | 0.49% | - |
| HSV(B) | 283.33º | 0.93% | 0.91% | - |
| XYZ | 32.14 | 15.17 | 78.32 | - |
| YUV | 88.27 | 209.68 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 233 | 0.26 | 0.93 | 0 | 0.09 | 283.33 | 0.86 | 0.49 |
| Hex | AD | 11 | E9 | 1A | 5D | 0 | 9 | 11B | 56 | 31 |
| Octal | 255 | 21 | 351 | 32 | 135 | 0 | 11 | 433 | 126 | 61 |
| Binary | 10101101 | 10001 | 11101001 | 11010 | 1011101 | 0 | 1001 | 100011011 | 1010110 | 110001 |
Color Harmonies of #AD11E9
Complementary color
Monochromatic Colors of #AD11E9
Black with #AD11E9
Text Example
Text Example
White with #AD11E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11E9; }
p { color: rgb(173,17,233); }
H1.HeaderClassName
{
color: #AD11E9;
}
.AnyTagClassName
{
color: #AD11E9;
}
</style>
background-color css
<style>
a { background-color: #AD11E9; }
a { background-color: rgb(173,17,233); }
div.DivClassName
{
background-color: #AD11E9;
}
.BgClassName
{
background-color: #AD11E9;
}
</style>
border-color css
<style>
span { border-color: #AD11E9; }
span { border-color: rgb(173,17,233); }
td.TdClassName
{
border-color: #AD11E9;
}
.TagClassName
{
border-color: #AD11E9;
}
</style>