Shades of Electric Purple #AD0AE6
Tints of Electric Purple #AD0AE6
RGB
CMYK
RGB Variations
Color information
#AD0AE6 (or 0xAD0AE6) is known color: Electric Purple. HEX triplet: AD, 0A and E6. RGB value is (173,10,230). Sum of RGB (Red+Green+Blue) = 173+10+230=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD0AE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AE6 is #52F519. Grayscale: #535353. Windows color (decimal): -5436698 or 15076013. OLE color: 15076013.
HSL color Cylindrical-coordinate representation of color #AD0AE6: hue angle of 284.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AE6 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 10 | 230 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.10 |
| HSL | 284.45º | 0.92% | 0.47% | - |
| HSV(B) | 284.45º | 0.96% | 0.9% | - |
| XYZ | 31.63 | 14.81 | 76.06 | - |
| YUV | 83.82 | 210.5 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 230 | 0.25 | 0.96 | 0 | 0.10 | 284.45 | 0.92 | 0.47 |
| Hex | AD | A | E6 | 19 | 60 | 0 | A | 11C | 5C | 2F |
| Octal | 255 | 12 | 346 | 31 | 140 | 0 | 12 | 434 | 134 | 57 |
| Binary | 10101101 | 1010 | 11100110 | 11001 | 1100000 | 0 | 1010 | 100011100 | 1011100 | 101111 |
Color Harmonies of #AD0AE6
Complementary color
Monochromatic Colors of #AD0AE6
Black with #AD0AE6
Text Example
Text Example
White with #AD0AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AE6; }
p { color: rgb(173,10,230); }
H1.HeaderClassName
{
color: #AD0AE6;
}
.AnyTagClassName
{
color: #AD0AE6;
}
</style>
background-color css
<style>
a { background-color: #AD0AE6; }
a { background-color: rgb(173,10,230); }
div.DivClassName
{
background-color: #AD0AE6;
}
.BgClassName
{
background-color: #AD0AE6;
}
</style>
border-color css
<style>
span { border-color: #AD0AE6; }
span { border-color: rgb(173,10,230); }
td.TdClassName
{
border-color: #AD0AE6;
}
.TagClassName
{
border-color: #AD0AE6;
}
</style>