Shades of Electric Purple #A80AF7
Tints of Electric Purple #A80AF7
RGB
CMYK
RGB Variations
Color information
#A80AF7 (or 0xA80AF7) is known color: Electric Purple. HEX triplet: A8, 0A and F7. RGB value is (168,10,247). Sum of RGB (Red+Green+Blue) = 168+10+247=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 247 (96.88% from 255 or 58.12% from 425); Max value from RGB is 247 - color contains mainly: blue. Hex color #A80AF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AF7 is #57F508. Grayscale: #535353. Windows color (decimal): -5764361 or 16190120. OLE color: 16190120.
HSL color Cylindrical-coordinate representation of color #A80AF7: hue angle of 280º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AF7 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 10 | 247 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.03 |
| HSL | 280º | 0.94% | 0.5% | - |
| HSV(B) | 280º | 0.96% | 0.97% | - |
| XYZ | 33.05 | 15.26 | 89.2 | - |
| YUV | 84.26 | 219.85 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 247 | 0.32 | 0.96 | 0 | 0.03 | 280 | 0.94 | 0.5 |
| Hex | A8 | A | F7 | 20 | 60 | 0 | 3 | 118 | 5E | 32 |
| Octal | 250 | 12 | 367 | 40 | 140 | 0 | 3 | 430 | 136 | 62 |
| Binary | 10101000 | 1010 | 11110111 | 100000 | 1100000 | 0 | 11 | 100011000 | 1011110 | 110010 |
Color Harmonies of #A80AF7
Complementary color
Monochromatic Colors of #A80AF7
Black with #A80AF7
Text Example
Text Example
White with #A80AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AF7; }
p { color: rgb(168,10,247); }
H1.HeaderClassName
{
color: #A80AF7;
}
.AnyTagClassName
{
color: #A80AF7;
}
</style>
background-color css
<style>
a { background-color: #A80AF7; }
a { background-color: rgb(168,10,247); }
div.DivClassName
{
background-color: #A80AF7;
}
.BgClassName
{
background-color: #A80AF7;
}
</style>
border-color css
<style>
span { border-color: #A80AF7; }
span { border-color: rgb(168,10,247); }
td.TdClassName
{
border-color: #A80AF7;
}
.TagClassName
{
border-color: #A80AF7;
}
</style>