Shades of Dark Violet #A10AD9
Tints of Dark Violet #A10AD9
RGB
CMYK
RGB Variations
Color information
#A10AD9 (or 0xA10AD9) is known color: Dark Violet. HEX triplet: A1, 0A and D9. RGB value is (161,10,217). Sum of RGB (Red+Green+Blue) = 161+10+217=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #A10AD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AD9 is #5EF526. Grayscale: #4E4E4E. Windows color (decimal): -6223143 or 14224033. OLE color: 14224033.
HSL color Cylindrical-coordinate representation of color #A10AD9: hue angle of 283.77º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10AD9 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 10 | 217 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.15 |
| HSL | 283.77º | 0.91% | 0.45% | - |
| HSV(B) | 283.77º | 0.95% | 0.85% | - |
| XYZ | 27.33 | 12.8 | 66.68 | - |
| YUV | 78.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 217 | 0.26 | 0.95 | 0 | 0.15 | 283.77 | 0.91 | 0.45 |
| Hex | A1 | A | D9 | 1A | 5F | 0 | F | 11C | 5B | 2D |
| Octal | 241 | 12 | 331 | 32 | 137 | 0 | 17 | 434 | 133 | 55 |
| Binary | 10100001 | 1010 | 11011001 | 11010 | 1011111 | 0 | 1111 | 100011100 | 1011011 | 101101 |
Color Harmonies of #A10AD9
Complementary color
Monochromatic Colors of #A10AD9
Black with #A10AD9
Text Example
Text Example
White with #A10AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AD9; }
p { color: rgb(161,10,217); }
H1.HeaderClassName
{
color: #A10AD9;
}
.AnyTagClassName
{
color: #A10AD9;
}
</style>
background-color css
<style>
a { background-color: #A10AD9; }
a { background-color: rgb(161,10,217); }
div.DivClassName
{
background-color: #A10AD9;
}
.BgClassName
{
background-color: #A10AD9;
}
</style>
border-color css
<style>
span { border-color: #A10AD9; }
span { border-color: rgb(161,10,217); }
td.TdClassName
{
border-color: #A10AD9;
}
.TagClassName
{
border-color: #A10AD9;
}
</style>