Shades of Electric Purple #A00EFE
Tints of Electric Purple #A00EFE
RGB
CMYK
RGB Variations
Color information
#A00EFE (or 0xA00EFE) is known color: Electric Purple. HEX triplet: A0, 0E and FE. RGB value is (160,14,254). Sum of RGB (Red+Green+Blue) = 160+14+254=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #A00EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00EFE is #5FF101. Grayscale: #545454. Windows color (decimal): -6287618 or 16649888. OLE color: 16649888.
HSL color Cylindrical-coordinate representation of color #A00EFE: hue angle of 276.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00EFE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 14 | 254 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.00 |
| HSL | 276.5º | 0.99% | 0.53% | - |
| HSV(B) | 276.5º | 0.94% | 1% | - |
| XYZ | 32.54 | 14.94 | 94.94 | - |
| YUV | 85.01 | 223.37 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 254 | 0.37 | 0.94 | 0 | 0.00 | 276.5 | 0.99 | 0.53 |
| Hex | A0 | E | FE | 25 | 5E | 0 | 0 | 114 | 63 | 35 |
| Octal | 240 | 16 | 376 | 45 | 136 | 0 | 0 | 424 | 143 | 65 |
| Binary | 10100000 | 1110 | 11111110 | 100101 | 1011110 | 0 | 0 | 100010100 | 1100011 | 110101 |
Color Harmonies of #A00EFE
Complementary color
Monochromatic Colors of #A00EFE
Black with #A00EFE
Text Example
Text Example
White with #A00EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EFE; }
p { color: rgb(160,14,254); }
H1.HeaderClassName
{
color: #A00EFE;
}
.AnyTagClassName
{
color: #A00EFE;
}
</style>
background-color css
<style>
a { background-color: #A00EFE; }
a { background-color: rgb(160,14,254); }
div.DivClassName
{
background-color: #A00EFE;
}
.BgClassName
{
background-color: #A00EFE;
}
</style>
border-color css
<style>
span { border-color: #A00EFE; }
span { border-color: rgb(160,14,254); }
td.TdClassName
{
border-color: #A00EFE;
}
.TagClassName
{
border-color: #A00EFE;
}
</style>