Shades of Electric Purple #A80AFB
Tints of Electric Purple #A80AFB
RGB
CMYK
RGB Variations
Color information
#A80AFB (or 0xA80AFB) is known color: Electric Purple. HEX triplet: A8, 0A and FB. RGB value is (168,10,251). Sum of RGB (Red+Green+Blue) = 168+10+251=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #A80AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AFB is #57F504. Grayscale: #535353. Windows color (decimal): -5764357 or 16452264. OLE color: 16452264.
HSL color Cylindrical-coordinate representation of color #A80AFB: hue angle of 279.34º degrees, saturation: 0.97, 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 #A80AFB is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 10 | 251 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.02 |
| HSL | 279.34º | 0.97% | 0.51% | - |
| HSV(B) | 279.34º | 0.96% | 0.98% | - |
| XYZ | 33.67 | 15.51 | 92.49 | - |
| YUV | 84.72 | 221.85 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 251 | 0.33 | 0.96 | 0 | 0.02 | 279.34 | 0.97 | 0.51 |
| Hex | A8 | A | FB | 21 | 60 | 0 | 2 | 117 | 61 | 33 |
| Octal | 250 | 12 | 373 | 41 | 140 | 0 | 2 | 427 | 141 | 63 |
| Binary | 10101000 | 1010 | 11111011 | 100001 | 1100000 | 0 | 10 | 100010111 | 1100001 | 110011 |
Color Harmonies of #A80AFB
Complementary color
Monochromatic Colors of #A80AFB
Black with #A80AFB
Text Example
Text Example
White with #A80AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AFB; }
p { color: rgb(168,10,251); }
H1.HeaderClassName
{
color: #A80AFB;
}
.AnyTagClassName
{
color: #A80AFB;
}
</style>
background-color css
<style>
a { background-color: #A80AFB; }
a { background-color: rgb(168,10,251); }
div.DivClassName
{
background-color: #A80AFB;
}
.BgClassName
{
background-color: #A80AFB;
}
</style>
border-color css
<style>
span { border-color: #A80AFB; }
span { border-color: rgb(168,10,251); }
td.TdClassName
{
border-color: #A80AFB;
}
.TagClassName
{
border-color: #A80AFB;
}
</style>