Shades of Medium Red Violet #A6498D
Tints of Medium Red Violet #A6498D
RGB
CMYK
RGB Variations
Color information
#A6498D (or 0xA6498D) is known color: Medium Red Violet. HEX triplet: A6, 49 and 8D. RGB value is (166,73,141). Sum of RGB (Red+Green+Blue) = 166+73+141=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A6498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6498D is #59B672. Grayscale: #6C6C6C. Windows color (decimal): -5879411 or 9259430. OLE color: 9259430.
HSL color Cylindrical-coordinate representation of color #A6498D: hue angle of 316.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6498D is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 141 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.35 |
| HSL | 316.13º | 0.39% | 0.47% | - |
| HSV(B) | 316.13º | 0.56% | 0.65% | - |
| XYZ | 22.92 | 14.8 | 26.85 | - |
| YUV | 108.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 141 | 0 | 0.56 | 0.15 | 0.35 | 316.13 | 0.39 | 0.47 |
| Hex | A6 | 49 | 8D | 0 | 38 | F | 23 | 13C | 27 | 2F |
| Octal | 246 | 111 | 215 | 0 | 70 | 17 | 43 | 474 | 47 | 57 |
| Binary | 10100110 | 1001001 | 10001101 | 0 | 111000 | 1111 | 100011 | 100111100 | 100111 | 101111 |
Color Harmonies of #A6498D
Complementary color
Monochromatic Colors of #A6498D
Black with #A6498D
Text Example
Text Example
White with #A6498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6498D; }
p { color: rgb(166,73,141); }
H1.HeaderClassName
{
color: #A6498D;
}
.AnyTagClassName
{
color: #A6498D;
}
</style>
background-color css
<style>
a { background-color: #A6498D; }
a { background-color: rgb(166,73,141); }
div.DivClassName
{
background-color: #A6498D;
}
.BgClassName
{
background-color: #A6498D;
}
</style>
border-color css
<style>
span { border-color: #A6498D; }
span { border-color: rgb(166,73,141); }
td.TdClassName
{
border-color: #A6498D;
}
.TagClassName
{
border-color: #A6498D;
}
</style>