Shades of Electric Purple #AD17FE
Tints of Electric Purple #AD17FE
RGB
CMYK
RGB Variations
Color information
#AD17FE (or 0xAD17FE) is known color: Electric Purple. HEX triplet: AD, 17 and FE. RGB value is (173,23,254). Sum of RGB (Red+Green+Blue) = 173+23+254=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD17FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD17FE is #52E801. Grayscale: #5D5D5D. Windows color (decimal): -5433346 or 16652205. OLE color: 16652205.
HSL color Cylindrical-coordinate representation of color #AD17FE: hue angle of 278.96º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD17FE is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 23 | 254 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.00 |
| HSL | 278.96º | 0.99% | 0.54% | - |
| HSV(B) | 278.96º | 0.91% | 1% | - |
| XYZ | 35.43 | 16.65 | 95.11 | - |
| YUV | 94.18 | 218.2 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 254 | 0.32 | 0.91 | 0 | 0.00 | 278.96 | 0.99 | 0.54 |
| Hex | AD | 17 | FE | 20 | 5B | 0 | 0 | 117 | 63 | 36 |
| Octal | 255 | 27 | 376 | 40 | 133 | 0 | 0 | 427 | 143 | 66 |
| Binary | 10101101 | 10111 | 11111110 | 100000 | 1011011 | 0 | 0 | 100010111 | 1100011 | 110110 |
Color Harmonies of #AD17FE
Complementary color
Monochromatic Colors of #AD17FE
Black with #AD17FE
Text Example
Text Example
White with #AD17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17FE; }
p { color: rgb(173,23,254); }
H1.HeaderClassName
{
color: #AD17FE;
}
.AnyTagClassName
{
color: #AD17FE;
}
</style>
background-color css
<style>
a { background-color: #AD17FE; }
a { background-color: rgb(173,23,254); }
div.DivClassName
{
background-color: #AD17FE;
}
.BgClassName
{
background-color: #AD17FE;
}
</style>
border-color css
<style>
span { border-color: #AD17FE; }
span { border-color: rgb(173,23,254); }
td.TdClassName
{
border-color: #AD17FE;
}
.TagClassName
{
border-color: #AD17FE;
}
</style>