Shades of Electric Purple #A80AFE
Tints of Electric Purple #A80AFE
RGB
CMYK
RGB Variations
Color information
#A80AFE (or 0xA80AFE) is known color: Electric Purple. HEX triplet: A8, 0A and FE. RGB value is (168,10,254). Sum of RGB (Red+Green+Blue) = 168+10+254=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #A80AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80AFE is #57F501. Grayscale: #545454. Windows color (decimal): -5764354 or 16648872. OLE color: 16648872.
HSL color Cylindrical-coordinate representation of color #A80AFE: hue angle of 278.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80AFE is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 10 | 254 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.00 |
| HSL | 278.85º | 0.99% | 0.52% | - |
| HSV(B) | 278.85º | 0.96% | 1% | - |
| XYZ | 34.15 | 15.7 | 95 | - |
| YUV | 85.06 | 223.35 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 254 | 0.34 | 0.96 | 0 | 0.00 | 278.85 | 0.99 | 0.52 |
| Hex | A8 | A | FE | 22 | 60 | 0 | 0 | 117 | 63 | 34 |
| Octal | 250 | 12 | 376 | 42 | 140 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101000 | 1010 | 11111110 | 100010 | 1100000 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #A80AFE
Complementary color
Monochromatic Colors of #A80AFE
Black with #A80AFE
Text Example
Text Example
White with #A80AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AFE; }
p { color: rgb(168,10,254); }
H1.HeaderClassName
{
color: #A80AFE;
}
.AnyTagClassName
{
color: #A80AFE;
}
</style>
background-color css
<style>
a { background-color: #A80AFE; }
a { background-color: rgb(168,10,254); }
div.DivClassName
{
background-color: #A80AFE;
}
.BgClassName
{
background-color: #A80AFE;
}
</style>
border-color css
<style>
span { border-color: #A80AFE; }
span { border-color: rgb(168,10,254); }
td.TdClassName
{
border-color: #A80AFE;
}
.TagClassName
{
border-color: #A80AFE;
}
</style>