Shades of Medium Red Violet #A63A89
Tints of Medium Red Violet #A63A89
RGB
CMYK
RGB Variations
Color information
#A63A89 (or 0xA63A89) is known color: Medium Red Violet. HEX triplet: A6, 3A and 89. RGB value is (166,58,137). Sum of RGB (Red+Green+Blue) = 166+58+137=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A89 is #59C576. Grayscale: #636363. Windows color (decimal): -5883255 or 8993446. OLE color: 8993446.
HSL color Cylindrical-coordinate representation of color #A63A89: hue angle of 316.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A89 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 137 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.35 |
| HSL | 316.11º | 0.48% | 0.44% | - |
| HSV(B) | 316.11º | 0.65% | 0.65% | - |
| XYZ | 21.75 | 12.94 | 25.02 | - |
| YUV | 99.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 137 | 0 | 0.65 | 0.17 | 0.35 | 316.11 | 0.48 | 0.44 |
| Hex | A6 | 3A | 89 | 0 | 41 | 11 | 23 | 13C | 30 | 2C |
| Octal | 246 | 72 | 211 | 0 | 101 | 21 | 43 | 474 | 60 | 54 |
| Binary | 10100110 | 111010 | 10001001 | 0 | 1000001 | 10001 | 100011 | 100111100 | 110000 | 101100 |
Color Harmonies of #A63A89
Complementary color
Monochromatic Colors of #A63A89
Black with #A63A89
Text Example
Text Example
White with #A63A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A89; }
p { color: rgb(166,58,137); }
H1.HeaderClassName
{
color: #A63A89;
}
.AnyTagClassName
{
color: #A63A89;
}
</style>
background-color css
<style>
a { background-color: #A63A89; }
a { background-color: rgb(166,58,137); }
div.DivClassName
{
background-color: #A63A89;
}
.BgClassName
{
background-color: #A63A89;
}
</style>
border-color css
<style>
span { border-color: #A63A89; }
span { border-color: rgb(166,58,137); }
td.TdClassName
{
border-color: #A63A89;
}
.TagClassName
{
border-color: #A63A89;
}
</style>