Shades of Dark Violet #A010E1
Tints of Dark Violet #A010E1
RGB
CMYK
RGB Variations
Color information
#A010E1 (or 0xA010E1) is known color: Dark Violet. HEX triplet: A0, 10 and E1. RGB value is (160,16,225). Sum of RGB (Red+Green+Blue) = 160+16+225=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #A010E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010E1 is #5FEF1E. Grayscale: #525252. Windows color (decimal): -6287135 or 14749856. OLE color: 14749856.
HSL color Cylindrical-coordinate representation of color #A010E1: hue angle of 281.34º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010E1 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 16 | 225 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.12 |
| HSL | 281.34º | 0.87% | 0.47% | - |
| HSV(B) | 281.34º | 0.93% | 0.88% | - |
| XYZ | 28.27 | 13.28 | 72.31 | - |
| YUV | 82.88 | 208.21 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 225 | 0.29 | 0.93 | 0 | 0.12 | 281.34 | 0.87 | 0.47 |
| Hex | A0 | 10 | E1 | 1D | 5D | 0 | C | 119 | 57 | 2F |
| Octal | 240 | 20 | 341 | 35 | 135 | 0 | 14 | 431 | 127 | 57 |
| Binary | 10100000 | 10000 | 11100001 | 11101 | 1011101 | 0 | 1100 | 100011001 | 1010111 | 101111 |
Color Harmonies of #A010E1
Complementary color
Monochromatic Colors of #A010E1
Black with #A010E1
Text Example
Text Example
White with #A010E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010E1; }
p { color: rgb(160,16,225); }
H1.HeaderClassName
{
color: #A010E1;
}
.AnyTagClassName
{
color: #A010E1;
}
</style>
background-color css
<style>
a { background-color: #A010E1; }
a { background-color: rgb(160,16,225); }
div.DivClassName
{
background-color: #A010E1;
}
.BgClassName
{
background-color: #A010E1;
}
</style>
border-color css
<style>
span { border-color: #A010E1; }
span { border-color: rgb(160,16,225); }
td.TdClassName
{
border-color: #A010E1;
}
.TagClassName
{
border-color: #A010E1;
}
</style>