Shades of Electric Purple #A00EFF
Tints of Electric Purple #A00EFF
RGB
CMYK
RGB Variations
Color information
#A00EFF (or 0xA00EFF) is known color: Electric Purple. HEX triplet: A0, 0E and FF. RGB value is (160,14,255). Sum of RGB (Red+Green+Blue) = 160+14+255=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #A00EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00EFF is #5FF100. Grayscale: #545454. Windows color (decimal): -6287617 or 16715424. OLE color: 16715424.
HSL color Cylindrical-coordinate representation of color #A00EFF: hue angle of 276.35º 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 #A00EFF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 14 | 255 | - |
| CMYK | 0.37 | 0.95 | 0 | 0 |
| HSL | 276.35º | 1% | 0.53% | - |
| HSV(B) | 276.35º | 0.95% | 1% | - |
| XYZ | 32.7 | 15.01 | 95.78 | - |
| YUV | 85.13 | 223.87 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 255 | 0.37 | 0.95 | 0 | 0 | 276.35 | 1 | 0.53 |
| Hex | A0 | E | FF | 25 | 5F | 0 | 0 | 114 | 64 | 35 |
| Octal | 240 | 16 | 377 | 45 | 137 | 0 | 0 | 424 | 144 | 65 |
| Binary | 10100000 | 1110 | 11111111 | 100101 | 1011111 | 0 | 0 | 100010100 | 1100100 | 110101 |
Color Harmonies of #A00EFF
Complementary color
Monochromatic Colors of #A00EFF
Black with #A00EFF
Text Example
Text Example
White with #A00EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EFF; }
p { color: rgb(160,14,255); }
H1.HeaderClassName
{
color: #A00EFF;
}
.AnyTagClassName
{
color: #A00EFF;
}
</style>
background-color css
<style>
a { background-color: #A00EFF; }
a { background-color: rgb(160,14,255); }
div.DivClassName
{
background-color: #A00EFF;
}
.BgClassName
{
background-color: #A00EFF;
}
</style>
border-color css
<style>
span { border-color: #A00EFF; }
span { border-color: rgb(160,14,255); }
td.TdClassName
{
border-color: #A00EFF;
}
.TagClassName
{
border-color: #A00EFF;
}
</style>