Shades of Medium Red Violet #A82872
Tints of Medium Red Violet #A82872
RGB
CMYK
RGB Variations
Color information
#A82872 (or 0xA82872) is known color: Medium Red Violet. HEX triplet: A8, 28 and 72. RGB value is (168,40,114). Sum of RGB (Red+Green+Blue) = 168+40+114=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A82872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82872 is #57D78D. Grayscale: #565656. Windows color (decimal): -5756814 or 7481512. OLE color: 7481512.
HSL color Cylindrical-coordinate representation of color #A82872: hue angle of 325.31º degrees, saturation: 0.62, 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 #A82872 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 114 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.34 |
| HSL | 325.31º | 0.62% | 0.41% | - |
| HSV(B) | 325.31º | 0.76% | 0.66% | - |
| XYZ | 19.94 | 11.06 | 17 | - |
| YUV | 86.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 114 | 0 | 0.76 | 0.32 | 0.34 | 325.31 | 0.62 | 0.41 |
| Hex | A8 | 28 | 72 | 0 | 4C | 20 | 22 | 145 | 3E | 29 |
| Octal | 250 | 50 | 162 | 0 | 114 | 40 | 42 | 505 | 76 | 51 |
| Binary | 10101000 | 101000 | 1110010 | 0 | 1001100 | 100000 | 100010 | 101000101 | 111110 | 101001 |
Color Harmonies of #A82872
Complementary color
Monochromatic Colors of #A82872
Black with #A82872
Text Example
Text Example
White with #A82872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82872; }
p { color: rgb(168,40,114); }
H1.HeaderClassName
{
color: #A82872;
}
.AnyTagClassName
{
color: #A82872;
}
</style>
background-color css
<style>
a { background-color: #A82872; }
a { background-color: rgb(168,40,114); }
div.DivClassName
{
background-color: #A82872;
}
.BgClassName
{
background-color: #A82872;
}
</style>
border-color css
<style>
span { border-color: #A82872; }
span { border-color: rgb(168,40,114); }
td.TdClassName
{
border-color: #A82872;
}
.TagClassName
{
border-color: #A82872;
}
</style>