Shades of Electric Purple #A80AEF
Tints of Electric Purple #A80AEF
RGB
CMYK
RGB Variations
Color information
#A80AEF (or 0xA80AEF) is known color: Electric Purple. HEX triplet: A8, 0A and EF. RGB value is (168,10,239). Sum of RGB (Red+Green+Blue) = 168+10+239=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #A80AEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AEF is #57F510. Grayscale: #525252. Windows color (decimal): -5764369 or 15665832. OLE color: 15665832.
HSL color Cylindrical-coordinate representation of color #A80AEF: hue angle of 281.4º 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 #A80AEF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 10 | 239 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.06 |
| HSL | 281.4º | 0.92% | 0.49% | - |
| HSV(B) | 281.4º | 0.96% | 0.94% | - |
| XYZ | 31.84 | 14.77 | 82.84 | - |
| YUV | 83.35 | 215.85 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 239 | 0.30 | 0.96 | 0 | 0.06 | 281.4 | 0.92 | 0.49 |
| Hex | A8 | A | EF | 1E | 60 | 0 | 6 | 119 | 5C | 31 |
| Octal | 250 | 12 | 357 | 36 | 140 | 0 | 6 | 431 | 134 | 61 |
| Binary | 10101000 | 1010 | 11101111 | 11110 | 1100000 | 0 | 110 | 100011001 | 1011100 | 110001 |
Color Harmonies of #A80AEF
Complementary color
Monochromatic Colors of #A80AEF
Black with #A80AEF
Text Example
Text Example
White with #A80AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AEF; }
p { color: rgb(168,10,239); }
H1.HeaderClassName
{
color: #A80AEF;
}
.AnyTagClassName
{
color: #A80AEF;
}
</style>
background-color css
<style>
a { background-color: #A80AEF; }
a { background-color: rgb(168,10,239); }
div.DivClassName
{
background-color: #A80AEF;
}
.BgClassName
{
background-color: #A80AEF;
}
</style>
border-color css
<style>
span { border-color: #A80AEF; }
span { border-color: rgb(168,10,239); }
td.TdClassName
{
border-color: #A80AEF;
}
.TagClassName
{
border-color: #A80AEF;
}
</style>