Shades of Electric Purple #A80FEC
Tints of Electric Purple #A80FEC
RGB
CMYK
RGB Variations
Color information
#A80FEC (or 0xA80FEC) is known color: Electric Purple. HEX triplet: A8, 0F and EC. RGB value is (168,15,236). Sum of RGB (Red+Green+Blue) = 168+15+236=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #A80FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FEC is #57F013. Grayscale: #555555. Windows color (decimal): -5763092 or 15470504. OLE color: 15470504.
HSL color Cylindrical-coordinate representation of color #A80FEC: hue angle of 281.54º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80FEC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 15 | 236 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.07 |
| HSL | 281.54º | 0.88% | 0.49% | - |
| HSV(B) | 281.54º | 0.94% | 0.93% | - |
| XYZ | 31.46 | 14.72 | 80.54 | - |
| YUV | 85.94 | 212.69 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 236 | 0.29 | 0.94 | 0 | 0.07 | 281.54 | 0.88 | 0.49 |
| Hex | A8 | F | EC | 1D | 5E | 0 | 7 | 11A | 58 | 31 |
| Octal | 250 | 17 | 354 | 35 | 136 | 0 | 7 | 432 | 130 | 61 |
| Binary | 10101000 | 1111 | 11101100 | 11101 | 1011110 | 0 | 111 | 100011010 | 1011000 | 110001 |
Color Harmonies of #A80FEC
Complementary color
Monochromatic Colors of #A80FEC
Black with #A80FEC
Text Example
Text Example
White with #A80FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FEC; }
p { color: rgb(168,15,236); }
H1.HeaderClassName
{
color: #A80FEC;
}
.AnyTagClassName
{
color: #A80FEC;
}
</style>
background-color css
<style>
a { background-color: #A80FEC; }
a { background-color: rgb(168,15,236); }
div.DivClassName
{
background-color: #A80FEC;
}
.BgClassName
{
background-color: #A80FEC;
}
</style>
border-color css
<style>
span { border-color: #A80FEC; }
span { border-color: rgb(168,15,236); }
td.TdClassName
{
border-color: #A80FEC;
}
.TagClassName
{
border-color: #A80FEC;
}
</style>