Shades of Electric Purple #A80FED
Tints of Electric Purple #A80FED
RGB
CMYK
RGB Variations
Color information
#A80FED (or 0xA80FED) is known color: Electric Purple. HEX triplet: A8, 0F and ED. RGB value is (168,15,237). Sum of RGB (Red+Green+Blue) = 168+15+237=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #A80FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80FED is #57F012. Grayscale: #555555. Windows color (decimal): -5763091 or 15536040. OLE color: 15536040.
HSL color Cylindrical-coordinate representation of color #A80FED: hue angle of 281.35º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80FED is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 15 | 237 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.07 |
| HSL | 281.35º | 0.88% | 0.49% | - |
| HSV(B) | 281.35º | 0.94% | 0.93% | - |
| XYZ | 31.61 | 14.78 | 81.31 | - |
| YUV | 86.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 237 | 0.29 | 0.94 | 0 | 0.07 | 281.35 | 0.88 | 0.49 |
| Hex | A8 | F | ED | 1D | 5E | 0 | 7 | 119 | 58 | 31 |
| Octal | 250 | 17 | 355 | 35 | 136 | 0 | 7 | 431 | 130 | 61 |
| Binary | 10101000 | 1111 | 11101101 | 11101 | 1011110 | 0 | 111 | 100011001 | 1011000 | 110001 |
Color Harmonies of #A80FED
Complementary color
Monochromatic Colors of #A80FED
Black with #A80FED
Text Example
Text Example
White with #A80FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FED; }
p { color: rgb(168,15,237); }
H1.HeaderClassName
{
color: #A80FED;
}
.AnyTagClassName
{
color: #A80FED;
}
</style>
background-color css
<style>
a { background-color: #A80FED; }
a { background-color: rgb(168,15,237); }
div.DivClassName
{
background-color: #A80FED;
}
.BgClassName
{
background-color: #A80FED;
}
</style>
border-color css
<style>
span { border-color: #A80FED; }
span { border-color: rgb(168,15,237); }
td.TdClassName
{
border-color: #A80FED;
}
.TagClassName
{
border-color: #A80FED;
}
</style>