Shades of Electric Purple #AD02E9
Tints of Electric Purple #AD02E9
RGB
CMYK
RGB Variations
Color information
#AD02E9 (or 0xAD02E9) is known color: Electric Purple. HEX triplet: AD, 02 and E9. RGB value is (173,2,233). Sum of RGB (Red+Green+Blue) = 173+2+233=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD02E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02E9 is #52FD16. Grayscale: #4E4E4E. Windows color (decimal): -5438743 or 15270573. OLE color: 15270573.
HSL color Cylindrical-coordinate representation of color #AD02E9: hue angle of 284.42º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02E9 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 2 | 233 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.09 |
| HSL | 284.42º | 0.98% | 0.46% | - |
| HSV(B) | 284.42º | 0.99% | 0.91% | - |
| XYZ | 31.96 | 14.81 | 78.26 | - |
| YUV | 79.46 | 214.65 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 233 | 0.26 | 0.99 | 0 | 0.09 | 284.42 | 0.98 | 0.46 |
| Hex | AD | 2 | E9 | 1A | 63 | 0 | 9 | 11C | 62 | 2E |
| Octal | 255 | 2 | 351 | 32 | 143 | 0 | 11 | 434 | 142 | 56 |
| Binary | 10101101 | 10 | 11101001 | 11010 | 1100011 | 0 | 1001 | 100011100 | 1100010 | 101110 |
Color Harmonies of #AD02E9
Complementary color
Monochromatic Colors of #AD02E9
Black with #AD02E9
Text Example
Text Example
White with #AD02E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02E9; }
p { color: rgb(173,2,233); }
H1.HeaderClassName
{
color: #AD02E9;
}
.AnyTagClassName
{
color: #AD02E9;
}
</style>
background-color css
<style>
a { background-color: #AD02E9; }
a { background-color: rgb(173,2,233); }
div.DivClassName
{
background-color: #AD02E9;
}
.BgClassName
{
background-color: #AD02E9;
}
</style>
border-color css
<style>
span { border-color: #AD02E9; }
span { border-color: rgb(173,2,233); }
td.TdClassName
{
border-color: #AD02E9;
}
.TagClassName
{
border-color: #AD02E9;
}
</style>