Shades of Medium Red Violet #A63896
Tints of Medium Red Violet #A63896
RGB
CMYK
RGB Variations
Color information
#A63896 (or 0xA63896) is known color: Medium Red Violet. HEX triplet: A6, 38 and 96. RGB value is (166,56,150). Sum of RGB (Red+Green+Blue) = 166+56+150=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A63896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63896 is #59C769. Grayscale: #636363. Windows color (decimal): -5883754 or 9844902. OLE color: 9844902.
HSL color Cylindrical-coordinate representation of color #A63896: hue angle of 308.73º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63896 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 150 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.35 |
| HSL | 308.73º | 0.5% | 0.44% | - |
| HSV(B) | 308.73º | 0.66% | 0.65% | - |
| XYZ | 22.65 | 13.14 | 30.2 | - |
| YUV | 99.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 150 | 0 | 0.66 | 0.10 | 0.35 | 308.73 | 0.5 | 0.44 |
| Hex | A6 | 38 | 96 | 0 | 42 | A | 23 | 135 | 32 | 2C |
| Octal | 246 | 70 | 226 | 0 | 102 | 12 | 43 | 465 | 62 | 54 |
| Binary | 10100110 | 111000 | 10010110 | 0 | 1000010 | 1010 | 100011 | 100110101 | 110010 | 101100 |
Color Harmonies of #A63896
Complementary color
Monochromatic Colors of #A63896
Black with #A63896
Text Example
Text Example
White with #A63896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63896; }
p { color: rgb(166,56,150); }
H1.HeaderClassName
{
color: #A63896;
}
.AnyTagClassName
{
color: #A63896;
}
</style>
background-color css
<style>
a { background-color: #A63896; }
a { background-color: rgb(166,56,150); }
div.DivClassName
{
background-color: #A63896;
}
.BgClassName
{
background-color: #A63896;
}
</style>
border-color css
<style>
span { border-color: #A63896; }
span { border-color: rgb(166,56,150); }
td.TdClassName
{
border-color: #A63896;
}
.TagClassName
{
border-color: #A63896;
}
</style>