Shades of Electric Purple #AD08EE
Tints of Electric Purple #AD08EE
RGB
CMYK
RGB Variations
Color information
#AD08EE (or 0xAD08EE) is known color: Electric Purple. HEX triplet: AD, 08 and EE. RGB value is (173,8,238). Sum of RGB (Red+Green+Blue) = 173+8+238=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD08EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD08EE is #52F711. Grayscale: #525252. Windows color (decimal): -5437202 or 15599789. OLE color: 15599789.
HSL color Cylindrical-coordinate representation of color #AD08EE: hue angle of 283.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD08EE is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 8 | 238 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.07 |
| HSL | 283.04º | 0.93% | 0.48% | - |
| HSV(B) | 283.04º | 0.97% | 0.93% | - |
| XYZ | 32.75 | 15.23 | 82.1 | - |
| YUV | 83.56 | 215.16 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 238 | 0.27 | 0.97 | 0 | 0.07 | 283.04 | 0.93 | 0.48 |
| Hex | AD | 8 | EE | 1B | 61 | 0 | 7 | 11B | 5D | 30 |
| Octal | 255 | 10 | 356 | 33 | 141 | 0 | 7 | 433 | 135 | 60 |
| Binary | 10101101 | 1000 | 11101110 | 11011 | 1100001 | 0 | 111 | 100011011 | 1011101 | 110000 |
Color Harmonies of #AD08EE
Complementary color
Monochromatic Colors of #AD08EE
Black with #AD08EE
Text Example
Text Example
White with #AD08EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08EE; }
p { color: rgb(173,8,238); }
H1.HeaderClassName
{
color: #AD08EE;
}
.AnyTagClassName
{
color: #AD08EE;
}
</style>
background-color css
<style>
a { background-color: #AD08EE; }
a { background-color: rgb(173,8,238); }
div.DivClassName
{
background-color: #AD08EE;
}
.BgClassName
{
background-color: #AD08EE;
}
</style>
border-color css
<style>
span { border-color: #AD08EE; }
span { border-color: rgb(173,8,238); }
td.TdClassName
{
border-color: #AD08EE;
}
.TagClassName
{
border-color: #AD08EE;
}
</style>