Shades of Medium Red Violet #A64987
Tints of Medium Red Violet #A64987
RGB
CMYK
RGB Variations
Color information
#A64987 (or 0xA64987) is known color: Medium Red Violet. HEX triplet: A6, 49 and 87. RGB value is (166,73,135). Sum of RGB (Red+Green+Blue) = 166+73+135=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A64987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64987 is #59B678. Grayscale: #6B6B6B. Windows color (decimal): -5879417 or 8866214. OLE color: 8866214.
HSL color Cylindrical-coordinate representation of color #A64987: hue angle of 320º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64987 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 135 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.35 |
| HSL | 320º | 0.39% | 0.47% | - |
| HSV(B) | 320º | 0.56% | 0.65% | - |
| XYZ | 22.48 | 14.62 | 24.56 | - |
| YUV | 107.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 135 | 0 | 0.56 | 0.19 | 0.35 | 320 | 0.39 | 0.47 |
| Hex | A6 | 49 | 87 | 0 | 38 | 13 | 23 | 140 | 27 | 2F |
| Octal | 246 | 111 | 207 | 0 | 70 | 23 | 43 | 500 | 47 | 57 |
| Binary | 10100110 | 1001001 | 10000111 | 0 | 111000 | 10011 | 100011 | 101000000 | 100111 | 101111 |
Color Harmonies of #A64987
Complementary color
Monochromatic Colors of #A64987
Black with #A64987
Text Example
Text Example
White with #A64987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64987; }
p { color: rgb(166,73,135); }
H1.HeaderClassName
{
color: #A64987;
}
.AnyTagClassName
{
color: #A64987;
}
</style>
background-color css
<style>
a { background-color: #A64987; }
a { background-color: rgb(166,73,135); }
div.DivClassName
{
background-color: #A64987;
}
.BgClassName
{
background-color: #A64987;
}
</style>
border-color css
<style>
span { border-color: #A64987; }
span { border-color: rgb(166,73,135); }
td.TdClassName
{
border-color: #A64987;
}
.TagClassName
{
border-color: #A64987;
}
</style>