Shades of Electric Purple #AD16FF
Tints of Electric Purple #AD16FF
RGB
CMYK
RGB Variations
Color information
#AD16FF (or 0xAD16FF) is known color: Electric Purple. HEX triplet: AD, 16 and FF. RGB value is (173,22,255). Sum of RGB (Red+Green+Blue) = 173+22+255=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD16FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD16FF is #52E900. Grayscale: #5C5C5C. Windows color (decimal): -5433601 or 16717485. OLE color: 16717485.
HSL color Cylindrical-coordinate representation of color #AD16FF: hue angle of 278.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD16FF is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 22 | 255 | - |
| CMYK | 0.32 | 0.91 | 0 | 0 |
| HSL | 278.88º | 1% | 0.54% | - |
| HSV(B) | 278.88º | 0.91% | 1% | - |
| XYZ | 35.57 | 16.68 | 95.95 | - |
| YUV | 93.71 | 219.03 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 255 | 0.32 | 0.91 | 0 | 0 | 278.88 | 1 | 0.54 |
| Hex | AD | 16 | FF | 20 | 5B | 0 | 0 | 117 | 64 | 36 |
| Octal | 255 | 26 | 377 | 40 | 133 | 0 | 0 | 427 | 144 | 66 |
| Binary | 10101101 | 10110 | 11111111 | 100000 | 1011011 | 0 | 0 | 100010111 | 1100100 | 110110 |
Color Harmonies of #AD16FF
Complementary color
Monochromatic Colors of #AD16FF
Black with #AD16FF
Text Example
Text Example
White with #AD16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16FF; }
p { color: rgb(173,22,255); }
H1.HeaderClassName
{
color: #AD16FF;
}
.AnyTagClassName
{
color: #AD16FF;
}
</style>
background-color css
<style>
a { background-color: #AD16FF; }
a { background-color: rgb(173,22,255); }
div.DivClassName
{
background-color: #AD16FF;
}
.BgClassName
{
background-color: #AD16FF;
}
</style>
border-color css
<style>
span { border-color: #AD16FF; }
span { border-color: rgb(173,22,255); }
td.TdClassName
{
border-color: #AD16FF;
}
.TagClassName
{
border-color: #AD16FF;
}
</style>