Shades of Electric Purple #AD17EE
Tints of Electric Purple #AD17EE
RGB
CMYK
RGB Variations
Color information
#AD17EE (or 0xAD17EE) is known color: Electric Purple. HEX triplet: AD, 17 and EE. RGB value is (173,23,238). Sum of RGB (Red+Green+Blue) = 173+23+238=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD17EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD17EE is #52E811. Grayscale: #5B5B5B. Windows color (decimal): -5433362 or 15603629. OLE color: 15603629.
HSL color Cylindrical-coordinate representation of color #AD17EE: hue angle of 281.86º degrees, saturation: 0.86, 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 #AD17EE is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 23 | 238 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.07 |
| HSL | 281.86º | 0.86% | 0.51% | - |
| HSV(B) | 281.86º | 0.9% | 0.93% | - |
| XYZ | 32.97 | 15.67 | 82.18 | - |
| YUV | 92.36 | 210.2 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 238 | 0.27 | 0.90 | 0 | 0.07 | 281.86 | 0.86 | 0.51 |
| Hex | AD | 17 | EE | 1B | 5A | 0 | 7 | 11A | 56 | 33 |
| Octal | 255 | 27 | 356 | 33 | 132 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101101 | 10111 | 11101110 | 11011 | 1011010 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AD17EE
Complementary color
Monochromatic Colors of #AD17EE
Black with #AD17EE
Text Example
Text Example
White with #AD17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17EE; }
p { color: rgb(173,23,238); }
H1.HeaderClassName
{
color: #AD17EE;
}
.AnyTagClassName
{
color: #AD17EE;
}
</style>
background-color css
<style>
a { background-color: #AD17EE; }
a { background-color: rgb(173,23,238); }
div.DivClassName
{
background-color: #AD17EE;
}
.BgClassName
{
background-color: #AD17EE;
}
</style>
border-color css
<style>
span { border-color: #AD17EE; }
span { border-color: rgb(173,23,238); }
td.TdClassName
{
border-color: #AD17EE;
}
.TagClassName
{
border-color: #AD17EE;
}
</style>