Shades of Medium Red Violet #A63289
Tints of Medium Red Violet #A63289
RGB
CMYK
RGB Variations
Color information
#A63289 (or 0xA63289) is known color: Medium Red Violet. HEX triplet: A6, 32 and 89. RGB value is (166,50,137). Sum of RGB (Red+Green+Blue) = 166+50+137=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A63289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63289 is #59CD76. Grayscale: #5E5E5E. Windows color (decimal): -5885303 or 8991398. OLE color: 8991398.
HSL color Cylindrical-coordinate representation of color #A63289: hue angle of 315º 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 #A63289 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 137 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.35 |
| HSL | 315º | 0.54% | 0.42% | - |
| HSV(B) | 315º | 0.7% | 0.65% | - |
| XYZ | 21.38 | 12.19 | 24.89 | - |
| YUV | 94.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 137 | 0 | 0.70 | 0.17 | 0.35 | 315 | 0.54 | 0.42 |
| Hex | A6 | 32 | 89 | 0 | 46 | 11 | 23 | 13B | 36 | 2A |
| Octal | 246 | 62 | 211 | 0 | 106 | 21 | 43 | 473 | 66 | 52 |
| Binary | 10100110 | 110010 | 10001001 | 0 | 1000110 | 10001 | 100011 | 100111011 | 110110 | 101010 |
Color Harmonies of #A63289
Complementary color
Monochromatic Colors of #A63289
Black with #A63289
Text Example
Text Example
White with #A63289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63289; }
p { color: rgb(166,50,137); }
H1.HeaderClassName
{
color: #A63289;
}
.AnyTagClassName
{
color: #A63289;
}
</style>
background-color css
<style>
a { background-color: #A63289; }
a { background-color: rgb(166,50,137); }
div.DivClassName
{
background-color: #A63289;
}
.BgClassName
{
background-color: #A63289;
}
</style>
border-color css
<style>
span { border-color: #A63289; }
span { border-color: rgb(166,50,137); }
td.TdClassName
{
border-color: #A63289;
}
.TagClassName
{
border-color: #A63289;
}
</style>