Shades of Electric Purple #A80BFE
Tints of Electric Purple #A80BFE
RGB
CMYK
RGB Variations
Color information
#A80BFE (or 0xA80BFE) is known color: Electric Purple. HEX triplet: A8, 0B and FE. RGB value is (168,11,254). Sum of RGB (Red+Green+Blue) = 168+11+254=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #A80BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BFE is #57F401. Grayscale: #545454. Windows color (decimal): -5764098 or 16649128. OLE color: 16649128.
HSL color Cylindrical-coordinate representation of color #A80BFE: hue angle of 278.77º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80BFE is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 11 | 254 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.00 |
| HSL | 278.77º | 0.99% | 0.52% | - |
| HSV(B) | 278.77º | 0.96% | 1% | - |
| XYZ | 34.16 | 15.72 | 95 | - |
| YUV | 85.65 | 223.01 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 254 | 0.34 | 0.96 | 0 | 0.00 | 278.77 | 0.99 | 0.52 |
| Hex | A8 | B | FE | 22 | 60 | 0 | 0 | 117 | 63 | 34 |
| Octal | 250 | 13 | 376 | 42 | 140 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101000 | 1011 | 11111110 | 100010 | 1100000 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #A80BFE
Complementary color
Monochromatic Colors of #A80BFE
Black with #A80BFE
Text Example
Text Example
White with #A80BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BFE; }
p { color: rgb(168,11,254); }
H1.HeaderClassName
{
color: #A80BFE;
}
.AnyTagClassName
{
color: #A80BFE;
}
</style>
background-color css
<style>
a { background-color: #A80BFE; }
a { background-color: rgb(168,11,254); }
div.DivClassName
{
background-color: #A80BFE;
}
.BgClassName
{
background-color: #A80BFE;
}
</style>
border-color css
<style>
span { border-color: #A80BFE; }
span { border-color: rgb(168,11,254); }
td.TdClassName
{
border-color: #A80BFE;
}
.TagClassName
{
border-color: #A80BFE;
}
</style>