Shades of Dark Violet #A10DD9
Tints of Dark Violet #A10DD9
RGB
CMYK
RGB Variations
Color information
#A10DD9 (or 0xA10DD9) is known color: Dark Violet. HEX triplet: A1, 0D and D9. RGB value is (161,13,217). Sum of RGB (Red+Green+Blue) = 161+13+217=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #A10DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DD9 is #5EF226. Grayscale: #4F4F4F. Windows color (decimal): -6222375 or 14224801. OLE color: 14224801.
HSL color Cylindrical-coordinate representation of color #A10DD9: hue angle of 283.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10DD9 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 13 | 217 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.15 |
| HSL | 283.53º | 0.89% | 0.45% | - |
| HSV(B) | 283.53º | 0.94% | 0.85% | - |
| XYZ | 27.37 | 12.87 | 66.69 | - |
| YUV | 80.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 217 | 0.26 | 0.94 | 0 | 0.15 | 283.53 | 0.89 | 0.45 |
| Hex | A1 | D | D9 | 1A | 5E | 0 | F | 11C | 59 | 2D |
| Octal | 241 | 15 | 331 | 32 | 136 | 0 | 17 | 434 | 131 | 55 |
| Binary | 10100001 | 1101 | 11011001 | 11010 | 1011110 | 0 | 1111 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A10DD9
Complementary color
Monochromatic Colors of #A10DD9
Black with #A10DD9
Text Example
Text Example
White with #A10DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DD9; }
p { color: rgb(161,13,217); }
H1.HeaderClassName
{
color: #A10DD9;
}
.AnyTagClassName
{
color: #A10DD9;
}
</style>
background-color css
<style>
a { background-color: #A10DD9; }
a { background-color: rgb(161,13,217); }
div.DivClassName
{
background-color: #A10DD9;
}
.BgClassName
{
background-color: #A10DD9;
}
</style>
border-color css
<style>
span { border-color: #A10DD9; }
span { border-color: rgb(161,13,217); }
td.TdClassName
{
border-color: #A10DD9;
}
.TagClassName
{
border-color: #A10DD9;
}
</style>