Shades of Medium Red Violet #A92C7A
Tints of Medium Red Violet #A92C7A
RGB
CMYK
RGB Variations
Color information
#A92C7A (or 0xA92C7A) is known color: Medium Red Violet. HEX triplet: A9, 2C and 7A. RGB value is (169,44,122). Sum of RGB (Red+Green+Blue) = 169+44+122=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C7A is #56D385. Grayscale: #5A5A5A. Windows color (decimal): -5690246 or 8006825. OLE color: 8006825.
HSL color Cylindrical-coordinate representation of color #A92C7A: hue angle of 322.56º 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 #A92C7A is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 122 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.34 |
| HSL | 322.56º | 0.59% | 0.42% | - |
| HSV(B) | 322.56º | 0.74% | 0.66% | - |
| XYZ | 20.78 | 11.64 | 19.56 | - |
| YUV | 90.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 122 | 0 | 0.74 | 0.28 | 0.34 | 322.56 | 0.59 | 0.42 |
| Hex | A9 | 2C | 7A | 0 | 4A | 1C | 22 | 143 | 3B | 2A |
| Octal | 251 | 54 | 172 | 0 | 112 | 34 | 42 | 503 | 73 | 52 |
| Binary | 10101001 | 101100 | 1111010 | 0 | 1001010 | 11100 | 100010 | 101000011 | 111011 | 101010 |
Color Harmonies of #A92C7A
Complementary color
Monochromatic Colors of #A92C7A
Black with #A92C7A
Text Example
Text Example
White with #A92C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C7A; }
p { color: rgb(169,44,122); }
H1.HeaderClassName
{
color: #A92C7A;
}
.AnyTagClassName
{
color: #A92C7A;
}
</style>
background-color css
<style>
a { background-color: #A92C7A; }
a { background-color: rgb(169,44,122); }
div.DivClassName
{
background-color: #A92C7A;
}
.BgClassName
{
background-color: #A92C7A;
}
</style>
border-color css
<style>
span { border-color: #A92C7A; }
span { border-color: rgb(169,44,122); }
td.TdClassName
{
border-color: #A92C7A;
}
.TagClassName
{
border-color: #A92C7A;
}
</style>