Shades of Medium Red Violet #A63295
Tints of Medium Red Violet #A63295
RGB
CMYK
RGB Variations
Color information
#A63295 (or 0xA63295) is known color: Medium Red Violet. HEX triplet: A6, 32 and 95. RGB value is (166,50,149). Sum of RGB (Red+Green+Blue) = 166+50+149=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A63295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63295 is #59CD6A. Grayscale: #5F5F5F. Windows color (decimal): -5885291 or 9777830. OLE color: 9777830.
HSL color Cylindrical-coordinate representation of color #A63295: hue angle of 308.79º 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 #A63295 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 149 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.35 |
| HSL | 308.79º | 0.54% | 0.42% | - |
| HSV(B) | 308.79º | 0.7% | 0.65% | - |
| XYZ | 22.29 | 12.56 | 29.68 | - |
| YUV | 95.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 149 | 0 | 0.70 | 0.10 | 0.35 | 308.79 | 0.54 | 0.42 |
| Hex | A6 | 32 | 95 | 0 | 46 | A | 23 | 135 | 36 | 2A |
| Octal | 246 | 62 | 225 | 0 | 106 | 12 | 43 | 465 | 66 | 52 |
| Binary | 10100110 | 110010 | 10010101 | 0 | 1000110 | 1010 | 100011 | 100110101 | 110110 | 101010 |
Color Harmonies of #A63295
Complementary color
Monochromatic Colors of #A63295
Black with #A63295
Text Example
Text Example
White with #A63295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63295; }
p { color: rgb(166,50,149); }
H1.HeaderClassName
{
color: #A63295;
}
.AnyTagClassName
{
color: #A63295;
}
</style>
background-color css
<style>
a { background-color: #A63295; }
a { background-color: rgb(166,50,149); }
div.DivClassName
{
background-color: #A63295;
}
.BgClassName
{
background-color: #A63295;
}
</style>
border-color css
<style>
span { border-color: #A63295; }
span { border-color: rgb(166,50,149); }
td.TdClassName
{
border-color: #A63295;
}
.TagClassName
{
border-color: #A63295;
}
</style>