Shades of Medium Red Violet #A63196
Tints of Medium Red Violet #A63196
RGB
CMYK
RGB Variations
Color information
#A63196 (or 0xA63196) is known color: Medium Red Violet. HEX triplet: A6, 31 and 96. RGB value is (166,49,150). Sum of RGB (Red+Green+Blue) = 166+49+150=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A63196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63196 is #59CE69. Grayscale: #5F5F5F. Windows color (decimal): -5885546 or 9843110. OLE color: 9843110.
HSL color Cylindrical-coordinate representation of color #A63196: hue angle of 308.21º 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 #A63196 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 150 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.35 |
| HSL | 308.21º | 0.54% | 0.42% | - |
| HSV(B) | 308.21º | 0.7% | 0.65% | - |
| XYZ | 22.33 | 12.51 | 30.09 | - |
| YUV | 95.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 150 | 0 | 0.70 | 0.10 | 0.35 | 308.21 | 0.54 | 0.42 |
| Hex | A6 | 31 | 96 | 0 | 46 | A | 23 | 134 | 36 | 2A |
| Octal | 246 | 61 | 226 | 0 | 106 | 12 | 43 | 464 | 66 | 52 |
| Binary | 10100110 | 110001 | 10010110 | 0 | 1000110 | 1010 | 100011 | 100110100 | 110110 | 101010 |
Color Harmonies of #A63196
Complementary color
Monochromatic Colors of #A63196
Black with #A63196
Text Example
Text Example
White with #A63196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63196; }
p { color: rgb(166,49,150); }
H1.HeaderClassName
{
color: #A63196;
}
.AnyTagClassName
{
color: #A63196;
}
</style>
background-color css
<style>
a { background-color: #A63196; }
a { background-color: rgb(166,49,150); }
div.DivClassName
{
background-color: #A63196;
}
.BgClassName
{
background-color: #A63196;
}
</style>
border-color css
<style>
span { border-color: #A63196; }
span { border-color: rgb(166,49,150); }
td.TdClassName
{
border-color: #A63196;
}
.TagClassName
{
border-color: #A63196;
}
</style>