Shades of Electric Purple #A80BF2
Tints of Electric Purple #A80BF2
RGB
CMYK
RGB Variations
Color information
#A80BF2 (or 0xA80BF2) is known color: Electric Purple. HEX triplet: A8, 0B and F2. RGB value is (168,11,242). Sum of RGB (Red+Green+Blue) = 168+11+242=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #A80BF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80BF2 is #57F40D. Grayscale: #535353. Windows color (decimal): -5764110 or 15862696. OLE color: 15862696.
HSL color Cylindrical-coordinate representation of color #A80BF2: hue angle of 280.78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80BF2 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 11 | 242 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.05 |
| HSL | 280.78º | 0.91% | 0.5% | - |
| HSV(B) | 280.78º | 0.95% | 0.95% | - |
| XYZ | 32.3 | 14.97 | 85.19 | - |
| YUV | 84.28 | 217.01 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 242 | 0.31 | 0.95 | 0 | 0.05 | 280.78 | 0.91 | 0.5 |
| Hex | A8 | B | F2 | 1F | 5F | 0 | 5 | 119 | 5B | 32 |
| Octal | 250 | 13 | 362 | 37 | 137 | 0 | 5 | 431 | 133 | 62 |
| Binary | 10101000 | 1011 | 11110010 | 11111 | 1011111 | 0 | 101 | 100011001 | 1011011 | 110010 |
Color Harmonies of #A80BF2
Complementary color
Monochromatic Colors of #A80BF2
Black with #A80BF2
Text Example
Text Example
White with #A80BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BF2; }
p { color: rgb(168,11,242); }
H1.HeaderClassName
{
color: #A80BF2;
}
.AnyTagClassName
{
color: #A80BF2;
}
</style>
background-color css
<style>
a { background-color: #A80BF2; }
a { background-color: rgb(168,11,242); }
div.DivClassName
{
background-color: #A80BF2;
}
.BgClassName
{
background-color: #A80BF2;
}
</style>
border-color css
<style>
span { border-color: #A80BF2; }
span { border-color: rgb(168,11,242); }
td.TdClassName
{
border-color: #A80BF2;
}
.TagClassName
{
border-color: #A80BF2;
}
</style>