Shades of Medium Red Violet #A82B7F
Tints of Medium Red Violet #A82B7F
RGB
CMYK
RGB Variations
Color information
#A82B7F (or 0xA82B7F) is known color: Medium Red Violet. HEX triplet: A8, 2B and 7F. RGB value is (168,43,127). Sum of RGB (Red+Green+Blue) = 168+43+127=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82B7F is #57D480. Grayscale: #595959. Windows color (decimal): -5756033 or 8334248. OLE color: 8334248.
HSL color Cylindrical-coordinate representation of color #A82B7F: hue angle of 319.68º 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 #A82B7F is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 43 | 127 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.34 |
| HSL | 319.68º | 0.59% | 0.41% | - |
| HSV(B) | 319.68º | 0.74% | 0.66% | - |
| XYZ | 20.84 | 11.58 | 21.22 | - |
| YUV | 89.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 43 | 127 | 0 | 0.74 | 0.24 | 0.34 | 319.68 | 0.59 | 0.41 |
| Hex | A8 | 2B | 7F | 0 | 4A | 18 | 22 | 140 | 3B | 29 |
| Octal | 250 | 53 | 177 | 0 | 112 | 30 | 42 | 500 | 73 | 51 |
| Binary | 10101000 | 101011 | 1111111 | 0 | 1001010 | 11000 | 100010 | 101000000 | 111011 | 101001 |
Color Harmonies of #A82B7F
Complementary color
Monochromatic Colors of #A82B7F
Black with #A82B7F
Text Example
Text Example
White with #A82B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82B7F; }
p { color: rgb(168,43,127); }
H1.HeaderClassName
{
color: #A82B7F;
}
.AnyTagClassName
{
color: #A82B7F;
}
</style>
background-color css
<style>
a { background-color: #A82B7F; }
a { background-color: rgb(168,43,127); }
div.DivClassName
{
background-color: #A82B7F;
}
.BgClassName
{
background-color: #A82B7F;
}
</style>
border-color css
<style>
span { border-color: #A82B7F; }
span { border-color: rgb(168,43,127); }
td.TdClassName
{
border-color: #A82B7F;
}
.TagClassName
{
border-color: #A82B7F;
}
</style>