Shades of Electric Purple #AD16EB
Tints of Electric Purple #AD16EB
RGB
CMYK
RGB Variations
Color information
#AD16EB (or 0xAD16EB) is known color: Electric Purple. HEX triplet: AD, 16 and EB. RGB value is (173,22,235). Sum of RGB (Red+Green+Blue) = 173+22+235=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD16EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD16EB is #52E914. Grayscale: #5A5A5A. Windows color (decimal): -5433621 or 15406765. OLE color: 15406765.
HSL color Cylindrical-coordinate representation of color #AD16EB: hue angle of 282.54º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD16EB is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 22 | 235 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.08 |
| HSL | 282.54º | 0.84% | 0.5% | - |
| HSV(B) | 282.54º | 0.91% | 0.92% | - |
| XYZ | 32.52 | 15.46 | 79.87 | - |
| YUV | 91.43 | 209.03 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 235 | 0.26 | 0.91 | 0 | 0.08 | 282.54 | 0.84 | 0.5 |
| Hex | AD | 16 | EB | 1A | 5B | 0 | 8 | 11B | 54 | 32 |
| Octal | 255 | 26 | 353 | 32 | 133 | 0 | 10 | 433 | 124 | 62 |
| Binary | 10101101 | 10110 | 11101011 | 11010 | 1011011 | 0 | 1000 | 100011011 | 1010100 | 110010 |
Color Harmonies of #AD16EB
Complementary color
Monochromatic Colors of #AD16EB
Black with #AD16EB
Text Example
Text Example
White with #AD16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16EB; }
p { color: rgb(173,22,235); }
H1.HeaderClassName
{
color: #AD16EB;
}
.AnyTagClassName
{
color: #AD16EB;
}
</style>
background-color css
<style>
a { background-color: #AD16EB; }
a { background-color: rgb(173,22,235); }
div.DivClassName
{
background-color: #AD16EB;
}
.BgClassName
{
background-color: #AD16EB;
}
</style>
border-color css
<style>
span { border-color: #AD16EB; }
span { border-color: rgb(173,22,235); }
td.TdClassName
{
border-color: #AD16EB;
}
.TagClassName
{
border-color: #AD16EB;
}
</style>