Shades of Electric Purple #AD12E9
Tints of Electric Purple #AD12E9
RGB
CMYK
RGB Variations
Color information
#AD12E9 (or 0xAD12E9) is known color: Electric Purple. HEX triplet: AD, 12 and E9. RGB value is (173,18,233). Sum of RGB (Red+Green+Blue) = 173+18+233=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD12E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD12E9 is #52ED16. Grayscale: #585858. Windows color (decimal): -5434647 or 15274669. OLE color: 15274669.
HSL color Cylindrical-coordinate representation of color #AD12E9: hue angle of 283.26º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD12E9 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 18 | 233 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.09 |
| HSL | 283.26º | 0.86% | 0.49% | - |
| HSV(B) | 283.26º | 0.92% | 0.91% | - |
| XYZ | 32.16 | 15.2 | 78.33 | - |
| YUV | 88.86 | 209.35 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 233 | 0.26 | 0.92 | 0 | 0.09 | 283.26 | 0.86 | 0.49 |
| Hex | AD | 12 | E9 | 1A | 5C | 0 | 9 | 11B | 56 | 31 |
| Octal | 255 | 22 | 351 | 32 | 134 | 0 | 11 | 433 | 126 | 61 |
| Binary | 10101101 | 10010 | 11101001 | 11010 | 1011100 | 0 | 1001 | 100011011 | 1010110 | 110001 |
Color Harmonies of #AD12E9
Complementary color
Monochromatic Colors of #AD12E9
Black with #AD12E9
Text Example
Text Example
White with #AD12E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD12E9; }
p { color: rgb(173,18,233); }
H1.HeaderClassName
{
color: #AD12E9;
}
.AnyTagClassName
{
color: #AD12E9;
}
</style>
background-color css
<style>
a { background-color: #AD12E9; }
a { background-color: rgb(173,18,233); }
div.DivClassName
{
background-color: #AD12E9;
}
.BgClassName
{
background-color: #AD12E9;
}
</style>
border-color css
<style>
span { border-color: #AD12E9; }
span { border-color: rgb(173,18,233); }
td.TdClassName
{
border-color: #AD12E9;
}
.TagClassName
{
border-color: #AD12E9;
}
</style>