Shades of Medium Red Violet #A63895
Tints of Medium Red Violet #A63895
RGB
CMYK
RGB Variations
Color information
#A63895 (or 0xA63895) is known color: Medium Red Violet. HEX triplet: A6, 38 and 95. RGB value is (166,56,149). Sum of RGB (Red+Green+Blue) = 166+56+149=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A63895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63895 is #59C76A. Grayscale: #636363. Windows color (decimal): -5883755 or 9779366. OLE color: 9779366.
HSL color Cylindrical-coordinate representation of color #A63895: hue angle of 309.27º 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 #A63895 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 149 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.35 |
| HSL | 309.27º | 0.5% | 0.44% | - |
| HSV(B) | 309.27º | 0.66% | 0.65% | - |
| XYZ | 22.56 | 13.11 | 29.77 | - |
| YUV | 99.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 149 | 0 | 0.66 | 0.10 | 0.35 | 309.27 | 0.5 | 0.44 |
| Hex | A6 | 38 | 95 | 0 | 42 | A | 23 | 135 | 32 | 2C |
| Octal | 246 | 70 | 225 | 0 | 102 | 12 | 43 | 465 | 62 | 54 |
| Binary | 10100110 | 111000 | 10010101 | 0 | 1000010 | 1010 | 100011 | 100110101 | 110010 | 101100 |
Color Harmonies of #A63895
Complementary color
Monochromatic Colors of #A63895
Black with #A63895
Text Example
Text Example
White with #A63895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63895; }
p { color: rgb(166,56,149); }
H1.HeaderClassName
{
color: #A63895;
}
.AnyTagClassName
{
color: #A63895;
}
</style>
background-color css
<style>
a { background-color: #A63895; }
a { background-color: rgb(166,56,149); }
div.DivClassName
{
background-color: #A63895;
}
.BgClassName
{
background-color: #A63895;
}
</style>
border-color css
<style>
span { border-color: #A63895; }
span { border-color: rgb(166,56,149); }
td.TdClassName
{
border-color: #A63895;
}
.TagClassName
{
border-color: #A63895;
}
</style>