Shades of Electric Purple #AD16FA
Tints of Electric Purple #AD16FA
RGB
CMYK
RGB Variations
Color information
#AD16FA (or 0xAD16FA) is known color: Electric Purple. HEX triplet: AD, 16 and FA. RGB value is (173,22,250). Sum of RGB (Red+Green+Blue) = 173+22+250=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD16FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD16FA is #52E905. Grayscale: #5C5C5C. Windows color (decimal): -5433606 or 16389805. OLE color: 16389805.
HSL color Cylindrical-coordinate representation of color #AD16FA: hue angle of 279.74º degrees, saturation: 0.96, 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 #AD16FA is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 22 | 250 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.02 |
| HSL | 279.74º | 0.96% | 0.53% | - |
| HSV(B) | 279.74º | 0.91% | 0.98% | - |
| XYZ | 34.78 | 16.36 | 91.77 | - |
| YUV | 93.14 | 216.53 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 250 | 0.31 | 0.91 | 0 | 0.02 | 279.74 | 0.96 | 0.53 |
| Hex | AD | 16 | FA | 1F | 5B | 0 | 2 | 118 | 60 | 35 |
| Octal | 255 | 26 | 372 | 37 | 133 | 0 | 2 | 430 | 140 | 65 |
| Binary | 10101101 | 10110 | 11111010 | 11111 | 1011011 | 0 | 10 | 100011000 | 1100000 | 110101 |
Color Harmonies of #AD16FA
Complementary color
Monochromatic Colors of #AD16FA
Black with #AD16FA
Text Example
Text Example
White with #AD16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16FA; }
p { color: rgb(173,22,250); }
H1.HeaderClassName
{
color: #AD16FA;
}
.AnyTagClassName
{
color: #AD16FA;
}
</style>
background-color css
<style>
a { background-color: #AD16FA; }
a { background-color: rgb(173,22,250); }
div.DivClassName
{
background-color: #AD16FA;
}
.BgClassName
{
background-color: #AD16FA;
}
</style>
border-color css
<style>
span { border-color: #AD16FA; }
span { border-color: rgb(173,22,250); }
td.TdClassName
{
border-color: #AD16FA;
}
.TagClassName
{
border-color: #AD16FA;
}
</style>