Shades of Electric Purple #AD08E6
Tints of Electric Purple #AD08E6
RGB
CMYK
RGB Variations
Color information
#AD08E6 (or 0xAD08E6) is known color: Electric Purple. HEX triplet: AD, 08 and E6. RGB value is (173,8,230). Sum of RGB (Red+Green+Blue) = 173+8+230=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD08E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD08E6 is #52F719. Grayscale: #515151. Windows color (decimal): -5437210 or 15075501. OLE color: 15075501.
HSL color Cylindrical-coordinate representation of color #AD08E6: hue angle of 284.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD08E6 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 8 | 230 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.10 |
| HSL | 284.59º | 0.93% | 0.47% | - |
| HSV(B) | 284.59º | 0.97% | 0.9% | - |
| XYZ | 31.6 | 14.77 | 76.05 | - |
| YUV | 82.64 | 211.16 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 230 | 0.25 | 0.97 | 0 | 0.10 | 284.59 | 0.93 | 0.47 |
| Hex | AD | 8 | E6 | 19 | 61 | 0 | A | 11D | 5D | 2F |
| Octal | 255 | 10 | 346 | 31 | 141 | 0 | 12 | 435 | 135 | 57 |
| Binary | 10101101 | 1000 | 11100110 | 11001 | 1100001 | 0 | 1010 | 100011101 | 1011101 | 101111 |
Color Harmonies of #AD08E6
Complementary color
Monochromatic Colors of #AD08E6
Black with #AD08E6
Text Example
Text Example
White with #AD08E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08E6; }
p { color: rgb(173,8,230); }
H1.HeaderClassName
{
color: #AD08E6;
}
.AnyTagClassName
{
color: #AD08E6;
}
</style>
background-color css
<style>
a { background-color: #AD08E6; }
a { background-color: rgb(173,8,230); }
div.DivClassName
{
background-color: #AD08E6;
}
.BgClassName
{
background-color: #AD08E6;
}
</style>
border-color css
<style>
span { border-color: #AD08E6; }
span { border-color: rgb(173,8,230); }
td.TdClassName
{
border-color: #AD08E6;
}
.TagClassName
{
border-color: #AD08E6;
}
</style>