Shades of Electric Purple #A10EF4
Tints of Electric Purple #A10EF4
RGB
CMYK
RGB Variations
Color information
#A10EF4 (or 0xA10EF4) is known color: Electric Purple. HEX triplet: A1, 0E and F4. RGB value is (161,14,244). Sum of RGB (Red+Green+Blue) = 161+14+244=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 244 (95.70% from 255 or 58.23% from 419); Max value from RGB is 244 - color contains mainly: blue. Hex color #A10EF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10EF4 is #5EF10B. Grayscale: #535353. Windows color (decimal): -6222092 or 15994529. OLE color: 15994529.
HSL color Cylindrical-coordinate representation of color #A10EF4: hue angle of 278.35º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10EF4 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 14 | 244 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.04 |
| HSL | 278.35º | 0.91% | 0.51% | - |
| HSV(B) | 278.35º | 0.94% | 0.96% | - |
| XYZ | 31.18 | 14.42 | 86.73 | - |
| YUV | 84.17 | 218.2 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 244 | 0.34 | 0.94 | 0 | 0.04 | 278.35 | 0.91 | 0.51 |
| Hex | A1 | E | F4 | 22 | 5E | 0 | 4 | 116 | 5B | 33 |
| Octal | 241 | 16 | 364 | 42 | 136 | 0 | 4 | 426 | 133 | 63 |
| Binary | 10100001 | 1110 | 11110100 | 100010 | 1011110 | 0 | 100 | 100010110 | 1011011 | 110011 |
Color Harmonies of #A10EF4
Complementary color
Monochromatic Colors of #A10EF4
Black with #A10EF4
Text Example
Text Example
White with #A10EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10EF4; }
p { color: rgb(161,14,244); }
H1.HeaderClassName
{
color: #A10EF4;
}
.AnyTagClassName
{
color: #A10EF4;
}
</style>
background-color css
<style>
a { background-color: #A10EF4; }
a { background-color: rgb(161,14,244); }
div.DivClassName
{
background-color: #A10EF4;
}
.BgClassName
{
background-color: #A10EF4;
}
</style>
border-color css
<style>
span { border-color: #A10EF4; }
span { border-color: rgb(161,14,244); }
td.TdClassName
{
border-color: #A10EF4;
}
.TagClassName
{
border-color: #A10EF4;
}
</style>