Shades of Dark Violet #A10ECE
Tints of Dark Violet #A10ECE
RGB
CMYK
RGB Variations
Color information
#A10ECE (or 0xA10ECE) is known color: Dark Violet. HEX triplet: A1, 0E and CE. RGB value is (161,14,206). Sum of RGB (Red+Green+Blue) = 161+14+206=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #A10ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10ECE is #5EF131. Grayscale: #4F4F4F. Windows color (decimal): -6222130 or 13504161. OLE color: 13504161.
HSL color Cylindrical-coordinate representation of color #A10ECE: hue angle of 285.94º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10ECE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 14 | 206 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.19 |
| HSL | 285.94º | 0.87% | 0.43% | - |
| HSV(B) | 285.94º | 0.93% | 0.81% | - |
| XYZ | 26 | 12.35 | 59.41 | - |
| YUV | 79.84 | 199.2 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 206 | 0.22 | 0.93 | 0 | 0.19 | 285.94 | 0.87 | 0.43 |
| Hex | A1 | E | CE | 16 | 5D | 0 | 13 | 11E | 57 | 2B |
| Octal | 241 | 16 | 316 | 26 | 135 | 0 | 23 | 436 | 127 | 53 |
| Binary | 10100001 | 1110 | 11001110 | 10110 | 1011101 | 0 | 10011 | 100011110 | 1010111 | 101011 |
Color Harmonies of #A10ECE
Complementary color
Monochromatic Colors of #A10ECE
Black with #A10ECE
Text Example
Text Example
White with #A10ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10ECE; }
p { color: rgb(161,14,206); }
H1.HeaderClassName
{
color: #A10ECE;
}
.AnyTagClassName
{
color: #A10ECE;
}
</style>
background-color css
<style>
a { background-color: #A10ECE; }
a { background-color: rgb(161,14,206); }
div.DivClassName
{
background-color: #A10ECE;
}
.BgClassName
{
background-color: #A10ECE;
}
</style>
border-color css
<style>
span { border-color: #A10ECE; }
span { border-color: rgb(161,14,206); }
td.TdClassName
{
border-color: #A10ECE;
}
.TagClassName
{
border-color: #A10ECE;
}
</style>