Shades of Electric Purple #AD0EE7
Tints of Electric Purple #AD0EE7
RGB
CMYK
RGB Variations
Color information
#AD0EE7 (or 0xAD0EE7) is known color: Electric Purple. HEX triplet: AD, 0E and E7. RGB value is (173,14,231). Sum of RGB (Red+Green+Blue) = 173+14+231=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD0EE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0EE7 is #52F118. Grayscale: #555555. Windows color (decimal): -5435673 or 15142573. OLE color: 15142573.
HSL color Cylindrical-coordinate representation of color #AD0EE7: hue angle of 283.96º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0EE7 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 14 | 231 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.09 |
| HSL | 283.96º | 0.89% | 0.48% | - |
| HSV(B) | 283.96º | 0.94% | 0.91% | - |
| XYZ | 31.81 | 14.97 | 76.81 | - |
| YUV | 86.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 231 | 0.25 | 0.94 | 0 | 0.09 | 283.96 | 0.89 | 0.48 |
| Hex | AD | E | E7 | 19 | 5E | 0 | 9 | 11C | 59 | 30 |
| Octal | 255 | 16 | 347 | 31 | 136 | 0 | 11 | 434 | 131 | 60 |
| Binary | 10101101 | 1110 | 11100111 | 11001 | 1011110 | 0 | 1001 | 100011100 | 1011001 | 110000 |
Color Harmonies of #AD0EE7
Complementary color
Monochromatic Colors of #AD0EE7
Black with #AD0EE7
Text Example
Text Example
White with #AD0EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EE7; }
p { color: rgb(173,14,231); }
H1.HeaderClassName
{
color: #AD0EE7;
}
.AnyTagClassName
{
color: #AD0EE7;
}
</style>
background-color css
<style>
a { background-color: #AD0EE7; }
a { background-color: rgb(173,14,231); }
div.DivClassName
{
background-color: #AD0EE7;
}
.BgClassName
{
background-color: #AD0EE7;
}
</style>
border-color css
<style>
span { border-color: #AD0EE7; }
span { border-color: rgb(173,14,231); }
td.TdClassName
{
border-color: #AD0EE7;
}
.TagClassName
{
border-color: #AD0EE7;
}
</style>