Shades of Medium Red Violet #A92B9C
Tints of Medium Red Violet #A92B9C
RGB
CMYK
RGB Variations
Color information
#A92B9C (or 0xA92B9C) is known color: Medium Red Violet. HEX triplet: A9, 2B and 9C. RGB value is (169,43,156). Sum of RGB (Red+Green+Blue) = 169+43+156=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92B9C is #56D463. Grayscale: #5D5D5D. Windows color (decimal): -5690468 or 10234793. OLE color: 10234793.
HSL color Cylindrical-coordinate representation of color #A92B9C: hue angle of 306.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92B9C is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 156 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.34 |
| HSL | 306.19º | 0.59% | 0.42% | - |
| HSV(B) | 306.19º | 0.75% | 0.66% | - |
| XYZ | 23.23 | 12.56 | 32.65 | - |
| YUV | 93.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 156 | 0 | 0.75 | 0.08 | 0.34 | 306.19 | 0.59 | 0.42 |
| Hex | A9 | 2B | 9C | 0 | 4B | 8 | 22 | 132 | 3B | 2A |
| Octal | 251 | 53 | 234 | 0 | 113 | 10 | 42 | 462 | 73 | 52 |
| Binary | 10101001 | 101011 | 10011100 | 0 | 1001011 | 1000 | 100010 | 100110010 | 111011 | 101010 |
Color Harmonies of #A92B9C
Complementary color
Monochromatic Colors of #A92B9C
Black with #A92B9C
Text Example
Text Example
White with #A92B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92B9C; }
p { color: rgb(169,43,156); }
H1.HeaderClassName
{
color: #A92B9C;
}
.AnyTagClassName
{
color: #A92B9C;
}
</style>
background-color css
<style>
a { background-color: #A92B9C; }
a { background-color: rgb(169,43,156); }
div.DivClassName
{
background-color: #A92B9C;
}
.BgClassName
{
background-color: #A92B9C;
}
</style>
border-color css
<style>
span { border-color: #A92B9C; }
span { border-color: rgb(169,43,156); }
td.TdClassName
{
border-color: #A92B9C;
}
.TagClassName
{
border-color: #A92B9C;
}
</style>