Shades of Electric Purple #AD0FE7
Tints of Electric Purple #AD0FE7
RGB
CMYK
RGB Variations
Color information
#AD0FE7 (or 0xAD0FE7) is known color: Electric Purple. HEX triplet: AD, 0F and E7. RGB value is (173,15,231). Sum of RGB (Red+Green+Blue) = 173+15+231=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD0FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FE7 is #52F018. Grayscale: #565656. Windows color (decimal): -5435417 or 15142829. OLE color: 15142829.
HSL color Cylindrical-coordinate representation of color #AD0FE7: hue angle of 283.89º degrees, saturation: 0.88, 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 #AD0FE7 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 15 | 231 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.09 |
| HSL | 283.89º | 0.88% | 0.48% | - |
| HSV(B) | 283.89º | 0.94% | 0.91% | - |
| XYZ | 31.83 | 15 | 76.82 | - |
| YUV | 86.87 | 209.35 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 231 | 0.25 | 0.94 | 0 | 0.09 | 283.89 | 0.88 | 0.48 |
| Hex | AD | F | E7 | 19 | 5E | 0 | 9 | 11C | 58 | 30 |
| Octal | 255 | 17 | 347 | 31 | 136 | 0 | 11 | 434 | 130 | 60 |
| Binary | 10101101 | 1111 | 11100111 | 11001 | 1011110 | 0 | 1001 | 100011100 | 1011000 | 110000 |
Color Harmonies of #AD0FE7
Complementary color
Monochromatic Colors of #AD0FE7
Black with #AD0FE7
Text Example
Text Example
White with #AD0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FE7; }
p { color: rgb(173,15,231); }
H1.HeaderClassName
{
color: #AD0FE7;
}
.AnyTagClassName
{
color: #AD0FE7;
}
</style>
background-color css
<style>
a { background-color: #AD0FE7; }
a { background-color: rgb(173,15,231); }
div.DivClassName
{
background-color: #AD0FE7;
}
.BgClassName
{
background-color: #AD0FE7;
}
</style>
border-color css
<style>
span { border-color: #AD0FE7; }
span { border-color: rgb(173,15,231); }
td.TdClassName
{
border-color: #AD0FE7;
}
.TagClassName
{
border-color: #AD0FE7;
}
</style>