Shades of Electric Purple #A00FFE
Tints of Electric Purple #A00FFE
RGB
CMYK
RGB Variations
Color information
#A00FFE (or 0xA00FFE) is known color: Electric Purple. HEX triplet: A0, 0F and FE. RGB value is (160,15,254). Sum of RGB (Red+Green+Blue) = 160+15+254=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #A00FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00FFE is #5FF001. Grayscale: #545454. Windows color (decimal): -6287362 or 16650144. OLE color: 16650144.
HSL color Cylindrical-coordinate representation of color #A00FFE: hue angle of 276.4º 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 #A00FFE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 15 | 254 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.00 |
| HSL | 276.4º | 0.99% | 0.53% | - |
| HSV(B) | 276.4º | 0.94% | 1% | - |
| XYZ | 32.56 | 14.97 | 94.94 | - |
| YUV | 85.6 | 223.04 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 254 | 0.37 | 0.94 | 0 | 0.00 | 276.4 | 0.99 | 0.53 |
| Hex | A0 | F | FE | 25 | 5E | 0 | 0 | 114 | 63 | 35 |
| Octal | 240 | 17 | 376 | 45 | 136 | 0 | 0 | 424 | 143 | 65 |
| Binary | 10100000 | 1111 | 11111110 | 100101 | 1011110 | 0 | 0 | 100010100 | 1100011 | 110101 |
Color Harmonies of #A00FFE
Complementary color
Monochromatic Colors of #A00FFE
Black with #A00FFE
Text Example
Text Example
White with #A00FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FFE; }
p { color: rgb(160,15,254); }
H1.HeaderClassName
{
color: #A00FFE;
}
.AnyTagClassName
{
color: #A00FFE;
}
</style>
background-color css
<style>
a { background-color: #A00FFE; }
a { background-color: rgb(160,15,254); }
div.DivClassName
{
background-color: #A00FFE;
}
.BgClassName
{
background-color: #A00FFE;
}
</style>
border-color css
<style>
span { border-color: #A00FFE; }
span { border-color: rgb(160,15,254); }
td.TdClassName
{
border-color: #A00FFE;
}
.TagClassName
{
border-color: #A00FFE;
}
</style>