Shades of Dark Violet #A110D1
Tints of Dark Violet #A110D1
RGB
CMYK
RGB Variations
Color information
#A110D1 (or 0xA110D1) is known color: Dark Violet. HEX triplet: A1, 10 and D1. RGB value is (161,16,209). Sum of RGB (Red+Green+Blue) = 161+16+209=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #A110D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A110D1 is #5EEF2E. Grayscale: #505050. Windows color (decimal): -6221615 or 13701281. OLE color: 13701281.
HSL color Cylindrical-coordinate representation of color #A110D1: hue angle of 285.08º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A110D1 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 16 | 209 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.18 |
| HSL | 285.08º | 0.86% | 0.44% | - |
| HSV(B) | 285.08º | 0.92% | 0.82% | - |
| XYZ | 26.39 | 12.55 | 61.35 | - |
| YUV | 81.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 209 | 0.23 | 0.92 | 0 | 0.18 | 285.08 | 0.86 | 0.44 |
| Hex | A1 | 10 | D1 | 17 | 5C | 0 | 12 | 11D | 56 | 2C |
| Octal | 241 | 20 | 321 | 27 | 134 | 0 | 22 | 435 | 126 | 54 |
| Binary | 10100001 | 10000 | 11010001 | 10111 | 1011100 | 0 | 10010 | 100011101 | 1010110 | 101100 |
Color Harmonies of #A110D1
Complementary color
Monochromatic Colors of #A110D1
Black with #A110D1
Text Example
Text Example
White with #A110D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110D1; }
p { color: rgb(161,16,209); }
H1.HeaderClassName
{
color: #A110D1;
}
.AnyTagClassName
{
color: #A110D1;
}
</style>
background-color css
<style>
a { background-color: #A110D1; }
a { background-color: rgb(161,16,209); }
div.DivClassName
{
background-color: #A110D1;
}
.BgClassName
{
background-color: #A110D1;
}
</style>
border-color css
<style>
span { border-color: #A110D1; }
span { border-color: rgb(161,16,209); }
td.TdClassName
{
border-color: #A110D1;
}
.TagClassName
{
border-color: #A110D1;
}
</style>