Shades of Medium Red Violet #A82D7C
Tints of Medium Red Violet #A82D7C
RGB
CMYK
RGB Variations
Color information
#A82D7C (or 0xA82D7C) is known color: Medium Red Violet. HEX triplet: A8, 2D and 7C. RGB value is (168,45,124). Sum of RGB (Red+Green+Blue) = 168+45+124=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D7C is #57D283. Grayscale: #5A5A5A. Windows color (decimal): -5755524 or 8138152. OLE color: 8138152.
HSL color Cylindrical-coordinate representation of color #A82D7C: hue angle of 321.46º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D7C is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 124 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.34 |
| HSL | 321.46º | 0.58% | 0.42% | - |
| HSV(B) | 321.46º | 0.73% | 0.66% | - |
| XYZ | 20.72 | 11.66 | 20.23 | - |
| YUV | 90.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 124 | 0 | 0.73 | 0.26 | 0.34 | 321.46 | 0.58 | 0.42 |
| Hex | A8 | 2D | 7C | 0 | 49 | 1A | 22 | 141 | 3A | 2A |
| Octal | 250 | 55 | 174 | 0 | 111 | 32 | 42 | 501 | 72 | 52 |
| Binary | 10101000 | 101101 | 1111100 | 0 | 1001001 | 11010 | 100010 | 101000001 | 111010 | 101010 |
Color Harmonies of #A82D7C
Complementary color
Monochromatic Colors of #A82D7C
Black with #A82D7C
Text Example
Text Example
White with #A82D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D7C; }
p { color: rgb(168,45,124); }
H1.HeaderClassName
{
color: #A82D7C;
}
.AnyTagClassName
{
color: #A82D7C;
}
</style>
background-color css
<style>
a { background-color: #A82D7C; }
a { background-color: rgb(168,45,124); }
div.DivClassName
{
background-color: #A82D7C;
}
.BgClassName
{
background-color: #A82D7C;
}
</style>
border-color css
<style>
span { border-color: #A82D7C; }
span { border-color: rgb(168,45,124); }
td.TdClassName
{
border-color: #A82D7C;
}
.TagClassName
{
border-color: #A82D7C;
}
</style>