Shades of Electric Purple #A80AED
Tints of Electric Purple #A80AED
RGB
CMYK
RGB Variations
Color information
#A80AED (or 0xA80AED) is known color: Electric Purple. HEX triplet: A8, 0A and ED. RGB value is (168,10,237). Sum of RGB (Red+Green+Blue) = 168+10+237=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #A80AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AED is #57F512. Grayscale: #525252. Windows color (decimal): -5764371 or 15534760. OLE color: 15534760.
HSL color Cylindrical-coordinate representation of color #A80AED: hue angle of 281.76º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AED is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 10 | 237 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.07 |
| HSL | 281.76º | 0.92% | 0.48% | - |
| HSV(B) | 281.76º | 0.96% | 0.93% | - |
| XYZ | 31.54 | 14.66 | 81.29 | - |
| YUV | 83.12 | 214.85 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 237 | 0.29 | 0.96 | 0 | 0.07 | 281.76 | 0.92 | 0.48 |
| Hex | A8 | A | ED | 1D | 60 | 0 | 7 | 11A | 5C | 30 |
| Octal | 250 | 12 | 355 | 35 | 140 | 0 | 7 | 432 | 134 | 60 |
| Binary | 10101000 | 1010 | 11101101 | 11101 | 1100000 | 0 | 111 | 100011010 | 1011100 | 110000 |
Color Harmonies of #A80AED
Complementary color
Monochromatic Colors of #A80AED
Black with #A80AED
Text Example
Text Example
White with #A80AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AED; }
p { color: rgb(168,10,237); }
H1.HeaderClassName
{
color: #A80AED;
}
.AnyTagClassName
{
color: #A80AED;
}
</style>
background-color css
<style>
a { background-color: #A80AED; }
a { background-color: rgb(168,10,237); }
div.DivClassName
{
background-color: #A80AED;
}
.BgClassName
{
background-color: #A80AED;
}
</style>
border-color css
<style>
span { border-color: #A80AED; }
span { border-color: rgb(168,10,237); }
td.TdClassName
{
border-color: #A80AED;
}
.TagClassName
{
border-color: #A80AED;
}
</style>