Shades of Medium Red Violet #A63787
Tints of Medium Red Violet #A63787
RGB
CMYK
RGB Variations
Color information
#A63787 (or 0xA63787) is known color: Medium Red Violet. HEX triplet: A6, 37 and 87. RGB value is (166,55,135). Sum of RGB (Red+Green+Blue) = 166+55+135=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A63787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63787 is #59C878. Grayscale: #616161. Windows color (decimal): -5884025 or 8861606. OLE color: 8861606.
HSL color Cylindrical-coordinate representation of color #A63787: hue angle of 316.76º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63787 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 135 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.35 |
| HSL | 316.76º | 0.5% | 0.43% | - |
| HSV(B) | 316.76º | 0.67% | 0.65% | - |
| XYZ | 21.47 | 12.59 | 24.22 | - |
| YUV | 97.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 135 | 0 | 0.67 | 0.19 | 0.35 | 316.76 | 0.5 | 0.43 |
| Hex | A6 | 37 | 87 | 0 | 43 | 13 | 23 | 13D | 32 | 2B |
| Octal | 246 | 67 | 207 | 0 | 103 | 23 | 43 | 475 | 62 | 53 |
| Binary | 10100110 | 110111 | 10000111 | 0 | 1000011 | 10011 | 100011 | 100111101 | 110010 | 101011 |
Color Harmonies of #A63787
Complementary color
Monochromatic Colors of #A63787
Black with #A63787
Text Example
Text Example
White with #A63787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63787; }
p { color: rgb(166,55,135); }
H1.HeaderClassName
{
color: #A63787;
}
.AnyTagClassName
{
color: #A63787;
}
</style>
background-color css
<style>
a { background-color: #A63787; }
a { background-color: rgb(166,55,135); }
div.DivClassName
{
background-color: #A63787;
}
.BgClassName
{
background-color: #A63787;
}
</style>
border-color css
<style>
span { border-color: #A63787; }
span { border-color: rgb(166,55,135); }
td.TdClassName
{
border-color: #A63787;
}
.TagClassName
{
border-color: #A63787;
}
</style>