Shades of Medium Red Violet #A64686
Tints of Medium Red Violet #A64686
RGB
CMYK
RGB Variations
Color information
#A64686 (or 0xA64686) is known color: Medium Red Violet. HEX triplet: A6, 46 and 86. RGB value is (166,70,134). Sum of RGB (Red+Green+Blue) = 166+70+134=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A64686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64686 is #59B979. Grayscale: #696969. Windows color (decimal): -5880186 or 8799910. OLE color: 8799910.
HSL color Cylindrical-coordinate representation of color #A64686: hue angle of 320º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64686 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 134 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.35 |
| HSL | 320º | 0.41% | 0.46% | - |
| HSV(B) | 320º | 0.58% | 0.65% | - |
| XYZ | 22.22 | 14.21 | 24.13 | - |
| YUV | 106 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 134 | 0 | 0.58 | 0.19 | 0.35 | 320 | 0.41 | 0.46 |
| Hex | A6 | 46 | 86 | 0 | 3A | 13 | 23 | 140 | 29 | 2E |
| Octal | 246 | 106 | 206 | 0 | 72 | 23 | 43 | 500 | 51 | 56 |
| Binary | 10100110 | 1000110 | 10000110 | 0 | 111010 | 10011 | 100011 | 101000000 | 101001 | 101110 |
Color Harmonies of #A64686
Complementary color
Monochromatic Colors of #A64686
Black with #A64686
Text Example
Text Example
White with #A64686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64686; }
p { color: rgb(166,70,134); }
H1.HeaderClassName
{
color: #A64686;
}
.AnyTagClassName
{
color: #A64686;
}
</style>
background-color css
<style>
a { background-color: #A64686; }
a { background-color: rgb(166,70,134); }
div.DivClassName
{
background-color: #A64686;
}
.BgClassName
{
background-color: #A64686;
}
</style>
border-color css
<style>
span { border-color: #A64686; }
span { border-color: rgb(166,70,134); }
td.TdClassName
{
border-color: #A64686;
}
.TagClassName
{
border-color: #A64686;
}
</style>