Shades of Medium Red Violet #AA297B
Tints of Medium Red Violet #AA297B
RGB
CMYK
RGB Variations
Color information
#AA297B (or 0xAA297B) is known color: Medium Red Violet. HEX triplet: AA, 29 and 7B. RGB value is (170,41,123). Sum of RGB (Red+Green+Blue) = 170+41+123=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA297B is #55D684. Grayscale: #585858. Windows color (decimal): -5625477 or 8071594. OLE color: 8071594.
HSL color Cylindrical-coordinate representation of color #AA297B: hue angle of 321.86º 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 #AA297B is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 123 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.33 |
| HSL | 321.86º | 0.61% | 0.41% | - |
| HSV(B) | 321.86º | 0.76% | 0.67% | - |
| XYZ | 20.95 | 11.56 | 19.87 | - |
| YUV | 88.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 123 | 0 | 0.76 | 0.28 | 0.33 | 321.86 | 0.61 | 0.41 |
| Hex | AA | 29 | 7B | 0 | 4C | 1C | 21 | 142 | 3D | 29 |
| Octal | 252 | 51 | 173 | 0 | 114 | 34 | 41 | 502 | 75 | 51 |
| Binary | 10101010 | 101001 | 1111011 | 0 | 1001100 | 11100 | 100001 | 101000010 | 111101 | 101001 |
Color Harmonies of #AA297B
Complementary color
Monochromatic Colors of #AA297B
Black with #AA297B
Text Example
Text Example
White with #AA297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA297B; }
p { color: rgb(170,41,123); }
H1.HeaderClassName
{
color: #AA297B;
}
.AnyTagClassName
{
color: #AA297B;
}
</style>
background-color css
<style>
a { background-color: #AA297B; }
a { background-color: rgb(170,41,123); }
div.DivClassName
{
background-color: #AA297B;
}
.BgClassName
{
background-color: #AA297B;
}
</style>
border-color css
<style>
span { border-color: #AA297B; }
span { border-color: rgb(170,41,123); }
td.TdClassName
{
border-color: #AA297B;
}
.TagClassName
{
border-color: #AA297B;
}
</style>