Shades of Medium Red Violet #A63A87
Tints of Medium Red Violet #A63A87
RGB
CMYK
RGB Variations
Color information
#A63A87 (or 0xA63A87) is known color: Medium Red Violet. HEX triplet: A6, 3A and 87. RGB value is (166,58,135). Sum of RGB (Red+Green+Blue) = 166+58+135=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A87 is #59C578. Grayscale: #626262. Windows color (decimal): -5883257 or 8862374. OLE color: 8862374.
HSL color Cylindrical-coordinate representation of color #A63A87: hue angle of 317.22º 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 #A63A87 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 135 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.35 |
| HSL | 317.22º | 0.48% | 0.44% | - |
| HSV(B) | 317.22º | 0.65% | 0.65% | - |
| XYZ | 21.61 | 12.88 | 24.27 | - |
| YUV | 99.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 135 | 0 | 0.65 | 0.19 | 0.35 | 317.22 | 0.48 | 0.44 |
| Hex | A6 | 3A | 87 | 0 | 41 | 13 | 23 | 13D | 30 | 2C |
| Octal | 246 | 72 | 207 | 0 | 101 | 23 | 43 | 475 | 60 | 54 |
| Binary | 10100110 | 111010 | 10000111 | 0 | 1000001 | 10011 | 100011 | 100111101 | 110000 | 101100 |
Color Harmonies of #A63A87
Complementary color
Monochromatic Colors of #A63A87
Black with #A63A87
Text Example
Text Example
White with #A63A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A87; }
p { color: rgb(166,58,135); }
H1.HeaderClassName
{
color: #A63A87;
}
.AnyTagClassName
{
color: #A63A87;
}
</style>
background-color css
<style>
a { background-color: #A63A87; }
a { background-color: rgb(166,58,135); }
div.DivClassName
{
background-color: #A63A87;
}
.BgClassName
{
background-color: #A63A87;
}
</style>
border-color css
<style>
span { border-color: #A63A87; }
span { border-color: rgb(166,58,135); }
td.TdClassName
{
border-color: #A63A87;
}
.TagClassName
{
border-color: #A63A87;
}
</style>