Shades of Medium Red Violet #A82672
Tints of Medium Red Violet #A82672
RGB
CMYK
RGB Variations
Color information
#A82672 (or 0xA82672) is known color: Medium Red Violet. HEX triplet: A8, 26 and 72. RGB value is (168,38,114). Sum of RGB (Red+Green+Blue) = 168+38+114=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A82672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82672 is #57D98D. Grayscale: #555555. Windows color (decimal): -5757326 or 7481000. OLE color: 7481000.
HSL color Cylindrical-coordinate representation of color #A82672: hue angle of 324.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82672 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 114 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.34 |
| HSL | 324.92º | 0.63% | 0.4% | - |
| HSV(B) | 324.92º | 0.77% | 0.66% | - |
| XYZ | 19.88 | 10.93 | 16.98 | - |
| YUV | 85.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 114 | 0 | 0.77 | 0.32 | 0.34 | 324.92 | 0.63 | 0.4 |
| Hex | A8 | 26 | 72 | 0 | 4D | 20 | 22 | 145 | 3F | 28 |
| Octal | 250 | 46 | 162 | 0 | 115 | 40 | 42 | 505 | 77 | 50 |
| Binary | 10101000 | 100110 | 1110010 | 0 | 1001101 | 100000 | 100010 | 101000101 | 111111 | 101000 |
Color Harmonies of #A82672
Complementary color
Monochromatic Colors of #A82672
Black with #A82672
Text Example
Text Example
White with #A82672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82672; }
p { color: rgb(168,38,114); }
H1.HeaderClassName
{
color: #A82672;
}
.AnyTagClassName
{
color: #A82672;
}
</style>
background-color css
<style>
a { background-color: #A82672; }
a { background-color: rgb(168,38,114); }
div.DivClassName
{
background-color: #A82672;
}
.BgClassName
{
background-color: #A82672;
}
</style>
border-color css
<style>
span { border-color: #A82672; }
span { border-color: rgb(168,38,114); }
td.TdClassName
{
border-color: #A82672;
}
.TagClassName
{
border-color: #A82672;
}
</style>