Shades of Electric Purple #AD14EE
Tints of Electric Purple #AD14EE
RGB
CMYK
RGB Variations
Color information
#AD14EE (or 0xAD14EE) is known color: Electric Purple. HEX triplet: AD, 14 and EE. RGB value is (173,20,238). Sum of RGB (Red+Green+Blue) = 173+20+238=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD14EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD14EE is #52EB11. Grayscale: #595959. Windows color (decimal): -5434130 or 15602861. OLE color: 15602861.
HSL color Cylindrical-coordinate representation of color #AD14EE: hue angle of 282.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD14EE is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 20 | 238 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.07 |
| HSL | 282.11º | 0.87% | 0.51% | - |
| HSV(B) | 282.11º | 0.92% | 0.93% | - |
| XYZ | 32.92 | 15.56 | 82.16 | - |
| YUV | 90.6 | 211.19 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 238 | 0.27 | 0.92 | 0 | 0.07 | 282.11 | 0.87 | 0.51 |
| Hex | AD | 14 | EE | 1B | 5C | 0 | 7 | 11A | 57 | 33 |
| Octal | 255 | 24 | 356 | 33 | 134 | 0 | 7 | 432 | 127 | 63 |
| Binary | 10101101 | 10100 | 11101110 | 11011 | 1011100 | 0 | 111 | 100011010 | 1010111 | 110011 |
Color Harmonies of #AD14EE
Complementary color
Monochromatic Colors of #AD14EE
Black with #AD14EE
Text Example
Text Example
White with #AD14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14EE; }
p { color: rgb(173,20,238); }
H1.HeaderClassName
{
color: #AD14EE;
}
.AnyTagClassName
{
color: #AD14EE;
}
</style>
background-color css
<style>
a { background-color: #AD14EE; }
a { background-color: rgb(173,20,238); }
div.DivClassName
{
background-color: #AD14EE;
}
.BgClassName
{
background-color: #AD14EE;
}
</style>
border-color css
<style>
span { border-color: #AD14EE; }
span { border-color: rgb(173,20,238); }
td.TdClassName
{
border-color: #AD14EE;
}
.TagClassName
{
border-color: #AD14EE;
}
</style>