Shades of Medium Red Violet #A92C9B
Tints of Medium Red Violet #A92C9B
RGB
CMYK
RGB Variations
Color information
#A92C9B (or 0xA92C9B) is known color: Medium Red Violet. HEX triplet: A9, 2C and 9B. RGB value is (169,44,155). Sum of RGB (Red+Green+Blue) = 169+44+155=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92C9B is #56D364. Grayscale: #5D5D5D. Windows color (decimal): -5690213 or 10169513. OLE color: 10169513.
HSL color Cylindrical-coordinate representation of color #A92C9B: hue angle of 306.72º 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 #A92C9B is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 155 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.34 |
| HSL | 306.72º | 0.59% | 0.42% | - |
| HSV(B) | 306.72º | 0.74% | 0.66% | - |
| XYZ | 23.18 | 12.6 | 32.22 | - |
| YUV | 94.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 155 | 0 | 0.74 | 0.08 | 0.34 | 306.72 | 0.59 | 0.42 |
| Hex | A9 | 2C | 9B | 0 | 4A | 8 | 22 | 133 | 3B | 2A |
| Octal | 251 | 54 | 233 | 0 | 112 | 10 | 42 | 463 | 73 | 52 |
| Binary | 10101001 | 101100 | 10011011 | 0 | 1001010 | 1000 | 100010 | 100110011 | 111011 | 101010 |
Color Harmonies of #A92C9B
Complementary color
Monochromatic Colors of #A92C9B
Black with #A92C9B
Text Example
Text Example
White with #A92C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C9B; }
p { color: rgb(169,44,155); }
H1.HeaderClassName
{
color: #A92C9B;
}
.AnyTagClassName
{
color: #A92C9B;
}
</style>
background-color css
<style>
a { background-color: #A92C9B; }
a { background-color: rgb(169,44,155); }
div.DivClassName
{
background-color: #A92C9B;
}
.BgClassName
{
background-color: #A92C9B;
}
</style>
border-color css
<style>
span { border-color: #A92C9B; }
span { border-color: rgb(169,44,155); }
td.TdClassName
{
border-color: #A92C9B;
}
.TagClassName
{
border-color: #A92C9B;
}
</style>