Shades of Electric Purple #A80EFF
Tints of Electric Purple #A80EFF
RGB
CMYK
RGB Variations
Color information
#A80EFF (or 0xA80EFF) is known color: Electric Purple. HEX triplet: A8, 0E and FF. RGB value is (168,14,255). Sum of RGB (Red+Green+Blue) = 168+14+255=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #A80EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80EFF is #57F100. Grayscale: #565656. Windows color (decimal): -5763329 or 16715432. OLE color: 16715432.
HSL color Cylindrical-coordinate representation of color #A80EFF: hue angle of 278.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80EFF is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 14 | 255 | - |
| CMYK | 0.34 | 0.95 | 0 | 0 |
| HSL | 278.34º | 1% | 0.53% | - |
| HSV(B) | 278.34º | 0.95% | 1% | - |
| XYZ | 34.36 | 15.86 | 95.86 | - |
| YUV | 87.52 | 222.52 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 255 | 0.34 | 0.95 | 0 | 0 | 278.34 | 1 | 0.53 |
| Hex | A8 | E | FF | 22 | 5F | 0 | 0 | 116 | 64 | 35 |
| Octal | 250 | 16 | 377 | 42 | 137 | 0 | 0 | 426 | 144 | 65 |
| Binary | 10101000 | 1110 | 11111111 | 100010 | 1011111 | 0 | 0 | 100010110 | 1100100 | 110101 |
Color Harmonies of #A80EFF
Complementary color
Monochromatic Colors of #A80EFF
Black with #A80EFF
Text Example
Text Example
White with #A80EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80EFF; }
p { color: rgb(168,14,255); }
H1.HeaderClassName
{
color: #A80EFF;
}
.AnyTagClassName
{
color: #A80EFF;
}
</style>
background-color css
<style>
a { background-color: #A80EFF; }
a { background-color: rgb(168,14,255); }
div.DivClassName
{
background-color: #A80EFF;
}
.BgClassName
{
background-color: #A80EFF;
}
</style>
border-color css
<style>
span { border-color: #A80EFF; }
span { border-color: rgb(168,14,255); }
td.TdClassName
{
border-color: #A80EFF;
}
.TagClassName
{
border-color: #A80EFF;
}
</style>