Shades of Electric Purple #AD18EE
Tints of Electric Purple #AD18EE
RGB
CMYK
RGB Variations
Color information
#AD18EE (or 0xAD18EE) is known color: Electric Purple. HEX triplet: AD, 18 and EE. RGB value is (173,24,238). Sum of RGB (Red+Green+Blue) = 173+24+238=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD18EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD18EE is #52E711. Grayscale: #5C5C5C. Windows color (decimal): -5433106 or 15603885. OLE color: 15603885.
HSL color Cylindrical-coordinate representation of color #AD18EE: hue angle of 281.78º 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 #AD18EE is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 24 | 238 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.07 |
| HSL | 281.78º | 0.86% | 0.51% | - |
| HSV(B) | 281.78º | 0.9% | 0.93% | - |
| XYZ | 32.99 | 15.71 | 82.18 | - |
| YUV | 92.95 | 209.86 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 238 | 0.27 | 0.90 | 0 | 0.07 | 281.78 | 0.86 | 0.51 |
| Hex | AD | 18 | EE | 1B | 5A | 0 | 7 | 11A | 56 | 33 |
| Octal | 255 | 30 | 356 | 33 | 132 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101101 | 11000 | 11101110 | 11011 | 1011010 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AD18EE
Complementary color
Monochromatic Colors of #AD18EE
Black with #AD18EE
Text Example
Text Example
White with #AD18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18EE; }
p { color: rgb(173,24,238); }
H1.HeaderClassName
{
color: #AD18EE;
}
.AnyTagClassName
{
color: #AD18EE;
}
</style>
background-color css
<style>
a { background-color: #AD18EE; }
a { background-color: rgb(173,24,238); }
div.DivClassName
{
background-color: #AD18EE;
}
.BgClassName
{
background-color: #AD18EE;
}
</style>
border-color css
<style>
span { border-color: #AD18EE; }
span { border-color: rgb(173,24,238); }
td.TdClassName
{
border-color: #AD18EE;
}
.TagClassName
{
border-color: #AD18EE;
}
</style>