Shades of Electric Purple #AD02E7
Tints of Electric Purple #AD02E7
RGB
CMYK
RGB Variations
Color information
#AD02E7 (or 0xAD02E7) is known color: Electric Purple. HEX triplet: AD, 02 and E7. RGB value is (173,2,231). Sum of RGB (Red+Green+Blue) = 173+2+231=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD02E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD02E7 is #52FD18. Grayscale: #4E4E4E. Windows color (decimal): -5438745 or 15139501. OLE color: 15139501.
HSL color Cylindrical-coordinate representation of color #AD02E7: hue angle of 284.8º 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 #AD02E7 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 2 | 231 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.09 |
| HSL | 284.8º | 0.98% | 0.46% | - |
| HSV(B) | 284.8º | 0.99% | 0.91% | - |
| XYZ | 31.68 | 14.7 | 76.77 | - |
| YUV | 79.24 | 213.65 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 231 | 0.25 | 0.99 | 0 | 0.09 | 284.8 | 0.98 | 0.46 |
| Hex | AD | 2 | E7 | 19 | 63 | 0 | 9 | 11D | 62 | 2E |
| Octal | 255 | 2 | 347 | 31 | 143 | 0 | 11 | 435 | 142 | 56 |
| Binary | 10101101 | 10 | 11100111 | 11001 | 1100011 | 0 | 1001 | 100011101 | 1100010 | 101110 |
Color Harmonies of #AD02E7
Complementary color
Monochromatic Colors of #AD02E7
Black with #AD02E7
Text Example
Text Example
White with #AD02E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD02E7; }
p { color: rgb(173,2,231); }
H1.HeaderClassName
{
color: #AD02E7;
}
.AnyTagClassName
{
color: #AD02E7;
}
</style>
background-color css
<style>
a { background-color: #AD02E7; }
a { background-color: rgb(173,2,231); }
div.DivClassName
{
background-color: #AD02E7;
}
.BgClassName
{
background-color: #AD02E7;
}
</style>
border-color css
<style>
span { border-color: #AD02E7; }
span { border-color: rgb(173,2,231); }
td.TdClassName
{
border-color: #AD02E7;
}
.TagClassName
{
border-color: #AD02E7;
}
</style>