Shades of Electric Purple #AD0AEF
Tints of Electric Purple #AD0AEF
RGB
CMYK
RGB Variations
Color information
#AD0AEF (or 0xAD0AEF) is known color: Electric Purple. HEX triplet: AD, 0A and EF. RGB value is (173,10,239). Sum of RGB (Red+Green+Blue) = 173+10+239=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD0AEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AEF is #52F510. Grayscale: #545454. Windows color (decimal): -5436689 or 15665837. OLE color: 15665837.
HSL color Cylindrical-coordinate representation of color #AD0AEF: hue angle of 282.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AEF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 10 | 239 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.06 |
| HSL | 282.71º | 0.92% | 0.49% | - |
| HSV(B) | 282.71º | 0.96% | 0.94% | - |
| XYZ | 32.92 | 15.33 | 82.89 | - |
| YUV | 84.84 | 215 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 239 | 0.28 | 0.96 | 0 | 0.06 | 282.71 | 0.92 | 0.49 |
| Hex | AD | A | EF | 1C | 60 | 0 | 6 | 11B | 5C | 31 |
| Octal | 255 | 12 | 357 | 34 | 140 | 0 | 6 | 433 | 134 | 61 |
| Binary | 10101101 | 1010 | 11101111 | 11100 | 1100000 | 0 | 110 | 100011011 | 1011100 | 110001 |
Color Harmonies of #AD0AEF
Complementary color
Monochromatic Colors of #AD0AEF
Black with #AD0AEF
Text Example
Text Example
White with #AD0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AEF; }
p { color: rgb(173,10,239); }
H1.HeaderClassName
{
color: #AD0AEF;
}
.AnyTagClassName
{
color: #AD0AEF;
}
</style>
background-color css
<style>
a { background-color: #AD0AEF; }
a { background-color: rgb(173,10,239); }
div.DivClassName
{
background-color: #AD0AEF;
}
.BgClassName
{
background-color: #AD0AEF;
}
</style>
border-color css
<style>
span { border-color: #AD0AEF; }
span { border-color: rgb(173,10,239); }
td.TdClassName
{
border-color: #AD0AEF;
}
.TagClassName
{
border-color: #AD0AEF;
}
</style>