Shades of Medium Red Violet #A82076
Tints of Medium Red Violet #A82076
RGB
CMYK
RGB Variations
Color information
#A82076 (or 0xA82076) is known color: Medium Red Violet. HEX triplet: A8, 20 and 76. RGB value is (168,32,118). Sum of RGB (Red+Green+Blue) = 168+32+118=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A82076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82076 is #57DF89. Grayscale: #525252. Windows color (decimal): -5758858 or 7741608. OLE color: 7741608.
HSL color Cylindrical-coordinate representation of color #A82076: hue angle of 322.06º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82076 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 118 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.34 |
| HSL | 322.06º | 0.68% | 0.39% | - |
| HSV(B) | 322.06º | 0.81% | 0.66% | - |
| XYZ | 19.93 | 10.67 | 18.15 | - |
| YUV | 82.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 118 | 0 | 0.81 | 0.30 | 0.34 | 322.06 | 0.68 | 0.39 |
| Hex | A8 | 20 | 76 | 0 | 51 | 1E | 22 | 142 | 44 | 27 |
| Octal | 250 | 40 | 166 | 0 | 121 | 36 | 42 | 502 | 104 | 47 |
| Binary | 10101000 | 100000 | 1110110 | 0 | 1010001 | 11110 | 100010 | 101000010 | 1000100 | 100111 |
Color Harmonies of #A82076
Complementary color
Monochromatic Colors of #A82076
Black with #A82076
Text Example
Text Example
White with #A82076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82076; }
p { color: rgb(168,32,118); }
H1.HeaderClassName
{
color: #A82076;
}
.AnyTagClassName
{
color: #A82076;
}
</style>
background-color css
<style>
a { background-color: #A82076; }
a { background-color: rgb(168,32,118); }
div.DivClassName
{
background-color: #A82076;
}
.BgClassName
{
background-color: #A82076;
}
</style>
border-color css
<style>
span { border-color: #A82076; }
span { border-color: rgb(168,32,118); }
td.TdClassName
{
border-color: #A82076;
}
.TagClassName
{
border-color: #A82076;
}
</style>