Shades of Electric Purple #A10EFF
Tints of Electric Purple #A10EFF
RGB
CMYK
RGB Variations
Color information
#A10EFF (or 0xA10EFF) is known color: Electric Purple. HEX triplet: A1, 0E and FF. RGB value is (161,14,255). Sum of RGB (Red+Green+Blue) = 161+14+255=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #A10EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10EFF is #5EF100. Grayscale: #545454. Windows color (decimal): -6222081 or 16715425. OLE color: 16715425.
HSL color Cylindrical-coordinate representation of color #A10EFF: hue angle of 276.6º 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 #A10EFF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 14 | 255 | - |
| CMYK | 0.37 | 0.95 | 0 | 0 |
| HSL | 276.6º | 1% | 0.53% | - |
| HSV(B) | 276.6º | 0.95% | 1% | - |
| XYZ | 32.9 | 15.11 | 95.79 | - |
| YUV | 85.43 | 223.7 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 255 | 0.37 | 0.95 | 0 | 0 | 276.6 | 1 | 0.53 |
| Hex | A1 | E | FF | 25 | 5F | 0 | 0 | 115 | 64 | 35 |
| Octal | 241 | 16 | 377 | 45 | 137 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100001 | 1110 | 11111111 | 100101 | 1011111 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A10EFF
Complementary color
Monochromatic Colors of #A10EFF
Black with #A10EFF
Text Example
Text Example
White with #A10EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10EFF; }
p { color: rgb(161,14,255); }
H1.HeaderClassName
{
color: #A10EFF;
}
.AnyTagClassName
{
color: #A10EFF;
}
</style>
background-color css
<style>
a { background-color: #A10EFF; }
a { background-color: rgb(161,14,255); }
div.DivClassName
{
background-color: #A10EFF;
}
.BgClassName
{
background-color: #A10EFF;
}
</style>
border-color css
<style>
span { border-color: #A10EFF; }
span { border-color: rgb(161,14,255); }
td.TdClassName
{
border-color: #A10EFF;
}
.TagClassName
{
border-color: #A10EFF;
}
</style>