Shades of Electric Purple #A80AEE
Tints of Electric Purple #A80AEE
RGB
CMYK
RGB Variations
Color information
#A80AEE (or 0xA80AEE) is known color: Electric Purple. HEX triplet: A8, 0A and EE. RGB value is (168,10,238). Sum of RGB (Red+Green+Blue) = 168+10+238=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #A80AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AEE is #57F511. Grayscale: #525252. Windows color (decimal): -5764370 or 15600296. OLE color: 15600296.
HSL color Cylindrical-coordinate representation of color #A80AEE: hue angle of 281.58º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AEE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 10 | 238 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.07 |
| HSL | 281.58º | 0.92% | 0.49% | - |
| HSV(B) | 281.58º | 0.96% | 0.93% | - |
| XYZ | 31.69 | 14.71 | 82.06 | - |
| YUV | 83.23 | 215.35 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 238 | 0.29 | 0.96 | 0 | 0.07 | 281.58 | 0.92 | 0.49 |
| Hex | A8 | A | EE | 1D | 60 | 0 | 7 | 11A | 5C | 31 |
| Octal | 250 | 12 | 356 | 35 | 140 | 0 | 7 | 432 | 134 | 61 |
| Binary | 10101000 | 1010 | 11101110 | 11101 | 1100000 | 0 | 111 | 100011010 | 1011100 | 110001 |
Color Harmonies of #A80AEE
Complementary color
Monochromatic Colors of #A80AEE
Black with #A80AEE
Text Example
Text Example
White with #A80AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AEE; }
p { color: rgb(168,10,238); }
H1.HeaderClassName
{
color: #A80AEE;
}
.AnyTagClassName
{
color: #A80AEE;
}
</style>
background-color css
<style>
a { background-color: #A80AEE; }
a { background-color: rgb(168,10,238); }
div.DivClassName
{
background-color: #A80AEE;
}
.BgClassName
{
background-color: #A80AEE;
}
</style>
border-color css
<style>
span { border-color: #A80AEE; }
span { border-color: rgb(168,10,238); }
td.TdClassName
{
border-color: #A80AEE;
}
.TagClassName
{
border-color: #A80AEE;
}
</style>