Shades of Electric Purple #A80AF0
Tints of Electric Purple #A80AF0
RGB
CMYK
RGB Variations
Color information
#A80AF0 (or 0xA80AF0) is known color: Electric Purple. HEX triplet: A8, 0A and F0. RGB value is (168,10,240). Sum of RGB (Red+Green+Blue) = 168+10+240=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #A80AF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AF0 is #57F50F. Grayscale: #525252. Windows color (decimal): -5764368 or 15731368. OLE color: 15731368.
HSL color Cylindrical-coordinate representation of color #A80AF0: hue angle of 281.22º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AF0 is Cyan = 0.3, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 10 | 240 | - |
| CMYK | 0.3 | 0.96 | 0 | 0.06 |
| HSL | 281.22º | 0.92% | 0.49% | - |
| HSV(B) | 281.22º | 0.96% | 0.94% | - |
| XYZ | 31.99 | 14.83 | 83.62 | - |
| YUV | 83.46 | 216.35 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 240 | 0.3 | 0.96 | 0 | 0.06 | 281.22 | 0.92 | 0.49 |
| Hex | A8 | A | F0 | 1E | 60 | 0 | 6 | 119 | 5C | 31 |
| Octal | 250 | 12 | 360 | 36 | 140 | 0 | 6 | 431 | 134 | 61 |
| Binary | 10101000 | 1010 | 11110000 | 11110 | 1100000 | 0 | 110 | 100011001 | 1011100 | 110001 |
Color Harmonies of #A80AF0
Complementary color
Monochromatic Colors of #A80AF0
Black with #A80AF0
Text Example
Text Example
White with #A80AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AF0; }
p { color: rgb(168,10,240); }
H1.HeaderClassName
{
color: #A80AF0;
}
.AnyTagClassName
{
color: #A80AF0;
}
</style>
background-color css
<style>
a { background-color: #A80AF0; }
a { background-color: rgb(168,10,240); }
div.DivClassName
{
background-color: #A80AF0;
}
.BgClassName
{
background-color: #A80AF0;
}
</style>
border-color css
<style>
span { border-color: #A80AF0; }
span { border-color: rgb(168,10,240); }
td.TdClassName
{
border-color: #A80AF0;
}
.TagClassName
{
border-color: #A80AF0;
}
</style>