Shades of Medium Red Violet #A92D7A
Tints of Medium Red Violet #A92D7A
RGB
CMYK
RGB Variations
Color information
#A92D7A (or 0xA92D7A) is known color: Medium Red Violet. HEX triplet: A9, 2D and 7A. RGB value is (169,45,122). Sum of RGB (Red+Green+Blue) = 169+45+122=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92D7A is #56D285. Grayscale: #5A5A5A. Windows color (decimal): -5689990 or 8007081. OLE color: 8007081.
HSL color Cylindrical-coordinate representation of color #A92D7A: hue angle of 322.74º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D7A is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 122 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.34 |
| HSL | 322.74º | 0.58% | 0.42% | - |
| HSV(B) | 322.74º | 0.73% | 0.66% | - |
| XYZ | 20.81 | 11.72 | 19.58 | - |
| YUV | 90.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 122 | 0 | 0.73 | 0.28 | 0.34 | 322.74 | 0.58 | 0.42 |
| Hex | A9 | 2D | 7A | 0 | 49 | 1C | 22 | 143 | 3A | 2A |
| Octal | 251 | 55 | 172 | 0 | 111 | 34 | 42 | 503 | 72 | 52 |
| Binary | 10101001 | 101101 | 1111010 | 0 | 1001001 | 11100 | 100010 | 101000011 | 111010 | 101010 |
Color Harmonies of #A92D7A
Complementary color
Monochromatic Colors of #A92D7A
Black with #A92D7A
Text Example
Text Example
White with #A92D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D7A; }
p { color: rgb(169,45,122); }
H1.HeaderClassName
{
color: #A92D7A;
}
.AnyTagClassName
{
color: #A92D7A;
}
</style>
background-color css
<style>
a { background-color: #A92D7A; }
a { background-color: rgb(169,45,122); }
div.DivClassName
{
background-color: #A92D7A;
}
.BgClassName
{
background-color: #A92D7A;
}
</style>
border-color css
<style>
span { border-color: #A92D7A; }
span { border-color: rgb(169,45,122); }
td.TdClassName
{
border-color: #A92D7A;
}
.TagClassName
{
border-color: #A92D7A;
}
</style>