Shades of Medium Red Violet #A61D8D
Tints of Medium Red Violet #A61D8D
RGB
CMYK
RGB Variations
Color information
#A61D8D (or 0xA61D8D) is known color: Medium Red Violet. HEX triplet: A6, 1D and 8D. RGB value is (166,29,141). Sum of RGB (Red+Green+Blue) = 166+29+141=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61D8D is #59E272. Grayscale: #525252. Windows color (decimal): -5890675 or 9248166. OLE color: 9248166.
HSL color Cylindrical-coordinate representation of color #A61D8D: hue angle of 310.95º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D8D is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 141 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.35 |
| HSL | 310.95º | 0.7% | 0.38% | - |
| HSV(B) | 310.95º | 0.83% | 0.65% | - |
| XYZ | 20.97 | 10.91 | 26.2 | - |
| YUV | 82.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 141 | 0 | 0.83 | 0.15 | 0.35 | 310.95 | 0.7 | 0.38 |
| Hex | A6 | 1D | 8D | 0 | 53 | F | 23 | 137 | 46 | 26 |
| Octal | 246 | 35 | 215 | 0 | 123 | 17 | 43 | 467 | 106 | 46 |
| Binary | 10100110 | 11101 | 10001101 | 0 | 1010011 | 1111 | 100011 | 100110111 | 1000110 | 100110 |
Color Harmonies of #A61D8D
Complementary color
Monochromatic Colors of #A61D8D
Black with #A61D8D
Text Example
Text Example
White with #A61D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D8D; }
p { color: rgb(166,29,141); }
H1.HeaderClassName
{
color: #A61D8D;
}
.AnyTagClassName
{
color: #A61D8D;
}
</style>
background-color css
<style>
a { background-color: #A61D8D; }
a { background-color: rgb(166,29,141); }
div.DivClassName
{
background-color: #A61D8D;
}
.BgClassName
{
background-color: #A61D8D;
}
</style>
border-color css
<style>
span { border-color: #A61D8D; }
span { border-color: rgb(166,29,141); }
td.TdClassName
{
border-color: #A61D8D;
}
.TagClassName
{
border-color: #A61D8D;
}
</style>