Shades of Medium Red Violet #A92C87
Tints of Medium Red Violet #A92C87
RGB
CMYK
RGB Variations
Color information
#A92C87 (or 0xA92C87) is known color: Medium Red Violet. HEX triplet: A9, 2C and 87. RGB value is (169,44,135). Sum of RGB (Red+Green+Blue) = 169+44+135=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92C87 is #56D378. Grayscale: #5B5B5B. Windows color (decimal): -5690233 or 8858793. OLE color: 8858793.
HSL color Cylindrical-coordinate representation of color #A92C87: hue angle of 316.32º 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 #A92C87 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 135 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.34 |
| HSL | 316.32º | 0.59% | 0.42% | - |
| HSV(B) | 316.32º | 0.74% | 0.66% | - |
| XYZ | 21.64 | 11.99 | 24.09 | - |
| YUV | 91.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 135 | 0 | 0.74 | 0.20 | 0.34 | 316.32 | 0.59 | 0.42 |
| Hex | A9 | 2C | 87 | 0 | 4A | 14 | 22 | 13C | 3B | 2A |
| Octal | 251 | 54 | 207 | 0 | 112 | 24 | 42 | 474 | 73 | 52 |
| Binary | 10101001 | 101100 | 10000111 | 0 | 1001010 | 10100 | 100010 | 100111100 | 111011 | 101010 |
Color Harmonies of #A92C87
Complementary color
Monochromatic Colors of #A92C87
Black with #A92C87
Text Example
Text Example
White with #A92C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C87; }
p { color: rgb(169,44,135); }
H1.HeaderClassName
{
color: #A92C87;
}
.AnyTagClassName
{
color: #A92C87;
}
</style>
background-color css
<style>
a { background-color: #A92C87; }
a { background-color: rgb(169,44,135); }
div.DivClassName
{
background-color: #A92C87;
}
.BgClassName
{
background-color: #A92C87;
}
</style>
border-color css
<style>
span { border-color: #A92C87; }
span { border-color: rgb(169,44,135); }
td.TdClassName
{
border-color: #A92C87;
}
.TagClassName
{
border-color: #A92C87;
}
</style>