Shades of Medium Red Violet #A63195
Tints of Medium Red Violet #A63195
RGB
CMYK
RGB Variations
Color information
#A63195 (or 0xA63195) is known color: Medium Red Violet. HEX triplet: A6, 31 and 95. RGB value is (166,49,149). Sum of RGB (Red+Green+Blue) = 166+49+149=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A63195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63195 is #59CE6A. Grayscale: #5F5F5F. Windows color (decimal): -5885547 or 9777574. OLE color: 9777574.
HSL color Cylindrical-coordinate representation of color #A63195: hue angle of 308.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63195 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 149 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.35 |
| HSL | 308.72º | 0.54% | 0.42% | - |
| HSV(B) | 308.72º | 0.7% | 0.65% | - |
| XYZ | 22.25 | 12.47 | 29.67 | - |
| YUV | 95.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 149 | 0 | 0.70 | 0.10 | 0.35 | 308.72 | 0.54 | 0.42 |
| Hex | A6 | 31 | 95 | 0 | 46 | A | 23 | 135 | 36 | 2A |
| Octal | 246 | 61 | 225 | 0 | 106 | 12 | 43 | 465 | 66 | 52 |
| Binary | 10100110 | 110001 | 10010101 | 0 | 1000110 | 1010 | 100011 | 100110101 | 110110 | 101010 |
Color Harmonies of #A63195
Complementary color
Monochromatic Colors of #A63195
Black with #A63195
Text Example
Text Example
White with #A63195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63195; }
p { color: rgb(166,49,149); }
H1.HeaderClassName
{
color: #A63195;
}
.AnyTagClassName
{
color: #A63195;
}
</style>
background-color css
<style>
a { background-color: #A63195; }
a { background-color: rgb(166,49,149); }
div.DivClassName
{
background-color: #A63195;
}
.BgClassName
{
background-color: #A63195;
}
</style>
border-color css
<style>
span { border-color: #A63195; }
span { border-color: rgb(166,49,149); }
td.TdClassName
{
border-color: #A63195;
}
.TagClassName
{
border-color: #A63195;
}
</style>