Shades of Electric Purple #AD16EF
Tints of Electric Purple #AD16EF
RGB
CMYK
RGB Variations
Color information
#AD16EF (or 0xAD16EF) is known color: Electric Purple. HEX triplet: AD, 16 and EF. RGB value is (173,22,239). Sum of RGB (Red+Green+Blue) = 173+22+239=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD16EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD16EF is #52E910. Grayscale: #5B5B5B. Windows color (decimal): -5433617 or 15668909. OLE color: 15668909.
HSL color Cylindrical-coordinate representation of color #AD16EF: hue angle of 281.75º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD16EF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 22 | 239 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.06 |
| HSL | 281.75º | 0.87% | 0.51% | - |
| HSV(B) | 281.75º | 0.91% | 0.94% | - |
| XYZ | 33.1 | 15.69 | 82.95 | - |
| YUV | 91.89 | 211.03 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 239 | 0.28 | 0.91 | 0 | 0.06 | 281.75 | 0.87 | 0.51 |
| Hex | AD | 16 | EF | 1C | 5B | 0 | 6 | 11A | 57 | 33 |
| Octal | 255 | 26 | 357 | 34 | 133 | 0 | 6 | 432 | 127 | 63 |
| Binary | 10101101 | 10110 | 11101111 | 11100 | 1011011 | 0 | 110 | 100011010 | 1010111 | 110011 |
Color Harmonies of #AD16EF
Complementary color
Monochromatic Colors of #AD16EF
Black with #AD16EF
Text Example
Text Example
White with #AD16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16EF; }
p { color: rgb(173,22,239); }
H1.HeaderClassName
{
color: #AD16EF;
}
.AnyTagClassName
{
color: #AD16EF;
}
</style>
background-color css
<style>
a { background-color: #AD16EF; }
a { background-color: rgb(173,22,239); }
div.DivClassName
{
background-color: #AD16EF;
}
.BgClassName
{
background-color: #AD16EF;
}
</style>
border-color css
<style>
span { border-color: #AD16EF; }
span { border-color: rgb(173,22,239); }
td.TdClassName
{
border-color: #AD16EF;
}
.TagClassName
{
border-color: #AD16EF;
}
</style>