Shades of Medium Red Violet #A82A7B
Tints of Medium Red Violet #A82A7B
RGB
CMYK
RGB Variations
Color information
#A82A7B (or 0xA82A7B) is known color: Medium Red Violet. HEX triplet: A8, 2A and 7B. RGB value is (168,42,123). Sum of RGB (Red+Green+Blue) = 168+42+123=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82A7B is #57D584. Grayscale: #585858. Windows color (decimal): -5756293 or 8071848. OLE color: 8071848.
HSL color Cylindrical-coordinate representation of color #A82A7B: hue angle of 321.43º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A7B is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 123 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.34 |
| HSL | 321.43º | 0.6% | 0.41% | - |
| HSV(B) | 321.43º | 0.75% | 0.66% | - |
| XYZ | 20.55 | 11.41 | 19.86 | - |
| YUV | 88.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 123 | 0 | 0.75 | 0.27 | 0.34 | 321.43 | 0.6 | 0.41 |
| Hex | A8 | 2A | 7B | 0 | 4B | 1B | 22 | 141 | 3C | 29 |
| Octal | 250 | 52 | 173 | 0 | 113 | 33 | 42 | 501 | 74 | 51 |
| Binary | 10101000 | 101010 | 1111011 | 0 | 1001011 | 11011 | 100010 | 101000001 | 111100 | 101001 |
Color Harmonies of #A82A7B
Complementary color
Monochromatic Colors of #A82A7B
Black with #A82A7B
Text Example
Text Example
White with #A82A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A7B; }
p { color: rgb(168,42,123); }
H1.HeaderClassName
{
color: #A82A7B;
}
.AnyTagClassName
{
color: #A82A7B;
}
</style>
background-color css
<style>
a { background-color: #A82A7B; }
a { background-color: rgb(168,42,123); }
div.DivClassName
{
background-color: #A82A7B;
}
.BgClassName
{
background-color: #A82A7B;
}
</style>
border-color css
<style>
span { border-color: #A82A7B; }
span { border-color: rgb(168,42,123); }
td.TdClassName
{
border-color: #A82A7B;
}
.TagClassName
{
border-color: #A82A7B;
}
</style>