Shades of Electric Purple #A80EEE
Tints of Electric Purple #A80EEE
RGB
CMYK
RGB Variations
Color information
#A80EEE (or 0xA80EEE) is known color: Electric Purple. HEX triplet: A8, 0E and EE. RGB value is (168,14,238). Sum of RGB (Red+Green+Blue) = 168+14+238=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #A80EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80EEE is #57F111. Grayscale: #545454. Windows color (decimal): -5763346 or 15601320. OLE color: 15601320.
HSL color Cylindrical-coordinate representation of color #A80EEE: hue angle of 281.25º degrees, saturation: 0.89, 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 #A80EEE is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 14 | 238 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.07 |
| HSL | 281.25º | 0.89% | 0.49% | - |
| HSV(B) | 281.25º | 0.94% | 0.93% | - |
| XYZ | 31.74 | 14.81 | 82.08 | - |
| YUV | 85.58 | 214.02 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 238 | 0.29 | 0.94 | 0 | 0.07 | 281.25 | 0.89 | 0.49 |
| Hex | A8 | E | EE | 1D | 5E | 0 | 7 | 119 | 59 | 31 |
| Octal | 250 | 16 | 356 | 35 | 136 | 0 | 7 | 431 | 131 | 61 |
| Binary | 10101000 | 1110 | 11101110 | 11101 | 1011110 | 0 | 111 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A80EEE
Complementary color
Monochromatic Colors of #A80EEE
Black with #A80EEE
Text Example
Text Example
White with #A80EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80EEE; }
p { color: rgb(168,14,238); }
H1.HeaderClassName
{
color: #A80EEE;
}
.AnyTagClassName
{
color: #A80EEE;
}
</style>
background-color css
<style>
a { background-color: #A80EEE; }
a { background-color: rgb(168,14,238); }
div.DivClassName
{
background-color: #A80EEE;
}
.BgClassName
{
background-color: #A80EEE;
}
</style>
border-color css
<style>
span { border-color: #A80EEE; }
span { border-color: rgb(168,14,238); }
td.TdClassName
{
border-color: #A80EEE;
}
.TagClassName
{
border-color: #A80EEE;
}
</style>