Shades of Electric Purple #AD16F2
Tints of Electric Purple #AD16F2
RGB
CMYK
RGB Variations
Color information
#AD16F2 (or 0xAD16F2) is known color: Electric Purple. HEX triplet: AD, 16 and F2. RGB value is (173,22,242). Sum of RGB (Red+Green+Blue) = 173+22+242=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD16F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD16F2 is #52E90D. Grayscale: #5B5B5B. Windows color (decimal): -5433614 or 15865517. OLE color: 15865517.
HSL color Cylindrical-coordinate representation of color #AD16F2: hue angle of 281.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD16F2 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 22 | 242 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.05 |
| HSL | 281.18º | 0.89% | 0.52% | - |
| HSV(B) | 281.18º | 0.91% | 0.95% | - |
| XYZ | 33.55 | 15.87 | 85.3 | - |
| YUV | 92.23 | 212.53 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 242 | 0.29 | 0.91 | 0 | 0.05 | 281.18 | 0.89 | 0.52 |
| Hex | AD | 16 | F2 | 1D | 5B | 0 | 5 | 119 | 59 | 34 |
| Octal | 255 | 26 | 362 | 35 | 133 | 0 | 5 | 431 | 131 | 64 |
| Binary | 10101101 | 10110 | 11110010 | 11101 | 1011011 | 0 | 101 | 100011001 | 1011001 | 110100 |
Color Harmonies of #AD16F2
Complementary color
Monochromatic Colors of #AD16F2
Black with #AD16F2
Text Example
Text Example
White with #AD16F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16F2; }
p { color: rgb(173,22,242); }
H1.HeaderClassName
{
color: #AD16F2;
}
.AnyTagClassName
{
color: #AD16F2;
}
</style>
background-color css
<style>
a { background-color: #AD16F2; }
a { background-color: rgb(173,22,242); }
div.DivClassName
{
background-color: #AD16F2;
}
.BgClassName
{
background-color: #AD16F2;
}
</style>
border-color css
<style>
span { border-color: #AD16F2; }
span { border-color: rgb(173,22,242); }
td.TdClassName
{
border-color: #AD16F2;
}
.TagClassName
{
border-color: #AD16F2;
}
</style>