Shades of Medium Red Violet #A62979
Tints of Medium Red Violet #A62979
RGB
CMYK
RGB Variations
Color information
#A62979 (or 0xA62979) is known color: Medium Red Violet. HEX triplet: A6, 29 and 79. RGB value is (166,41,121). Sum of RGB (Red+Green+Blue) = 166+41+121=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A62979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62979 is #59D686. Grayscale: #575757. Windows color (decimal): -5887623 or 7940518. OLE color: 7940518.
HSL color Cylindrical-coordinate representation of color #A62979: hue angle of 321.6º 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 #A62979 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 121 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.35 |
| HSL | 321.6º | 0.6% | 0.41% | - |
| HSV(B) | 321.6º | 0.75% | 0.65% | - |
| XYZ | 19.97 | 11.07 | 19.17 | - |
| YUV | 87.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 121 | 0 | 0.75 | 0.27 | 0.35 | 321.6 | 0.6 | 0.41 |
| Hex | A6 | 29 | 79 | 0 | 4B | 1B | 23 | 142 | 3C | 29 |
| Octal | 246 | 51 | 171 | 0 | 113 | 33 | 43 | 502 | 74 | 51 |
| Binary | 10100110 | 101001 | 1111001 | 0 | 1001011 | 11011 | 100011 | 101000010 | 111100 | 101001 |
Color Harmonies of #A62979
Complementary color
Monochromatic Colors of #A62979
Black with #A62979
Text Example
Text Example
White with #A62979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62979; }
p { color: rgb(166,41,121); }
H1.HeaderClassName
{
color: #A62979;
}
.AnyTagClassName
{
color: #A62979;
}
</style>
background-color css
<style>
a { background-color: #A62979; }
a { background-color: rgb(166,41,121); }
div.DivClassName
{
background-color: #A62979;
}
.BgClassName
{
background-color: #A62979;
}
</style>
border-color css
<style>
span { border-color: #A62979; }
span { border-color: rgb(166,41,121); }
td.TdClassName
{
border-color: #A62979;
}
.TagClassName
{
border-color: #A62979;
}
</style>