Shades of Dark Violet #A10EE0
Tints of Dark Violet #A10EE0
RGB
CMYK
RGB Variations
Color information
#A10EE0 (or 0xA10EE0) is known color: Dark Violet. HEX triplet: A1, 0E and E0. RGB value is (161,14,224). Sum of RGB (Red+Green+Blue) = 161+14+224=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #A10EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10EE0 is #5EF11F. Grayscale: #515151. Windows color (decimal): -6222112 or 14683809. OLE color: 14683809.
HSL color Cylindrical-coordinate representation of color #A10EE0: hue angle of 282º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10EE0 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 14 | 224 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.12 |
| HSL | 282º | 0.88% | 0.47% | - |
| HSV(B) | 282º | 0.94% | 0.88% | - |
| XYZ | 28.31 | 13.27 | 71.59 | - |
| YUV | 81.89 | 208.2 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 14 | 224 | 0.28 | 0.94 | 0 | 0.12 | 282 | 0.88 | 0.47 |
| Hex | A1 | E | E0 | 1C | 5E | 0 | C | 11A | 58 | 2F |
| Octal | 241 | 16 | 340 | 34 | 136 | 0 | 14 | 432 | 130 | 57 |
| Binary | 10100001 | 1110 | 11100000 | 11100 | 1011110 | 0 | 1100 | 100011010 | 1011000 | 101111 |
Color Harmonies of #A10EE0
Complementary color
Monochromatic Colors of #A10EE0
Black with #A10EE0
Text Example
Text Example
White with #A10EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10EE0; }
p { color: rgb(161,14,224); }
H1.HeaderClassName
{
color: #A10EE0;
}
.AnyTagClassName
{
color: #A10EE0;
}
</style>
background-color css
<style>
a { background-color: #A10EE0; }
a { background-color: rgb(161,14,224); }
div.DivClassName
{
background-color: #A10EE0;
}
.BgClassName
{
background-color: #A10EE0;
}
</style>
border-color css
<style>
span { border-color: #A10EE0; }
span { border-color: rgb(161,14,224); }
td.TdClassName
{
border-color: #A10EE0;
}
.TagClassName
{
border-color: #A10EE0;
}
</style>