Shades of Electric Purple #AD18EC
Tints of Electric Purple #AD18EC
RGB
CMYK
RGB Variations
Color information
#AD18EC (or 0xAD18EC) is known color: Electric Purple. HEX triplet: AD, 18 and EC. RGB value is (173,24,236). Sum of RGB (Red+Green+Blue) = 173+24+236=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD18EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD18EC is #52E713. Grayscale: #5C5C5C. Windows color (decimal): -5433108 or 15472813. OLE color: 15472813.
HSL color Cylindrical-coordinate representation of color #AD18EC: hue angle of 282.17º 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 #AD18EC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 24 | 236 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.07 |
| HSL | 282.17º | 0.85% | 0.51% | - |
| HSV(B) | 282.17º | 0.9% | 0.93% | - |
| XYZ | 32.7 | 15.59 | 80.64 | - |
| YUV | 92.72 | 208.86 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 236 | 0.27 | 0.90 | 0 | 0.07 | 282.17 | 0.85 | 0.51 |
| Hex | AD | 18 | EC | 1B | 5A | 0 | 7 | 11A | 55 | 33 |
| Octal | 255 | 30 | 354 | 33 | 132 | 0 | 7 | 432 | 125 | 63 |
| Binary | 10101101 | 11000 | 11101100 | 11011 | 1011010 | 0 | 111 | 100011010 | 1010101 | 110011 |
Color Harmonies of #AD18EC
Complementary color
Monochromatic Colors of #AD18EC
Black with #AD18EC
Text Example
Text Example
White with #AD18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18EC; }
p { color: rgb(173,24,236); }
H1.HeaderClassName
{
color: #AD18EC;
}
.AnyTagClassName
{
color: #AD18EC;
}
</style>
background-color css
<style>
a { background-color: #AD18EC; }
a { background-color: rgb(173,24,236); }
div.DivClassName
{
background-color: #AD18EC;
}
.BgClassName
{
background-color: #AD18EC;
}
</style>
border-color css
<style>
span { border-color: #AD18EC; }
span { border-color: rgb(173,24,236); }
td.TdClassName
{
border-color: #AD18EC;
}
.TagClassName
{
border-color: #AD18EC;
}
</style>