Shades of Medium Violet Red #A61686
Tints of Medium Violet Red #A61686
RGB
CMYK
RGB Variations
Color information
#A61686 (or 0xA61686) is known color: Medium Violet Red. HEX triplet: A6, 16 and 86. RGB value is (166,22,134). Sum of RGB (Red+Green+Blue) = 166+22+134=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A61686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61686 is #59E979. Grayscale: #4D4D4D. Windows color (decimal): -5892474 or 8787622. OLE color: 8787622.
HSL color Cylindrical-coordinate representation of color #A61686: hue angle of 313.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61686 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 134 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.35 |
| HSL | 313.33º | 0.77% | 0.37% | - |
| HSV(B) | 313.33º | 0.87% | 0.65% | - |
| XYZ | 20.32 | 10.4 | 23.49 | - |
| YUV | 77.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 134 | 0 | 0.87 | 0.19 | 0.35 | 313.33 | 0.77 | 0.37 |
| Hex | A6 | 16 | 86 | 0 | 57 | 13 | 23 | 139 | 4D | 25 |
| Octal | 246 | 26 | 206 | 0 | 127 | 23 | 43 | 471 | 115 | 45 |
| Binary | 10100110 | 10110 | 10000110 | 0 | 1010111 | 10011 | 100011 | 100111001 | 1001101 | 100101 |
Color Harmonies of #A61686
Complementary color
Monochromatic Colors of #A61686
Black with #A61686
Text Example
Text Example
White with #A61686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61686; }
p { color: rgb(166,22,134); }
H1.HeaderClassName
{
color: #A61686;
}
.AnyTagClassName
{
color: #A61686;
}
</style>
background-color css
<style>
a { background-color: #A61686; }
a { background-color: rgb(166,22,134); }
div.DivClassName
{
background-color: #A61686;
}
.BgClassName
{
background-color: #A61686;
}
</style>
border-color css
<style>
span { border-color: #A61686; }
span { border-color: rgb(166,22,134); }
td.TdClassName
{
border-color: #A61686;
}
.TagClassName
{
border-color: #A61686;
}
</style>