Shades of Electric Purple #AD17EF
Tints of Electric Purple #AD17EF
RGB
CMYK
RGB Variations
Color information
#AD17EF (or 0xAD17EF) is known color: Electric Purple. HEX triplet: AD, 17 and EF. RGB value is (173,23,239). Sum of RGB (Red+Green+Blue) = 173+23+239=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD17EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD17EF is #52E810. Grayscale: #5B5B5B. Windows color (decimal): -5433361 or 15669165. OLE color: 15669165.
HSL color Cylindrical-coordinate representation of color #AD17EF: hue angle of 281.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD17EF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 23 | 239 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.06 |
| HSL | 281.67º | 0.87% | 0.51% | - |
| HSV(B) | 281.67º | 0.9% | 0.94% | - |
| XYZ | 33.12 | 15.73 | 82.95 | - |
| YUV | 92.47 | 210.7 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 239 | 0.28 | 0.90 | 0 | 0.06 | 281.67 | 0.87 | 0.51 |
| Hex | AD | 17 | EF | 1C | 5A | 0 | 6 | 11A | 57 | 33 |
| Octal | 255 | 27 | 357 | 34 | 132 | 0 | 6 | 432 | 127 | 63 |
| Binary | 10101101 | 10111 | 11101111 | 11100 | 1011010 | 0 | 110 | 100011010 | 1010111 | 110011 |
Color Harmonies of #AD17EF
Complementary color
Monochromatic Colors of #AD17EF
Black with #AD17EF
Text Example
Text Example
White with #AD17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17EF; }
p { color: rgb(173,23,239); }
H1.HeaderClassName
{
color: #AD17EF;
}
.AnyTagClassName
{
color: #AD17EF;
}
</style>
background-color css
<style>
a { background-color: #AD17EF; }
a { background-color: rgb(173,23,239); }
div.DivClassName
{
background-color: #AD17EF;
}
.BgClassName
{
background-color: #AD17EF;
}
</style>
border-color css
<style>
span { border-color: #AD17EF; }
span { border-color: rgb(173,23,239); }
td.TdClassName
{
border-color: #AD17EF;
}
.TagClassName
{
border-color: #AD17EF;
}
</style>