Shades of Electric Purple #AD19FE
Tints of Electric Purple #AD19FE
RGB
CMYK
RGB Variations
Color information
#AD19FE (or 0xAD19FE) is known color: Electric Purple. HEX triplet: AD, 19 and FE. RGB value is (173,25,254). Sum of RGB (Red+Green+Blue) = 173+25+254=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD19FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19FE is #52E601. Grayscale: #5E5E5E. Windows color (decimal): -5432834 or 16652717. OLE color: 16652717.
HSL color Cylindrical-coordinate representation of color #AD19FE: hue angle of 278.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD19FE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 25 | 254 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.00 |
| HSL | 278.78º | 0.99% | 0.55% | - |
| HSV(B) | 278.78º | 0.9% | 1% | - |
| XYZ | 35.47 | 16.74 | 95.13 | - |
| YUV | 95.36 | 217.53 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 254 | 0.32 | 0.90 | 0 | 0.00 | 278.78 | 0.99 | 0.55 |
| Hex | AD | 19 | FE | 20 | 5A | 0 | 0 | 117 | 63 | 37 |
| Octal | 255 | 31 | 376 | 40 | 132 | 0 | 0 | 427 | 143 | 67 |
| Binary | 10101101 | 11001 | 11111110 | 100000 | 1011010 | 0 | 0 | 100010111 | 1100011 | 110111 |
Color Harmonies of #AD19FE
Complementary color
Monochromatic Colors of #AD19FE
Black with #AD19FE
Text Example
Text Example
White with #AD19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19FE; }
p { color: rgb(173,25,254); }
H1.HeaderClassName
{
color: #AD19FE;
}
.AnyTagClassName
{
color: #AD19FE;
}
</style>
background-color css
<style>
a { background-color: #AD19FE; }
a { background-color: rgb(173,25,254); }
div.DivClassName
{
background-color: #AD19FE;
}
.BgClassName
{
background-color: #AD19FE;
}
</style>
border-color css
<style>
span { border-color: #AD19FE; }
span { border-color: rgb(173,25,254); }
td.TdClassName
{
border-color: #AD19FE;
}
.TagClassName
{
border-color: #AD19FE;
}
</style>