Shades of Medium Red Violet #A82987
Tints of Medium Red Violet #A82987
RGB
CMYK
RGB Variations
Color information
#A82987 (or 0xA82987) is known color: Medium Red Violet. HEX triplet: A8, 29 and 87. RGB value is (168,41,135). Sum of RGB (Red+Green+Blue) = 168+41+135=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A82987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82987 is #57D678. Grayscale: #595959. Windows color (decimal): -5756537 or 8858024. OLE color: 8858024.
HSL color Cylindrical-coordinate representation of color #A82987: hue angle of 315.59º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82987 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 135 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.34 |
| HSL | 315.59º | 0.61% | 0.41% | - |
| HSV(B) | 315.59º | 0.76% | 0.66% | - |
| XYZ | 21.31 | 11.66 | 24.05 | - |
| YUV | 89.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 135 | 0 | 0.76 | 0.20 | 0.34 | 315.59 | 0.61 | 0.41 |
| Hex | A8 | 29 | 87 | 0 | 4C | 14 | 22 | 13C | 3D | 29 |
| Octal | 250 | 51 | 207 | 0 | 114 | 24 | 42 | 474 | 75 | 51 |
| Binary | 10101000 | 101001 | 10000111 | 0 | 1001100 | 10100 | 100010 | 100111100 | 111101 | 101001 |
Color Harmonies of #A82987
Complementary color
Monochromatic Colors of #A82987
Black with #A82987
Text Example
Text Example
White with #A82987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82987; }
p { color: rgb(168,41,135); }
H1.HeaderClassName
{
color: #A82987;
}
.AnyTagClassName
{
color: #A82987;
}
</style>
background-color css
<style>
a { background-color: #A82987; }
a { background-color: rgb(168,41,135); }
div.DivClassName
{
background-color: #A82987;
}
.BgClassName
{
background-color: #A82987;
}
</style>
border-color css
<style>
span { border-color: #A82987; }
span { border-color: rgb(168,41,135); }
td.TdClassName
{
border-color: #A82987;
}
.TagClassName
{
border-color: #A82987;
}
</style>