Shades of Electric Purple #AD16F9
Tints of Electric Purple #AD16F9
RGB
CMYK
RGB Variations
Color information
#AD16F9 (or 0xAD16F9) is known color: Electric Purple. HEX triplet: AD, 16 and F9. RGB value is (173,22,249). Sum of RGB (Red+Green+Blue) = 173+22+249=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD16F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD16F9 is #52E906. Grayscale: #5C5C5C. Windows color (decimal): -5433607 or 16324269. OLE color: 16324269.
HSL color Cylindrical-coordinate representation of color #AD16F9: hue angle of 279.91º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD16F9 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 22 | 249 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.02 |
| HSL | 279.91º | 0.95% | 0.53% | - |
| HSV(B) | 279.91º | 0.91% | 0.98% | - |
| XYZ | 34.62 | 16.3 | 90.94 | - |
| YUV | 93.03 | 216.03 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 249 | 0.31 | 0.91 | 0 | 0.02 | 279.91 | 0.95 | 0.53 |
| Hex | AD | 16 | F9 | 1F | 5B | 0 | 2 | 118 | 5F | 35 |
| Octal | 255 | 26 | 371 | 37 | 133 | 0 | 2 | 430 | 137 | 65 |
| Binary | 10101101 | 10110 | 11111001 | 11111 | 1011011 | 0 | 10 | 100011000 | 1011111 | 110101 |
Color Harmonies of #AD16F9
Complementary color
Monochromatic Colors of #AD16F9
Black with #AD16F9
Text Example
Text Example
White with #AD16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16F9; }
p { color: rgb(173,22,249); }
H1.HeaderClassName
{
color: #AD16F9;
}
.AnyTagClassName
{
color: #AD16F9;
}
</style>
background-color css
<style>
a { background-color: #AD16F9; }
a { background-color: rgb(173,22,249); }
div.DivClassName
{
background-color: #AD16F9;
}
.BgClassName
{
background-color: #AD16F9;
}
</style>
border-color css
<style>
span { border-color: #AD16F9; }
span { border-color: rgb(173,22,249); }
td.TdClassName
{
border-color: #AD16F9;
}
.TagClassName
{
border-color: #AD16F9;
}
</style>