Shades of Medium Red Violet #A82776
Tints of Medium Red Violet #A82776
RGB
CMYK
RGB Variations
Color information
#A82776 (or 0xA82776) is known color: Medium Red Violet. HEX triplet: A8, 27 and 76. RGB value is (168,39,118). Sum of RGB (Red+Green+Blue) = 168+39+118=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A82776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82776 is #57D889. Grayscale: #565656. Windows color (decimal): -5757066 or 7743400. OLE color: 7743400.
HSL color Cylindrical-coordinate representation of color #A82776: hue angle of 323.26º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82776 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 118 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.34 |
| HSL | 323.26º | 0.62% | 0.41% | - |
| HSV(B) | 323.26º | 0.77% | 0.66% | - |
| XYZ | 20.14 | 11.08 | 18.22 | - |
| YUV | 86.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 118 | 0 | 0.77 | 0.30 | 0.34 | 323.26 | 0.62 | 0.41 |
| Hex | A8 | 27 | 76 | 0 | 4D | 1E | 22 | 143 | 3E | 29 |
| Octal | 250 | 47 | 166 | 0 | 115 | 36 | 42 | 503 | 76 | 51 |
| Binary | 10101000 | 100111 | 1110110 | 0 | 1001101 | 11110 | 100010 | 101000011 | 111110 | 101001 |
Color Harmonies of #A82776
Complementary color
Monochromatic Colors of #A82776
Black with #A82776
Text Example
Text Example
White with #A82776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82776; }
p { color: rgb(168,39,118); }
H1.HeaderClassName
{
color: #A82776;
}
.AnyTagClassName
{
color: #A82776;
}
</style>
background-color css
<style>
a { background-color: #A82776; }
a { background-color: rgb(168,39,118); }
div.DivClassName
{
background-color: #A82776;
}
.BgClassName
{
background-color: #A82776;
}
</style>
border-color css
<style>
span { border-color: #A82776; }
span { border-color: rgb(168,39,118); }
td.TdClassName
{
border-color: #A82776;
}
.TagClassName
{
border-color: #A82776;
}
</style>