Shades of Medium Red Violet #AA2996
Tints of Medium Red Violet #AA2996
RGB
CMYK
RGB Variations
Color information
#AA2996 (or 0xAA2996) is known color: Medium Red Violet. HEX triplet: AA, 29 and 96. RGB value is (170,41,150). Sum of RGB (Red+Green+Blue) = 170+41+150=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2996 is #55D669. Grayscale: #5B5B5B. Windows color (decimal): -5625450 or 9841066. OLE color: 9841066.
HSL color Cylindrical-coordinate representation of color #AA2996: hue angle of 309.3º 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 #AA2996 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 150 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.33 |
| HSL | 309.3º | 0.61% | 0.41% | - |
| HSV(B) | 309.3º | 0.76% | 0.67% | - |
| XYZ | 22.88 | 12.33 | 30.03 | - |
| YUV | 92 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 150 | 0 | 0.76 | 0.12 | 0.33 | 309.3 | 0.61 | 0.41 |
| Hex | AA | 29 | 96 | 0 | 4C | C | 21 | 135 | 3D | 29 |
| Octal | 252 | 51 | 226 | 0 | 114 | 14 | 41 | 465 | 75 | 51 |
| Binary | 10101010 | 101001 | 10010110 | 0 | 1001100 | 1100 | 100001 | 100110101 | 111101 | 101001 |
Color Harmonies of #AA2996
Complementary color
Monochromatic Colors of #AA2996
Black with #AA2996
Text Example
Text Example
White with #AA2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2996; }
p { color: rgb(170,41,150); }
H1.HeaderClassName
{
color: #AA2996;
}
.AnyTagClassName
{
color: #AA2996;
}
</style>
background-color css
<style>
a { background-color: #AA2996; }
a { background-color: rgb(170,41,150); }
div.DivClassName
{
background-color: #AA2996;
}
.BgClassName
{
background-color: #AA2996;
}
</style>
border-color css
<style>
span { border-color: #AA2996; }
span { border-color: rgb(170,41,150); }
td.TdClassName
{
border-color: #AA2996;
}
.TagClassName
{
border-color: #AA2996;
}
</style>