Shades of Electric Purple #AD17EC
Tints of Electric Purple #AD17EC
RGB
CMYK
RGB Variations
Color information
#AD17EC (or 0xAD17EC) is known color: Electric Purple. HEX triplet: AD, 17 and EC. RGB value is (173,23,236). Sum of RGB (Red+Green+Blue) = 173+23+236=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD17EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD17EC is #52E813. Grayscale: #5B5B5B. Windows color (decimal): -5433364 or 15472557. OLE color: 15472557.
HSL color Cylindrical-coordinate representation of color #AD17EC: hue angle of 282.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD17EC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 23 | 236 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.07 |
| HSL | 282.25º | 0.85% | 0.51% | - |
| HSV(B) | 282.25º | 0.9% | 0.93% | - |
| XYZ | 32.68 | 15.55 | 80.64 | - |
| YUV | 92.13 | 209.2 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 236 | 0.27 | 0.90 | 0 | 0.07 | 282.25 | 0.85 | 0.51 |
| Hex | AD | 17 | EC | 1B | 5A | 0 | 7 | 11A | 55 | 33 |
| Octal | 255 | 27 | 354 | 33 | 132 | 0 | 7 | 432 | 125 | 63 |
| Binary | 10101101 | 10111 | 11101100 | 11011 | 1011010 | 0 | 111 | 100011010 | 1010101 | 110011 |
Color Harmonies of #AD17EC
Complementary color
Monochromatic Colors of #AD17EC
Black with #AD17EC
Text Example
Text Example
White with #AD17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17EC; }
p { color: rgb(173,23,236); }
H1.HeaderClassName
{
color: #AD17EC;
}
.AnyTagClassName
{
color: #AD17EC;
}
</style>
background-color css
<style>
a { background-color: #AD17EC; }
a { background-color: rgb(173,23,236); }
div.DivClassName
{
background-color: #AD17EC;
}
.BgClassName
{
background-color: #AD17EC;
}
</style>
border-color css
<style>
span { border-color: #AD17EC; }
span { border-color: rgb(173,23,236); }
td.TdClassName
{
border-color: #AD17EC;
}
.TagClassName
{
border-color: #AD17EC;
}
</style>