Shades of Electric Purple #AD16FE
Tints of Electric Purple #AD16FE
RGB
CMYK
RGB Variations
Color information
#AD16FE (or 0xAD16FE) is known color: Electric Purple. HEX triplet: AD, 16 and FE. RGB value is (173,22,254). Sum of RGB (Red+Green+Blue) = 173+22+254=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD16FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD16FE is #52E901. Grayscale: #5C5C5C. Windows color (decimal): -5433602 or 16651949. OLE color: 16651949.
HSL color Cylindrical-coordinate representation of color #AD16FE: hue angle of 279.05º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD16FE is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 22 | 254 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.00 |
| HSL | 279.05º | 0.99% | 0.54% | - |
| HSV(B) | 279.05º | 0.91% | 1% | - |
| XYZ | 35.41 | 16.61 | 95.11 | - |
| YUV | 93.6 | 218.53 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 254 | 0.32 | 0.91 | 0 | 0.00 | 279.05 | 0.99 | 0.54 |
| Hex | AD | 16 | FE | 20 | 5B | 0 | 0 | 117 | 63 | 36 |
| Octal | 255 | 26 | 376 | 40 | 133 | 0 | 0 | 427 | 143 | 66 |
| Binary | 10101101 | 10110 | 11111110 | 100000 | 1011011 | 0 | 0 | 100010111 | 1100011 | 110110 |
Color Harmonies of #AD16FE
Complementary color
Monochromatic Colors of #AD16FE
Black with #AD16FE
Text Example
Text Example
White with #AD16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16FE; }
p { color: rgb(173,22,254); }
H1.HeaderClassName
{
color: #AD16FE;
}
.AnyTagClassName
{
color: #AD16FE;
}
</style>
background-color css
<style>
a { background-color: #AD16FE; }
a { background-color: rgb(173,22,254); }
div.DivClassName
{
background-color: #AD16FE;
}
.BgClassName
{
background-color: #AD16FE;
}
</style>
border-color css
<style>
span { border-color: #AD16FE; }
span { border-color: rgb(173,22,254); }
td.TdClassName
{
border-color: #AD16FE;
}
.TagClassName
{
border-color: #AD16FE;
}
</style>