Shades of Electric Purple #AD0EFF
Tints of Electric Purple #AD0EFF
RGB
CMYK
RGB Variations
Color information
#AD0EFF (or 0xAD0EFF) is known color: Electric Purple. HEX triplet: AD, 0E and FF. RGB value is (173,14,255). Sum of RGB (Red+Green+Blue) = 173+14+255=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0EFF is #52F100. Grayscale: #585858. Windows color (decimal): -5435649 or 16715437. OLE color: 16715437.
HSL color Cylindrical-coordinate representation of color #AD0EFF: hue angle of 279.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0EFF is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 14 | 255 | - |
| CMYK | 0.32 | 0.95 | 0 | 0 |
| HSL | 279.59º | 1% | 0.53% | - |
| HSV(B) | 279.59º | 0.95% | 1% | - |
| XYZ | 35.44 | 16.42 | 95.91 | - |
| YUV | 89.02 | 221.68 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 255 | 0.32 | 0.95 | 0 | 0 | 279.59 | 1 | 0.53 |
| Hex | AD | E | FF | 20 | 5F | 0 | 0 | 118 | 64 | 35 |
| Octal | 255 | 16 | 377 | 40 | 137 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10101101 | 1110 | 11111111 | 100000 | 1011111 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #AD0EFF
Complementary color
Monochromatic Colors of #AD0EFF
Black with #AD0EFF
Text Example
Text Example
White with #AD0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EFF; }
p { color: rgb(173,14,255); }
H1.HeaderClassName
{
color: #AD0EFF;
}
.AnyTagClassName
{
color: #AD0EFF;
}
</style>
background-color css
<style>
a { background-color: #AD0EFF; }
a { background-color: rgb(173,14,255); }
div.DivClassName
{
background-color: #AD0EFF;
}
.BgClassName
{
background-color: #AD0EFF;
}
</style>
border-color css
<style>
span { border-color: #AD0EFF; }
span { border-color: rgb(173,14,255); }
td.TdClassName
{
border-color: #AD0EFF;
}
.TagClassName
{
border-color: #AD0EFF;
}
</style>