Shades of Electric Purple #AD10EE
Tints of Electric Purple #AD10EE
RGB
CMYK
RGB Variations
Color information
#AD10EE (or 0xAD10EE) is known color: Electric Purple. HEX triplet: AD, 10 and EE. RGB value is (173,16,238). Sum of RGB (Red+Green+Blue) = 173+16+238=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD10EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD10EE is #52EF11. Grayscale: #575757. Windows color (decimal): -5435154 or 15601837. OLE color: 15601837.
HSL color Cylindrical-coordinate representation of color #AD10EE: hue angle of 282.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10EE is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 16 | 238 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.07 |
| HSL | 282.43º | 0.87% | 0.5% | - |
| HSV(B) | 282.43º | 0.93% | 0.93% | - |
| XYZ | 32.85 | 15.43 | 82.14 | - |
| YUV | 88.25 | 212.51 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 238 | 0.27 | 0.93 | 0 | 0.07 | 282.43 | 0.87 | 0.5 |
| Hex | AD | 10 | EE | 1B | 5D | 0 | 7 | 11A | 57 | 32 |
| Octal | 255 | 20 | 356 | 33 | 135 | 0 | 7 | 432 | 127 | 62 |
| Binary | 10101101 | 10000 | 11101110 | 11011 | 1011101 | 0 | 111 | 100011010 | 1010111 | 110010 |
Color Harmonies of #AD10EE
Complementary color
Monochromatic Colors of #AD10EE
Black with #AD10EE
Text Example
Text Example
White with #AD10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10EE; }
p { color: rgb(173,16,238); }
H1.HeaderClassName
{
color: #AD10EE;
}
.AnyTagClassName
{
color: #AD10EE;
}
</style>
background-color css
<style>
a { background-color: #AD10EE; }
a { background-color: rgb(173,16,238); }
div.DivClassName
{
background-color: #AD10EE;
}
.BgClassName
{
background-color: #AD10EE;
}
</style>
border-color css
<style>
span { border-color: #AD10EE; }
span { border-color: rgb(173,16,238); }
td.TdClassName
{
border-color: #AD10EE;
}
.TagClassName
{
border-color: #AD10EE;
}
</style>