Shades of Medium Red Violet #AA297D
Tints of Medium Red Violet #AA297D
RGB
CMYK
RGB Variations
Color information
#AA297D (or 0xAA297D) is known color: Medium Red Violet. HEX triplet: AA, 29 and 7D. RGB value is (170,41,125). Sum of RGB (Red+Green+Blue) = 170+41+125=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA297D is #55D682. Grayscale: #585858. Windows color (decimal): -5625475 or 8202666. OLE color: 8202666.
HSL color Cylindrical-coordinate representation of color #AA297D: hue angle of 320.93º 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 #AA297D is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 125 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.33 |
| HSL | 320.93º | 0.61% | 0.41% | - |
| HSV(B) | 320.93º | 0.76% | 0.67% | - |
| XYZ | 21.07 | 11.61 | 20.53 | - |
| YUV | 89.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 125 | 0 | 0.76 | 0.26 | 0.33 | 320.93 | 0.61 | 0.41 |
| Hex | AA | 29 | 7D | 0 | 4C | 1A | 21 | 141 | 3D | 29 |
| Octal | 252 | 51 | 175 | 0 | 114 | 32 | 41 | 501 | 75 | 51 |
| Binary | 10101010 | 101001 | 1111101 | 0 | 1001100 | 11010 | 100001 | 101000001 | 111101 | 101001 |
Color Harmonies of #AA297D
Complementary color
Monochromatic Colors of #AA297D
Black with #AA297D
Text Example
Text Example
White with #AA297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA297D; }
p { color: rgb(170,41,125); }
H1.HeaderClassName
{
color: #AA297D;
}
.AnyTagClassName
{
color: #AA297D;
}
</style>
background-color css
<style>
a { background-color: #AA297D; }
a { background-color: rgb(170,41,125); }
div.DivClassName
{
background-color: #AA297D;
}
.BgClassName
{
background-color: #AA297D;
}
</style>
border-color css
<style>
span { border-color: #AA297D; }
span { border-color: rgb(170,41,125); }
td.TdClassName
{
border-color: #AA297D;
}
.TagClassName
{
border-color: #AA297D;
}
</style>