Shades of Medium Red Violet #A63296
Tints of Medium Red Violet #A63296
RGB
CMYK
RGB Variations
Color information
#A63296 (or 0xA63296) is known color: Medium Red Violet. HEX triplet: A6, 32 and 96. RGB value is (166,50,150). Sum of RGB (Red+Green+Blue) = 166+50+150=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A63296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63296 is #59CD69. Grayscale: #5F5F5F. Windows color (decimal): -5885290 or 9843366. OLE color: 9843366.
HSL color Cylindrical-coordinate representation of color #A63296: hue angle of 308.28º 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 #A63296 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 150 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.35 |
| HSL | 308.28º | 0.54% | 0.42% | - |
| HSV(B) | 308.28º | 0.7% | 0.65% | - |
| XYZ | 22.37 | 12.59 | 30.11 | - |
| YUV | 96.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 150 | 0 | 0.70 | 0.10 | 0.35 | 308.28 | 0.54 | 0.42 |
| Hex | A6 | 32 | 96 | 0 | 46 | A | 23 | 134 | 36 | 2A |
| Octal | 246 | 62 | 226 | 0 | 106 | 12 | 43 | 464 | 66 | 52 |
| Binary | 10100110 | 110010 | 10010110 | 0 | 1000110 | 1010 | 100011 | 100110100 | 110110 | 101010 |
Color Harmonies of #A63296
Complementary color
Monochromatic Colors of #A63296
Black with #A63296
Text Example
Text Example
White with #A63296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63296; }
p { color: rgb(166,50,150); }
H1.HeaderClassName
{
color: #A63296;
}
.AnyTagClassName
{
color: #A63296;
}
</style>
background-color css
<style>
a { background-color: #A63296; }
a { background-color: rgb(166,50,150); }
div.DivClassName
{
background-color: #A63296;
}
.BgClassName
{
background-color: #A63296;
}
</style>
border-color css
<style>
span { border-color: #A63296; }
span { border-color: rgb(166,50,150); }
td.TdClassName
{
border-color: #A63296;
}
.TagClassName
{
border-color: #A63296;
}
</style>