Shades of Electric Purple #AD19F0
Tints of Electric Purple #AD19F0
RGB
CMYK
RGB Variations
Color information
#AD19F0 (or 0xAD19F0) is known color: Electric Purple. HEX triplet: AD, 19 and F0. RGB value is (173,25,240). Sum of RGB (Red+Green+Blue) = 173+25+240=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD19F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD19F0 is #52E60F. Grayscale: #5D5D5D. Windows color (decimal): -5432848 or 15735213. OLE color: 15735213.
HSL color Cylindrical-coordinate representation of color #AD19F0: hue angle of 281.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD19F0 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 25 | 240 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.06 |
| HSL | 281.3º | 0.88% | 0.52% | - |
| HSV(B) | 281.3º | 0.9% | 0.94% | - |
| XYZ | 33.31 | 15.87 | 83.75 | - |
| YUV | 93.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 240 | 0.28 | 0.90 | 0 | 0.06 | 281.3 | 0.88 | 0.52 |
| Hex | AD | 19 | F0 | 1C | 5A | 0 | 6 | 119 | 58 | 34 |
| Octal | 255 | 31 | 360 | 34 | 132 | 0 | 6 | 431 | 130 | 64 |
| Binary | 10101101 | 11001 | 11110000 | 11100 | 1011010 | 0 | 110 | 100011001 | 1011000 | 110100 |
Color Harmonies of #AD19F0
Complementary color
Monochromatic Colors of #AD19F0
Black with #AD19F0
Text Example
Text Example
White with #AD19F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19F0; }
p { color: rgb(173,25,240); }
H1.HeaderClassName
{
color: #AD19F0;
}
.AnyTagClassName
{
color: #AD19F0;
}
</style>
background-color css
<style>
a { background-color: #AD19F0; }
a { background-color: rgb(173,25,240); }
div.DivClassName
{
background-color: #AD19F0;
}
.BgClassName
{
background-color: #AD19F0;
}
</style>
border-color css
<style>
span { border-color: #AD19F0; }
span { border-color: rgb(173,25,240); }
td.TdClassName
{
border-color: #AD19F0;
}
.TagClassName
{
border-color: #AD19F0;
}
</style>