Shades of Medium Red Violet #A82B7C
Tints of Medium Red Violet #A82B7C
RGB
CMYK
RGB Variations
Color information
#A82B7C (or 0xA82B7C) is known color: Medium Red Violet. HEX triplet: A8, 2B and 7C. RGB value is (168,43,124). Sum of RGB (Red+Green+Blue) = 168+43+124=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82B7C is #57D483. Grayscale: #595959. Windows color (decimal): -5756036 or 8137640. OLE color: 8137640.
HSL color Cylindrical-coordinate representation of color #A82B7C: hue angle of 321.12º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82B7C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 43 | 124 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.34 |
| HSL | 321.12º | 0.59% | 0.41% | - |
| HSV(B) | 321.12º | 0.74% | 0.66% | - |
| XYZ | 20.65 | 11.51 | 20.2 | - |
| YUV | 89.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 124 | 0 | 0.74 | 0.26 | 0.34 | 321.12 | 0.59 | 0.41 |
| Hex | A8 | 2B | 7C | 0 | 4A | 1A | 22 | 141 | 3B | 29 |
| Octal | 250 | 53 | 174 | 0 | 112 | 32 | 42 | 501 | 73 | 51 |
| Binary | 10101000 | 101011 | 1111100 | 0 | 1001010 | 11010 | 100010 | 101000001 | 111011 | 101001 |
Color Harmonies of #A82B7C
Complementary color
Monochromatic Colors of #A82B7C
Black with #A82B7C
Text Example
Text Example
White with #A82B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82B7C; }
p { color: rgb(168,43,124); }
H1.HeaderClassName
{
color: #A82B7C;
}
.AnyTagClassName
{
color: #A82B7C;
}
</style>
background-color css
<style>
a { background-color: #A82B7C; }
a { background-color: rgb(168,43,124); }
div.DivClassName
{
background-color: #A82B7C;
}
.BgClassName
{
background-color: #A82B7C;
}
</style>
border-color css
<style>
span { border-color: #A82B7C; }
span { border-color: rgb(168,43,124); }
td.TdClassName
{
border-color: #A82B7C;
}
.TagClassName
{
border-color: #A82B7C;
}
</style>