Shades of Electric Purple #A80BEE
Tints of Electric Purple #A80BEE
RGB
CMYK
RGB Variations
Color information
#A80BEE (or 0xA80BEE) is known color: Electric Purple. HEX triplet: A8, 0B and EE. RGB value is (168,11,238). Sum of RGB (Red+Green+Blue) = 168+11+238=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #A80BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BEE is #57F411. Grayscale: #535353. Windows color (decimal): -5764114 or 15600552. OLE color: 15600552.
HSL color Cylindrical-coordinate representation of color #A80BEE: hue angle of 281.5º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80BEE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 11 | 238 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.07 |
| HSL | 281.5º | 0.91% | 0.49% | - |
| HSV(B) | 281.5º | 0.95% | 0.93% | - |
| XYZ | 31.7 | 14.74 | 82.06 | - |
| YUV | 83.82 | 215.01 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 238 | 0.29 | 0.95 | 0 | 0.07 | 281.5 | 0.91 | 0.49 |
| Hex | A8 | B | EE | 1D | 5F | 0 | 7 | 119 | 5B | 31 |
| Octal | 250 | 13 | 356 | 35 | 137 | 0 | 7 | 431 | 133 | 61 |
| Binary | 10101000 | 1011 | 11101110 | 11101 | 1011111 | 0 | 111 | 100011001 | 1011011 | 110001 |
Color Harmonies of #A80BEE
Complementary color
Monochromatic Colors of #A80BEE
Black with #A80BEE
Text Example
Text Example
White with #A80BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BEE; }
p { color: rgb(168,11,238); }
H1.HeaderClassName
{
color: #A80BEE;
}
.AnyTagClassName
{
color: #A80BEE;
}
</style>
background-color css
<style>
a { background-color: #A80BEE; }
a { background-color: rgb(168,11,238); }
div.DivClassName
{
background-color: #A80BEE;
}
.BgClassName
{
background-color: #A80BEE;
}
</style>
border-color css
<style>
span { border-color: #A80BEE; }
span { border-color: rgb(168,11,238); }
td.TdClassName
{
border-color: #A80BEE;
}
.TagClassName
{
border-color: #A80BEE;
}
</style>