Shades of Dark Violet #A106BA
Tints of Dark Violet #A106BA
RGB
CMYK
RGB Variations
Color information
#A106BA (or 0xA106BA) is known color: Dark Violet. HEX triplet: A1, 06 and BA. RGB value is (161,6,186). Sum of RGB (Red+Green+Blue) = 161+6+186=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #A106BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A106BA is #5EF945. Grayscale: #484848. Windows color (decimal): -6224198 or 12191393. OLE color: 12191393.
HSL color Cylindrical-coordinate representation of color #A106BA: hue angle of 291.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A106BA is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 6 | 186 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.27 |
| HSL | 291.67º | 0.94% | 0.38% | - |
| HSV(B) | 291.67º | 0.97% | 0.73% | - |
| XYZ | 23.63 | 11.25 | 47.38 | - |
| YUV | 72.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 186 | 0.13 | 0.97 | 0 | 0.27 | 291.67 | 0.94 | 0.38 |
| Hex | A1 | 6 | BA | D | 61 | 0 | 1B | 124 | 5E | 26 |
| Octal | 241 | 6 | 272 | 15 | 141 | 0 | 33 | 444 | 136 | 46 |
| Binary | 10100001 | 110 | 10111010 | 1101 | 1100001 | 0 | 11011 | 100100100 | 1011110 | 100110 |
Color Harmonies of #A106BA
Complementary color
Monochromatic Colors of #A106BA
Black with #A106BA
Text Example
Text Example
White with #A106BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A106BA; }
p { color: rgb(161,6,186); }
H1.HeaderClassName
{
color: #A106BA;
}
.AnyTagClassName
{
color: #A106BA;
}
</style>
background-color css
<style>
a { background-color: #A106BA; }
a { background-color: rgb(161,6,186); }
div.DivClassName
{
background-color: #A106BA;
}
.BgClassName
{
background-color: #A106BA;
}
</style>
border-color css
<style>
span { border-color: #A106BA; }
span { border-color: rgb(161,6,186); }
td.TdClassName
{
border-color: #A106BA;
}
.TagClassName
{
border-color: #A106BA;
}
</style>