Shades of Medium Red Violet #A92C77
Tints of Medium Red Violet #A92C77
RGB
CMYK
RGB Variations
Color information
#A92C77 (or 0xA92C77) is known color: Medium Red Violet. HEX triplet: A9, 2C and 77. RGB value is (169,44,119). Sum of RGB (Red+Green+Blue) = 169+44+119=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C77 is #56D388. Grayscale: #595959. Windows color (decimal): -5690249 or 7810217. OLE color: 7810217.
HSL color Cylindrical-coordinate representation of color #A92C77: hue angle of 324º 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 #A92C77 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 119 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.34 |
| HSL | 324º | 0.59% | 0.42% | - |
| HSV(B) | 324º | 0.74% | 0.66% | - |
| XYZ | 20.59 | 11.57 | 18.6 | - |
| YUV | 89.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 119 | 0 | 0.74 | 0.30 | 0.34 | 324 | 0.59 | 0.42 |
| Hex | A9 | 2C | 77 | 0 | 4A | 1E | 22 | 144 | 3B | 2A |
| Octal | 251 | 54 | 167 | 0 | 112 | 36 | 42 | 504 | 73 | 52 |
| Binary | 10101001 | 101100 | 1110111 | 0 | 1001010 | 11110 | 100010 | 101000100 | 111011 | 101010 |
Color Harmonies of #A92C77
Complementary color
Monochromatic Colors of #A92C77
Black with #A92C77
Text Example
Text Example
White with #A92C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C77; }
p { color: rgb(169,44,119); }
H1.HeaderClassName
{
color: #A92C77;
}
.AnyTagClassName
{
color: #A92C77;
}
</style>
background-color css
<style>
a { background-color: #A92C77; }
a { background-color: rgb(169,44,119); }
div.DivClassName
{
background-color: #A92C77;
}
.BgClassName
{
background-color: #A92C77;
}
</style>
border-color css
<style>
span { border-color: #A92C77; }
span { border-color: rgb(169,44,119); }
td.TdClassName
{
border-color: #A92C77;
}
.TagClassName
{
border-color: #A92C77;
}
</style>