Shades of Medium Red Violet #A92C7D
Tints of Medium Red Violet #A92C7D
RGB
CMYK
RGB Variations
Color information
#A92C7D (or 0xA92C7D) is known color: Medium Red Violet. HEX triplet: A9, 2C and 7D. RGB value is (169,44,125). Sum of RGB (Red+Green+Blue) = 169+44+125=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C7D is #56D382. Grayscale: #5A5A5A. Windows color (decimal): -5690243 or 8203433. OLE color: 8203433.
HSL color Cylindrical-coordinate representation of color #A92C7D: hue angle of 321.12º 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 #A92C7D is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 125 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.34 |
| HSL | 321.12º | 0.59% | 0.42% | - |
| HSV(B) | 321.12º | 0.74% | 0.66% | - |
| XYZ | 20.96 | 11.72 | 20.56 | - |
| YUV | 90.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 125 | 0 | 0.74 | 0.26 | 0.34 | 321.12 | 0.59 | 0.42 |
| Hex | A9 | 2C | 7D | 0 | 4A | 1A | 22 | 141 | 3B | 2A |
| Octal | 251 | 54 | 175 | 0 | 112 | 32 | 42 | 501 | 73 | 52 |
| Binary | 10101001 | 101100 | 1111101 | 0 | 1001010 | 11010 | 100010 | 101000001 | 111011 | 101010 |
Color Harmonies of #A92C7D
Complementary color
Monochromatic Colors of #A92C7D
Black with #A92C7D
Text Example
Text Example
White with #A92C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C7D; }
p { color: rgb(169,44,125); }
H1.HeaderClassName
{
color: #A92C7D;
}
.AnyTagClassName
{
color: #A92C7D;
}
</style>
background-color css
<style>
a { background-color: #A92C7D; }
a { background-color: rgb(169,44,125); }
div.DivClassName
{
background-color: #A92C7D;
}
.BgClassName
{
background-color: #A92C7D;
}
</style>
border-color css
<style>
span { border-color: #A92C7D; }
span { border-color: rgb(169,44,125); }
td.TdClassName
{
border-color: #A92C7D;
}
.TagClassName
{
border-color: #A92C7D;
}
</style>