Shades of Electric Purple #A810EC
Tints of Electric Purple #A810EC
RGB
CMYK
RGB Variations
Color information
#A810EC (or 0xA810EC) is known color: Electric Purple. HEX triplet: A8, 10 and EC. RGB value is (168,16,236). Sum of RGB (Red+Green+Blue) = 168+16+236=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #A810EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A810EC is #57EF13. Grayscale: #555555. Windows color (decimal): -5762836 or 15470760. OLE color: 15470760.
HSL color Cylindrical-coordinate representation of color #A810EC: hue angle of 281.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A810EC is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 16 | 236 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.07 |
| HSL | 281.45º | 0.87% | 0.49% | - |
| HSV(B) | 281.45º | 0.93% | 0.93% | - |
| XYZ | 31.47 | 14.75 | 80.55 | - |
| YUV | 86.53 | 212.36 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 236 | 0.29 | 0.93 | 0 | 0.07 | 281.45 | 0.87 | 0.49 |
| Hex | A8 | 10 | EC | 1D | 5D | 0 | 7 | 119 | 57 | 31 |
| Octal | 250 | 20 | 354 | 35 | 135 | 0 | 7 | 431 | 127 | 61 |
| Binary | 10101000 | 10000 | 11101100 | 11101 | 1011101 | 0 | 111 | 100011001 | 1010111 | 110001 |
Color Harmonies of #A810EC
Complementary color
Monochromatic Colors of #A810EC
Black with #A810EC
Text Example
Text Example
White with #A810EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810EC; }
p { color: rgb(168,16,236); }
H1.HeaderClassName
{
color: #A810EC;
}
.AnyTagClassName
{
color: #A810EC;
}
</style>
background-color css
<style>
a { background-color: #A810EC; }
a { background-color: rgb(168,16,236); }
div.DivClassName
{
background-color: #A810EC;
}
.BgClassName
{
background-color: #A810EC;
}
</style>
border-color css
<style>
span { border-color: #A810EC; }
span { border-color: rgb(168,16,236); }
td.TdClassName
{
border-color: #A810EC;
}
.TagClassName
{
border-color: #A810EC;
}
</style>