Shades of Medium Red Violet #A92B7A
Tints of Medium Red Violet #A92B7A
RGB
CMYK
RGB Variations
Color information
#A92B7A (or 0xA92B7A) is known color: Medium Red Violet. HEX triplet: A9, 2B and 7A. RGB value is (169,43,122). Sum of RGB (Red+Green+Blue) = 169+43+122=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92B7A is #56D485. Grayscale: #595959. Windows color (decimal): -5690502 or 8006569. OLE color: 8006569.
HSL color Cylindrical-coordinate representation of color #A92B7A: hue angle of 322.38º 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 #A92B7A is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 122 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.34 |
| HSL | 322.38º | 0.59% | 0.42% | - |
| HSV(B) | 322.38º | 0.75% | 0.66% | - |
| XYZ | 20.74 | 11.57 | 19.55 | - |
| YUV | 89.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 122 | 0 | 0.75 | 0.28 | 0.34 | 322.38 | 0.59 | 0.42 |
| Hex | A9 | 2B | 7A | 0 | 4B | 1C | 22 | 142 | 3B | 2A |
| Octal | 251 | 53 | 172 | 0 | 113 | 34 | 42 | 502 | 73 | 52 |
| Binary | 10101001 | 101011 | 1111010 | 0 | 1001011 | 11100 | 100010 | 101000010 | 111011 | 101010 |
Color Harmonies of #A92B7A
Complementary color
Monochromatic Colors of #A92B7A
Black with #A92B7A
Text Example
Text Example
White with #A92B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92B7A; }
p { color: rgb(169,43,122); }
H1.HeaderClassName
{
color: #A92B7A;
}
.AnyTagClassName
{
color: #A92B7A;
}
</style>
background-color css
<style>
a { background-color: #A92B7A; }
a { background-color: rgb(169,43,122); }
div.DivClassName
{
background-color: #A92B7A;
}
.BgClassName
{
background-color: #A92B7A;
}
</style>
border-color css
<style>
span { border-color: #A92B7A; }
span { border-color: rgb(169,43,122); }
td.TdClassName
{
border-color: #A92B7A;
}
.TagClassName
{
border-color: #A92B7A;
}
</style>