Shades of Electric Purple #AD13EE
Tints of Electric Purple #AD13EE
RGB
CMYK
RGB Variations
Color information
#AD13EE (or 0xAD13EE) is known color: Electric Purple. HEX triplet: AD, 13 and EE. RGB value is (173,19,238). Sum of RGB (Red+Green+Blue) = 173+19+238=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD13EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD13EE is #52EC11. Grayscale: #595959. Windows color (decimal): -5434386 or 15602605. OLE color: 15602605.
HSL color Cylindrical-coordinate representation of color #AD13EE: hue angle of 282.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD13EE is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 19 | 238 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.07 |
| HSL | 282.19º | 0.87% | 0.5% | - |
| HSV(B) | 282.19º | 0.92% | 0.93% | - |
| XYZ | 32.9 | 15.52 | 82.15 | - |
| YUV | 90.01 | 211.52 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 238 | 0.27 | 0.92 | 0 | 0.07 | 282.19 | 0.87 | 0.5 |
| Hex | AD | 13 | EE | 1B | 5C | 0 | 7 | 11A | 57 | 32 |
| Octal | 255 | 23 | 356 | 33 | 134 | 0 | 7 | 432 | 127 | 62 |
| Binary | 10101101 | 10011 | 11101110 | 11011 | 1011100 | 0 | 111 | 100011010 | 1010111 | 110010 |
Color Harmonies of #AD13EE
Complementary color
Monochromatic Colors of #AD13EE
Black with #AD13EE
Text Example
Text Example
White with #AD13EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13EE; }
p { color: rgb(173,19,238); }
H1.HeaderClassName
{
color: #AD13EE;
}
.AnyTagClassName
{
color: #AD13EE;
}
</style>
background-color css
<style>
a { background-color: #AD13EE; }
a { background-color: rgb(173,19,238); }
div.DivClassName
{
background-color: #AD13EE;
}
.BgClassName
{
background-color: #AD13EE;
}
</style>
border-color css
<style>
span { border-color: #AD13EE; }
span { border-color: rgb(173,19,238); }
td.TdClassName
{
border-color: #AD13EE;
}
.TagClassName
{
border-color: #AD13EE;
}
</style>