Shades of Medium Red Violet #AA299E
Tints of Medium Red Violet #AA299E
RGB
CMYK
RGB Variations
Color information
#AA299E (or 0xAA299E) is known color: Medium Red Violet. HEX triplet: AA, 29 and 9E. RGB value is (170,41,158). Sum of RGB (Red+Green+Blue) = 170+41+158=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA299E is #55D661. Grayscale: #5C5C5C. Windows color (decimal): -5625442 or 10365354. OLE color: 10365354.
HSL color Cylindrical-coordinate representation of color #AA299E: hue angle of 305.58º 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 #AA299E is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 158 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.33 |
| HSL | 305.58º | 0.61% | 0.41% | - |
| HSV(B) | 305.58º | 0.76% | 0.67% | - |
| XYZ | 23.54 | 12.6 | 33.54 | - |
| YUV | 92.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 158 | 0 | 0.76 | 0.07 | 0.33 | 305.58 | 0.61 | 0.41 |
| Hex | AA | 29 | 9E | 0 | 4C | 7 | 21 | 132 | 3D | 29 |
| Octal | 252 | 51 | 236 | 0 | 114 | 7 | 41 | 462 | 75 | 51 |
| Binary | 10101010 | 101001 | 10011110 | 0 | 1001100 | 111 | 100001 | 100110010 | 111101 | 101001 |
Color Harmonies of #AA299E
Complementary color
Monochromatic Colors of #AA299E
Black with #AA299E
Text Example
Text Example
White with #AA299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA299E; }
p { color: rgb(170,41,158); }
H1.HeaderClassName
{
color: #AA299E;
}
.AnyTagClassName
{
color: #AA299E;
}
</style>
background-color css
<style>
a { background-color: #AA299E; }
a { background-color: rgb(170,41,158); }
div.DivClassName
{
background-color: #AA299E;
}
.BgClassName
{
background-color: #AA299E;
}
</style>
border-color css
<style>
span { border-color: #AA299E; }
span { border-color: rgb(170,41,158); }
td.TdClassName
{
border-color: #AA299E;
}
.TagClassName
{
border-color: #AA299E;
}
</style>