Shades of Medium Red Violet #A92B7C
Tints of Medium Red Violet #A92B7C
RGB
CMYK
RGB Variations
Color information
#A92B7C (or 0xA92B7C) is known color: Medium Red Violet. HEX triplet: A9, 2B and 7C. RGB value is (169,43,124). Sum of RGB (Red+Green+Blue) = 169+43+124=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92B7C is #56D483. Grayscale: #595959. Windows color (decimal): -5690500 or 8137641. OLE color: 8137641.
HSL color Cylindrical-coordinate representation of color #A92B7C: hue angle of 321.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92B7C is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 124 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.34 |
| HSL | 321.43º | 0.59% | 0.42% | - |
| HSV(B) | 321.43º | 0.75% | 0.66% | - |
| XYZ | 20.86 | 11.62 | 20.21 | - |
| YUV | 89.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 124 | 0 | 0.75 | 0.27 | 0.34 | 321.43 | 0.59 | 0.42 |
| Hex | A9 | 2B | 7C | 0 | 4B | 1B | 22 | 141 | 3B | 2A |
| Octal | 251 | 53 | 174 | 0 | 113 | 33 | 42 | 501 | 73 | 52 |
| Binary | 10101001 | 101011 | 1111100 | 0 | 1001011 | 11011 | 100010 | 101000001 | 111011 | 101010 |
Color Harmonies of #A92B7C
Complementary color
Monochromatic Colors of #A92B7C
Black with #A92B7C
Text Example
Text Example
White with #A92B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92B7C; }
p { color: rgb(169,43,124); }
H1.HeaderClassName
{
color: #A92B7C;
}
.AnyTagClassName
{
color: #A92B7C;
}
</style>
background-color css
<style>
a { background-color: #A92B7C; }
a { background-color: rgb(169,43,124); }
div.DivClassName
{
background-color: #A92B7C;
}
.BgClassName
{
background-color: #A92B7C;
}
</style>
border-color css
<style>
span { border-color: #A92B7C; }
span { border-color: rgb(169,43,124); }
td.TdClassName
{
border-color: #A92B7C;
}
.TagClassName
{
border-color: #A92B7C;
}
</style>