Shades of Medium Red Violet #A62977
Tints of Medium Red Violet #A62977
RGB
CMYK
RGB Variations
Color information
#A62977 (or 0xA62977) is known color: Medium Red Violet. HEX triplet: A6, 29 and 77. RGB value is (166,41,119). Sum of RGB (Red+Green+Blue) = 166+41+119=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A62977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62977 is #59D688. Grayscale: #575757. Windows color (decimal): -5887625 or 7809446. OLE color: 7809446.
HSL color Cylindrical-coordinate representation of color #A62977: hue angle of 322.56º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62977 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 119 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.35 |
| HSL | 322.56º | 0.6% | 0.41% | - |
| HSV(B) | 322.56º | 0.75% | 0.65% | - |
| XYZ | 19.85 | 11.02 | 18.53 | - |
| YUV | 87.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 119 | 0 | 0.75 | 0.28 | 0.35 | 322.56 | 0.6 | 0.41 |
| Hex | A6 | 29 | 77 | 0 | 4B | 1C | 23 | 143 | 3C | 29 |
| Octal | 246 | 51 | 167 | 0 | 113 | 34 | 43 | 503 | 74 | 51 |
| Binary | 10100110 | 101001 | 1110111 | 0 | 1001011 | 11100 | 100011 | 101000011 | 111100 | 101001 |
Color Harmonies of #A62977
Complementary color
Monochromatic Colors of #A62977
Black with #A62977
Text Example
Text Example
White with #A62977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62977; }
p { color: rgb(166,41,119); }
H1.HeaderClassName
{
color: #A62977;
}
.AnyTagClassName
{
color: #A62977;
}
</style>
background-color css
<style>
a { background-color: #A62977; }
a { background-color: rgb(166,41,119); }
div.DivClassName
{
background-color: #A62977;
}
.BgClassName
{
background-color: #A62977;
}
</style>
border-color css
<style>
span { border-color: #A62977; }
span { border-color: rgb(166,41,119); }
td.TdClassName
{
border-color: #A62977;
}
.TagClassName
{
border-color: #A62977;
}
</style>