Shades of Medium Red Violet #A62997
Tints of Medium Red Violet #A62997
RGB
CMYK
RGB Variations
Color information
#A62997 (or 0xA62997) is known color: Medium Red Violet. HEX triplet: A6, 29 and 97. RGB value is (166,41,151). Sum of RGB (Red+Green+Blue) = 166+41+151=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A62997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62997 is #59D668. Grayscale: #5A5A5A. Windows color (decimal): -5887593 or 9906598. OLE color: 9906598.
HSL color Cylindrical-coordinate representation of color #A62997: hue angle of 307.2º 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 #A62997 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 151 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.35 |
| HSL | 307.2º | 0.6% | 0.41% | - |
| HSV(B) | 307.2º | 0.75% | 0.65% | - |
| XYZ | 22.1 | 11.93 | 30.42 | - |
| YUV | 90.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 151 | 0 | 0.75 | 0.09 | 0.35 | 307.2 | 0.6 | 0.41 |
| Hex | A6 | 29 | 97 | 0 | 4B | 9 | 23 | 133 | 3C | 29 |
| Octal | 246 | 51 | 227 | 0 | 113 | 11 | 43 | 463 | 74 | 51 |
| Binary | 10100110 | 101001 | 10010111 | 0 | 1001011 | 1001 | 100011 | 100110011 | 111100 | 101001 |
Color Harmonies of #A62997
Complementary color
Monochromatic Colors of #A62997
Black with #A62997
Text Example
Text Example
White with #A62997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62997; }
p { color: rgb(166,41,151); }
H1.HeaderClassName
{
color: #A62997;
}
.AnyTagClassName
{
color: #A62997;
}
</style>
background-color css
<style>
a { background-color: #A62997; }
a { background-color: rgb(166,41,151); }
div.DivClassName
{
background-color: #A62997;
}
.BgClassName
{
background-color: #A62997;
}
</style>
border-color css
<style>
span { border-color: #A62997; }
span { border-color: rgb(166,41,151); }
td.TdClassName
{
border-color: #A62997;
}
.TagClassName
{
border-color: #A62997;
}
</style>