Shades of Medium Red Violet #A9299C
Tints of Medium Red Violet #A9299C
RGB
CMYK
RGB Variations
Color information
#A9299C (or 0xA9299C) is known color: Medium Red Violet. HEX triplet: A9, 29 and 9C. RGB value is (169,41,156). Sum of RGB (Red+Green+Blue) = 169+41+156=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9299C is #56D663. Grayscale: #5C5C5C. Windows color (decimal): -5690980 or 10234281. OLE color: 10234281.
HSL color Cylindrical-coordinate representation of color #A9299C: hue angle of 306.09º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9299C is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 156 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.34 |
| HSL | 306.09º | 0.61% | 0.41% | - |
| HSV(B) | 306.09º | 0.76% | 0.66% | - |
| XYZ | 23.16 | 12.42 | 32.63 | - |
| YUV | 92.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 156 | 0 | 0.76 | 0.08 | 0.34 | 306.09 | 0.61 | 0.41 |
| Hex | A9 | 29 | 9C | 0 | 4C | 8 | 22 | 132 | 3D | 29 |
| Octal | 251 | 51 | 234 | 0 | 114 | 10 | 42 | 462 | 75 | 51 |
| Binary | 10101001 | 101001 | 10011100 | 0 | 1001100 | 1000 | 100010 | 100110010 | 111101 | 101001 |
Color Harmonies of #A9299C
Complementary color
Monochromatic Colors of #A9299C
Black with #A9299C
Text Example
Text Example
White with #A9299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9299C; }
p { color: rgb(169,41,156); }
H1.HeaderClassName
{
color: #A9299C;
}
.AnyTagClassName
{
color: #A9299C;
}
</style>
background-color css
<style>
a { background-color: #A9299C; }
a { background-color: rgb(169,41,156); }
div.DivClassName
{
background-color: #A9299C;
}
.BgClassName
{
background-color: #A9299C;
}
</style>
border-color css
<style>
span { border-color: #A9299C; }
span { border-color: rgb(169,41,156); }
td.TdClassName
{
border-color: #A9299C;
}
.TagClassName
{
border-color: #A9299C;
}
</style>