Shades of Medium Red Violet #AA296F
Tints of Medium Red Violet #AA296F
RGB
CMYK
RGB Variations
Color information
#AA296F (or 0xAA296F) is known color: Medium Red Violet. HEX triplet: AA, 29 and 6F. RGB value is (170,41,111). Sum of RGB (Red+Green+Blue) = 170+41+111=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA296F is #55D690. Grayscale: #575757. Windows color (decimal): -5625489 or 7285162. OLE color: 7285162.
HSL color Cylindrical-coordinate representation of color #AA296F: hue angle of 327.44º 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 #AA296F is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 111 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.33 |
| HSL | 327.44º | 0.61% | 0.41% | - |
| HSV(B) | 327.44º | 0.76% | 0.67% | - |
| XYZ | 20.24 | 11.28 | 16.15 | - |
| YUV | 87.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 111 | 0 | 0.76 | 0.35 | 0.33 | 327.44 | 0.61 | 0.41 |
| Hex | AA | 29 | 6F | 0 | 4C | 23 | 21 | 147 | 3D | 29 |
| Octal | 252 | 51 | 157 | 0 | 114 | 43 | 41 | 507 | 75 | 51 |
| Binary | 10101010 | 101001 | 1101111 | 0 | 1001100 | 100011 | 100001 | 101000111 | 111101 | 101001 |
Color Harmonies of #AA296F
Complementary color
Monochromatic Colors of #AA296F
Black with #AA296F
Text Example
Text Example
White with #AA296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA296F; }
p { color: rgb(170,41,111); }
H1.HeaderClassName
{
color: #AA296F;
}
.AnyTagClassName
{
color: #AA296F;
}
</style>
background-color css
<style>
a { background-color: #AA296F; }
a { background-color: rgb(170,41,111); }
div.DivClassName
{
background-color: #AA296F;
}
.BgClassName
{
background-color: #AA296F;
}
</style>
border-color css
<style>
span { border-color: #AA296F; }
span { border-color: rgb(170,41,111); }
td.TdClassName
{
border-color: #AA296F;
}
.TagClassName
{
border-color: #AA296F;
}
</style>