Shades of Medium Red Violet #A63995
Tints of Medium Red Violet #A63995
RGB
CMYK
RGB Variations
Color information
#A63995 (or 0xA63995) is known color: Medium Red Violet. HEX triplet: A6, 39 and 95. RGB value is (166,57,149). Sum of RGB (Red+Green+Blue) = 166+57+149=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A63995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63995 is #59C66A. Grayscale: #636363. Windows color (decimal): -5883499 or 9779622. OLE color: 9779622.
HSL color Cylindrical-coordinate representation of color #A63995: hue angle of 309.36º degrees, saturation: 0.49, 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 #A63995 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 149 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.35 |
| HSL | 309.36º | 0.49% | 0.44% | - |
| HSV(B) | 309.36º | 0.66% | 0.65% | - |
| XYZ | 22.61 | 13.2 | 29.79 | - |
| YUV | 100.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 149 | 0 | 0.66 | 0.10 | 0.35 | 309.36 | 0.49 | 0.44 |
| Hex | A6 | 39 | 95 | 0 | 42 | A | 23 | 135 | 31 | 2C |
| Octal | 246 | 71 | 225 | 0 | 102 | 12 | 43 | 465 | 61 | 54 |
| Binary | 10100110 | 111001 | 10010101 | 0 | 1000010 | 1010 | 100011 | 100110101 | 110001 | 101100 |
Color Harmonies of #A63995
Complementary color
Monochromatic Colors of #A63995
Black with #A63995
Text Example
Text Example
White with #A63995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63995; }
p { color: rgb(166,57,149); }
H1.HeaderClassName
{
color: #A63995;
}
.AnyTagClassName
{
color: #A63995;
}
</style>
background-color css
<style>
a { background-color: #A63995; }
a { background-color: rgb(166,57,149); }
div.DivClassName
{
background-color: #A63995;
}
.BgClassName
{
background-color: #A63995;
}
</style>
border-color css
<style>
span { border-color: #A63995; }
span { border-color: rgb(166,57,149); }
td.TdClassName
{
border-color: #A63995;
}
.TagClassName
{
border-color: #A63995;
}
</style>