Shades of Medium Red Violet #A92C8C
Tints of Medium Red Violet #A92C8C
RGB
CMYK
RGB Variations
Color information
#A92C8C (or 0xA92C8C) is known color: Medium Red Violet. HEX triplet: A9, 2C and 8C. RGB value is (169,44,140). Sum of RGB (Red+Green+Blue) = 169+44+140=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92C8C is #56D373. Grayscale: #5C5C5C. Windows color (decimal): -5690228 or 9186473. OLE color: 9186473.
HSL color Cylindrical-coordinate representation of color #A92C8C: hue angle of 313.92º 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 #A92C8C is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 140 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.34 |
| HSL | 313.92º | 0.59% | 0.42% | - |
| HSV(B) | 313.92º | 0.74% | 0.66% | - |
| XYZ | 22 | 12.13 | 25.99 | - |
| YUV | 92.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 140 | 0 | 0.74 | 0.17 | 0.34 | 313.92 | 0.59 | 0.42 |
| Hex | A9 | 2C | 8C | 0 | 4A | 11 | 22 | 13A | 3B | 2A |
| Octal | 251 | 54 | 214 | 0 | 112 | 21 | 42 | 472 | 73 | 52 |
| Binary | 10101001 | 101100 | 10001100 | 0 | 1001010 | 10001 | 100010 | 100111010 | 111011 | 101010 |
Color Harmonies of #A92C8C
Complementary color
Monochromatic Colors of #A92C8C
Black with #A92C8C
Text Example
Text Example
White with #A92C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C8C; }
p { color: rgb(169,44,140); }
H1.HeaderClassName
{
color: #A92C8C;
}
.AnyTagClassName
{
color: #A92C8C;
}
</style>
background-color css
<style>
a { background-color: #A92C8C; }
a { background-color: rgb(169,44,140); }
div.DivClassName
{
background-color: #A92C8C;
}
.BgClassName
{
background-color: #A92C8C;
}
</style>
border-color css
<style>
span { border-color: #A92C8C; }
span { border-color: rgb(169,44,140); }
td.TdClassName
{
border-color: #A92C8C;
}
.TagClassName
{
border-color: #A92C8C;
}
</style>