Shades of Medium Red Violet #AA299F
Tints of Medium Red Violet #AA299F
RGB
CMYK
RGB Variations
Color information
#AA299F (or 0xAA299F) is known color: Medium Red Violet. HEX triplet: AA, 29 and 9F. RGB value is (170,41,159). Sum of RGB (Red+Green+Blue) = 170+41+159=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA299F is #55D660. Grayscale: #5C5C5C. Windows color (decimal): -5625441 or 10430890. OLE color: 10430890.
HSL color Cylindrical-coordinate representation of color #AA299F: hue angle of 305.12º 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 #AA299F is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 159 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.33 |
| HSL | 305.12º | 0.61% | 0.41% | - |
| HSV(B) | 305.12º | 0.76% | 0.67% | - |
| XYZ | 23.63 | 12.64 | 33.99 | - |
| YUV | 93.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 159 | 0 | 0.76 | 0.06 | 0.33 | 305.12 | 0.61 | 0.41 |
| Hex | AA | 29 | 9F | 0 | 4C | 6 | 21 | 131 | 3D | 29 |
| Octal | 252 | 51 | 237 | 0 | 114 | 6 | 41 | 461 | 75 | 51 |
| Binary | 10101010 | 101001 | 10011111 | 0 | 1001100 | 110 | 100001 | 100110001 | 111101 | 101001 |
Color Harmonies of #AA299F
Complementary color
Monochromatic Colors of #AA299F
Black with #AA299F
Text Example
Text Example
White with #AA299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA299F; }
p { color: rgb(170,41,159); }
H1.HeaderClassName
{
color: #AA299F;
}
.AnyTagClassName
{
color: #AA299F;
}
</style>
background-color css
<style>
a { background-color: #AA299F; }
a { background-color: rgb(170,41,159); }
div.DivClassName
{
background-color: #AA299F;
}
.BgClassName
{
background-color: #AA299F;
}
</style>
border-color css
<style>
span { border-color: #AA299F; }
span { border-color: rgb(170,41,159); }
td.TdClassName
{
border-color: #AA299F;
}
.TagClassName
{
border-color: #AA299F;
}
</style>