Shades of Electric Purple #A80CFE
Tints of Electric Purple #A80CFE
RGB
CMYK
RGB Variations
Color information
#A80CFE (or 0xA80CFE) is known color: Electric Purple. HEX triplet: A8, 0C and FE. RGB value is (168,12,254). Sum of RGB (Red+Green+Blue) = 168+12+254=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #A80CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80CFE is #57F301. Grayscale: #555555. Windows color (decimal): -5763842 or 16649384. OLE color: 16649384.
HSL color Cylindrical-coordinate representation of color #A80CFE: hue angle of 278.68º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80CFE is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 12 | 254 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.00 |
| HSL | 278.68º | 0.99% | 0.52% | - |
| HSV(B) | 278.68º | 0.95% | 1% | - |
| XYZ | 34.17 | 15.74 | 95 | - |
| YUV | 86.23 | 222.68 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 254 | 0.34 | 0.95 | 0 | 0.00 | 278.68 | 0.99 | 0.52 |
| Hex | A8 | C | FE | 22 | 5F | 0 | 0 | 117 | 63 | 34 |
| Octal | 250 | 14 | 376 | 42 | 137 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101000 | 1100 | 11111110 | 100010 | 1011111 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #A80CFE
Complementary color
Monochromatic Colors of #A80CFE
Black with #A80CFE
Text Example
Text Example
White with #A80CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CFE; }
p { color: rgb(168,12,254); }
H1.HeaderClassName
{
color: #A80CFE;
}
.AnyTagClassName
{
color: #A80CFE;
}
</style>
background-color css
<style>
a { background-color: #A80CFE; }
a { background-color: rgb(168,12,254); }
div.DivClassName
{
background-color: #A80CFE;
}
.BgClassName
{
background-color: #A80CFE;
}
</style>
border-color css
<style>
span { border-color: #A80CFE; }
span { border-color: rgb(168,12,254); }
td.TdClassName
{
border-color: #A80CFE;
}
.TagClassName
{
border-color: #A80CFE;
}
</style>