Shades of Medium Red Violet #A92C7E
Tints of Medium Red Violet #A92C7E
RGB
CMYK
RGB Variations
Color information
#A92C7E (or 0xA92C7E) is known color: Medium Red Violet. HEX triplet: A9, 2C and 7E. RGB value is (169,44,126). Sum of RGB (Red+Green+Blue) = 169+44+126=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C7E is #56D381. Grayscale: #5A5A5A. Windows color (decimal): -5690242 or 8268969. OLE color: 8268969.
HSL color Cylindrical-coordinate representation of color #A92C7E: hue angle of 320.64º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C7E is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 126 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.34 |
| HSL | 320.64º | 0.59% | 0.42% | - |
| HSV(B) | 320.64º | 0.74% | 0.66% | - |
| XYZ | 21.03 | 11.74 | 20.9 | - |
| YUV | 90.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 126 | 0 | 0.74 | 0.25 | 0.34 | 320.64 | 0.59 | 0.42 |
| Hex | A9 | 2C | 7E | 0 | 4A | 19 | 22 | 141 | 3B | 2A |
| Octal | 251 | 54 | 176 | 0 | 112 | 31 | 42 | 501 | 73 | 52 |
| Binary | 10101001 | 101100 | 1111110 | 0 | 1001010 | 11001 | 100010 | 101000001 | 111011 | 101010 |
Color Harmonies of #A92C7E
Complementary color
Monochromatic Colors of #A92C7E
Black with #A92C7E
Text Example
Text Example
White with #A92C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C7E; }
p { color: rgb(169,44,126); }
H1.HeaderClassName
{
color: #A92C7E;
}
.AnyTagClassName
{
color: #A92C7E;
}
</style>
background-color css
<style>
a { background-color: #A92C7E; }
a { background-color: rgb(169,44,126); }
div.DivClassName
{
background-color: #A92C7E;
}
.BgClassName
{
background-color: #A92C7E;
}
</style>
border-color css
<style>
span { border-color: #A92C7E; }
span { border-color: rgb(169,44,126); }
td.TdClassName
{
border-color: #A92C7E;
}
.TagClassName
{
border-color: #A92C7E;
}
</style>