Shades of Medium Red Violet #A82C72
Tints of Medium Red Violet #A82C72
RGB
CMYK
RGB Variations
Color information
#A82C72 (or 0xA82C72) is known color: Medium Red Violet. HEX triplet: A8, 2C and 72. RGB value is (168,44,114). Sum of RGB (Red+Green+Blue) = 168+44+114=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C72 is #57D38D. Grayscale: #585858. Windows color (decimal): -5755790 or 7482536. OLE color: 7482536.
HSL color Cylindrical-coordinate representation of color #A82C72: hue angle of 326.13º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82C72 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 114 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.34 |
| HSL | 326.13º | 0.58% | 0.42% | - |
| HSV(B) | 326.13º | 0.74% | 0.66% | - |
| XYZ | 20.09 | 11.34 | 17.05 | - |
| YUV | 89.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 114 | 0 | 0.74 | 0.32 | 0.34 | 326.13 | 0.58 | 0.42 |
| Hex | A8 | 2C | 72 | 0 | 4A | 20 | 22 | 146 | 3A | 2A |
| Octal | 250 | 54 | 162 | 0 | 112 | 40 | 42 | 506 | 72 | 52 |
| Binary | 10101000 | 101100 | 1110010 | 0 | 1001010 | 100000 | 100010 | 101000110 | 111010 | 101010 |
Color Harmonies of #A82C72
Complementary color
Monochromatic Colors of #A82C72
Black with #A82C72
Text Example
Text Example
White with #A82C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C72; }
p { color: rgb(168,44,114); }
H1.HeaderClassName
{
color: #A82C72;
}
.AnyTagClassName
{
color: #A82C72;
}
</style>
background-color css
<style>
a { background-color: #A82C72; }
a { background-color: rgb(168,44,114); }
div.DivClassName
{
background-color: #A82C72;
}
.BgClassName
{
background-color: #A82C72;
}
</style>
border-color css
<style>
span { border-color: #A82C72; }
span { border-color: rgb(168,44,114); }
td.TdClassName
{
border-color: #A82C72;
}
.TagClassName
{
border-color: #A82C72;
}
</style>