Shades of Medium Red Violet #AA297C
Tints of Medium Red Violet #AA297C
RGB
CMYK
RGB Variations
Color information
#AA297C (or 0xAA297C) is known color: Medium Red Violet. HEX triplet: AA, 29 and 7C. RGB value is (170,41,124). Sum of RGB (Red+Green+Blue) = 170+41+124=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA297C is #55D683. Grayscale: #585858. Windows color (decimal): -5625476 or 8137130. OLE color: 8137130.
HSL color Cylindrical-coordinate representation of color #AA297C: hue angle of 321.4º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA297C is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 124 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.33 |
| HSL | 321.4º | 0.61% | 0.41% | - |
| HSV(B) | 321.4º | 0.76% | 0.67% | - |
| XYZ | 21.01 | 11.59 | 20.2 | - |
| YUV | 89.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 124 | 0 | 0.76 | 0.27 | 0.33 | 321.4 | 0.61 | 0.41 |
| Hex | AA | 29 | 7C | 0 | 4C | 1B | 21 | 141 | 3D | 29 |
| Octal | 252 | 51 | 174 | 0 | 114 | 33 | 41 | 501 | 75 | 51 |
| Binary | 10101010 | 101001 | 1111100 | 0 | 1001100 | 11011 | 100001 | 101000001 | 111101 | 101001 |
Color Harmonies of #AA297C
Complementary color
Monochromatic Colors of #AA297C
Black with #AA297C
Text Example
Text Example
White with #AA297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA297C; }
p { color: rgb(170,41,124); }
H1.HeaderClassName
{
color: #AA297C;
}
.AnyTagClassName
{
color: #AA297C;
}
</style>
background-color css
<style>
a { background-color: #AA297C; }
a { background-color: rgb(170,41,124); }
div.DivClassName
{
background-color: #AA297C;
}
.BgClassName
{
background-color: #AA297C;
}
</style>
border-color css
<style>
span { border-color: #AA297C; }
span { border-color: rgb(170,41,124); }
td.TdClassName
{
border-color: #AA297C;
}
.TagClassName
{
border-color: #AA297C;
}
</style>