Shades of Medium Red Violet #A82972
Tints of Medium Red Violet #A82972
RGB
CMYK
RGB Variations
Color information
#A82972 (or 0xA82972) is known color: Medium Red Violet. HEX triplet: A8, 29 and 72. RGB value is (168,41,114). Sum of RGB (Red+Green+Blue) = 168+41+114=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A82972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82972 is #57D68D. Grayscale: #575757. Windows color (decimal): -5756558 or 7481768. OLE color: 7481768.
HSL color Cylindrical-coordinate representation of color #A82972: hue angle of 325.51º 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 #A82972 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 114 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.34 |
| HSL | 325.51º | 0.61% | 0.41% | - |
| HSV(B) | 325.51º | 0.76% | 0.66% | - |
| XYZ | 19.98 | 11.13 | 17.01 | - |
| YUV | 87.3 | 143.08 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 114 | 0 | 0.76 | 0.32 | 0.34 | 325.51 | 0.61 | 0.41 |
| Hex | A8 | 29 | 72 | 0 | 4C | 20 | 22 | 146 | 3D | 29 |
| Octal | 250 | 51 | 162 | 0 | 114 | 40 | 42 | 506 | 75 | 51 |
| Binary | 10101000 | 101001 | 1110010 | 0 | 1001100 | 100000 | 100010 | 101000110 | 111101 | 101001 |
Color Harmonies of #A82972
Complementary color
Monochromatic Colors of #A82972
Black with #A82972
Text Example
Text Example
White with #A82972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82972; }
p { color: rgb(168,41,114); }
H1.HeaderClassName
{
color: #A82972;
}
.AnyTagClassName
{
color: #A82972;
}
</style>
background-color css
<style>
a { background-color: #A82972; }
a { background-color: rgb(168,41,114); }
div.DivClassName
{
background-color: #A82972;
}
.BgClassName
{
background-color: #A82972;
}
</style>
border-color css
<style>
span { border-color: #A82972; }
span { border-color: rgb(168,41,114); }
td.TdClassName
{
border-color: #A82972;
}
.TagClassName
{
border-color: #A82972;
}
</style>