Shades of Electric Purple #A80BFA
Tints of Electric Purple #A80BFA
RGB
CMYK
RGB Variations
Color information
#A80BFA (or 0xA80BFA) is known color: Electric Purple. HEX triplet: A8, 0B and FA. RGB value is (168,11,250). Sum of RGB (Red+Green+Blue) = 168+11+250=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #A80BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BFA is #57F405. Grayscale: #545454. Windows color (decimal): -5764102 or 16386984. OLE color: 16386984.
HSL color Cylindrical-coordinate representation of color #A80BFA: hue angle of 279.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80BFA is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 11 | 250 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.02 |
| HSL | 279.41º | 0.96% | 0.51% | - |
| HSV(B) | 279.41º | 0.96% | 0.98% | - |
| XYZ | 33.52 | 15.47 | 91.66 | - |
| YUV | 85.19 | 221.01 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 250 | 0.33 | 0.96 | 0 | 0.02 | 279.41 | 0.96 | 0.51 |
| Hex | A8 | B | FA | 21 | 60 | 0 | 2 | 117 | 60 | 33 |
| Octal | 250 | 13 | 372 | 41 | 140 | 0 | 2 | 427 | 140 | 63 |
| Binary | 10101000 | 1011 | 11111010 | 100001 | 1100000 | 0 | 10 | 100010111 | 1100000 | 110011 |
Color Harmonies of #A80BFA
Complementary color
Monochromatic Colors of #A80BFA
Black with #A80BFA
Text Example
Text Example
White with #A80BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BFA; }
p { color: rgb(168,11,250); }
H1.HeaderClassName
{
color: #A80BFA;
}
.AnyTagClassName
{
color: #A80BFA;
}
</style>
background-color css
<style>
a { background-color: #A80BFA; }
a { background-color: rgb(168,11,250); }
div.DivClassName
{
background-color: #A80BFA;
}
.BgClassName
{
background-color: #A80BFA;
}
</style>
border-color css
<style>
span { border-color: #A80BFA; }
span { border-color: rgb(168,11,250); }
td.TdClassName
{
border-color: #A80BFA;
}
.TagClassName
{
border-color: #A80BFA;
}
</style>