Shades of Electric Purple #AD19FF
Tints of Electric Purple #AD19FF
RGB
CMYK
RGB Variations
Color information
#AD19FF (or 0xAD19FF) is known color: Electric Purple. HEX triplet: AD, 19 and FF. RGB value is (173,25,255). Sum of RGB (Red+Green+Blue) = 173+25+255=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19FF is #52E600. Grayscale: #5E5E5E. Windows color (decimal): -5432833 or 16718253. OLE color: 16718253.
HSL color Cylindrical-coordinate representation of color #AD19FF: hue angle of 278.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD19FF is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 25 | 255 | - |
| CMYK | 0.32 | 0.90 | 0 | 0 |
| HSL | 278.61º | 1% | 0.55% | - |
| HSV(B) | 278.61º | 0.9% | 1% | - |
| XYZ | 35.63 | 16.8 | 95.97 | - |
| YUV | 95.47 | 218.03 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 255 | 0.32 | 0.90 | 0 | 0 | 278.61 | 1 | 0.55 |
| Hex | AD | 19 | FF | 20 | 5A | 0 | 0 | 117 | 64 | 37 |
| Octal | 255 | 31 | 377 | 40 | 132 | 0 | 0 | 427 | 144 | 67 |
| Binary | 10101101 | 11001 | 11111111 | 100000 | 1011010 | 0 | 0 | 100010111 | 1100100 | 110111 |
Color Harmonies of #AD19FF
Complementary color
Monochromatic Colors of #AD19FF
Black with #AD19FF
Text Example
Text Example
White with #AD19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19FF; }
p { color: rgb(173,25,255); }
H1.HeaderClassName
{
color: #AD19FF;
}
.AnyTagClassName
{
color: #AD19FF;
}
</style>
background-color css
<style>
a { background-color: #AD19FF; }
a { background-color: rgb(173,25,255); }
div.DivClassName
{
background-color: #AD19FF;
}
.BgClassName
{
background-color: #AD19FF;
}
</style>
border-color css
<style>
span { border-color: #AD19FF; }
span { border-color: rgb(173,25,255); }
td.TdClassName
{
border-color: #AD19FF;
}
.TagClassName
{
border-color: #AD19FF;
}
</style>