Shades of Electric Purple #AD13EF
Tints of Electric Purple #AD13EF
RGB
CMYK
RGB Variations
Color information
#AD13EF (or 0xAD13EF) is known color: Electric Purple. HEX triplet: AD, 13 and EF. RGB value is (173,19,239). Sum of RGB (Red+Green+Blue) = 173+19+239=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD13EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD13EF is #52EC10. Grayscale: #595959. Windows color (decimal): -5434385 or 15668141. OLE color: 15668141.
HSL color Cylindrical-coordinate representation of color #AD13EF: hue angle of 282º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD13EF is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 19 | 239 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.06 |
| HSL | 282º | 0.87% | 0.51% | - |
| HSV(B) | 282º | 0.92% | 0.94% | - |
| XYZ | 33.05 | 15.58 | 82.93 | - |
| YUV | 90.13 | 212.02 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 239 | 0.28 | 0.92 | 0 | 0.06 | 282 | 0.87 | 0.51 |
| Hex | AD | 13 | EF | 1C | 5C | 0 | 6 | 11A | 57 | 33 |
| Octal | 255 | 23 | 357 | 34 | 134 | 0 | 6 | 432 | 127 | 63 |
| Binary | 10101101 | 10011 | 11101111 | 11100 | 1011100 | 0 | 110 | 100011010 | 1010111 | 110011 |
Color Harmonies of #AD13EF
Complementary color
Monochromatic Colors of #AD13EF
Black with #AD13EF
Text Example
Text Example
White with #AD13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD13EF; }
p { color: rgb(173,19,239); }
H1.HeaderClassName
{
color: #AD13EF;
}
.AnyTagClassName
{
color: #AD13EF;
}
</style>
background-color css
<style>
a { background-color: #AD13EF; }
a { background-color: rgb(173,19,239); }
div.DivClassName
{
background-color: #AD13EF;
}
.BgClassName
{
background-color: #AD13EF;
}
</style>
border-color css
<style>
span { border-color: #AD13EF; }
span { border-color: rgb(173,19,239); }
td.TdClassName
{
border-color: #AD13EF;
}
.TagClassName
{
border-color: #AD13EF;
}
</style>