Shades of Medium Red Violet #AA299B
Tints of Medium Red Violet #AA299B
RGB
CMYK
RGB Variations
Color information
#AA299B (or 0xAA299B) is known color: Medium Red Violet. HEX triplet: AA, 29 and 9B. RGB value is (170,41,155). Sum of RGB (Red+Green+Blue) = 170+41+155=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA299B is #55D664. Grayscale: #5C5C5C. Windows color (decimal): -5625445 or 10168746. OLE color: 10168746.
HSL color Cylindrical-coordinate representation of color #AA299B: hue angle of 306.98º 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 #AA299B is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 155 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.33 |
| HSL | 306.98º | 0.61% | 0.41% | - |
| HSV(B) | 306.98º | 0.76% | 0.67% | - |
| XYZ | 23.29 | 12.5 | 32.2 | - |
| YUV | 92.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 155 | 0 | 0.76 | 0.09 | 0.33 | 306.98 | 0.61 | 0.41 |
| Hex | AA | 29 | 9B | 0 | 4C | 9 | 21 | 133 | 3D | 29 |
| Octal | 252 | 51 | 233 | 0 | 114 | 11 | 41 | 463 | 75 | 51 |
| Binary | 10101010 | 101001 | 10011011 | 0 | 1001100 | 1001 | 100001 | 100110011 | 111101 | 101001 |
Color Harmonies of #AA299B
Complementary color
Monochromatic Colors of #AA299B
Black with #AA299B
Text Example
Text Example
White with #AA299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA299B; }
p { color: rgb(170,41,155); }
H1.HeaderClassName
{
color: #AA299B;
}
.AnyTagClassName
{
color: #AA299B;
}
</style>
background-color css
<style>
a { background-color: #AA299B; }
a { background-color: rgb(170,41,155); }
div.DivClassName
{
background-color: #AA299B;
}
.BgClassName
{
background-color: #AA299B;
}
</style>
border-color css
<style>
span { border-color: #AA299B; }
span { border-color: rgb(170,41,155); }
td.TdClassName
{
border-color: #AA299B;
}
.TagClassName
{
border-color: #AA299B;
}
</style>