Shades of Lipstick #AA295E
Tints of Lipstick #AA295E
RGB
CMYK
RGB Variations
Color information
#AA295E (or 0xAA295E) is known color: Lipstick. HEX triplet: AA, 29 and 5E. RGB value is (170,41,94). Sum of RGB (Red+Green+Blue) = 170+41+94=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA295E is #55D6A1. Grayscale: #555555. Windows color (decimal): -5625506 or 6171050. OLE color: 6171050.
HSL color Cylindrical-coordinate representation of color #AA295E: hue angle of 335.35º 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 #AA295E is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 94 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.33 |
| HSL | 335.35º | 0.61% | 0.41% | - |
| HSV(B) | 335.35º | 0.76% | 0.67% | - |
| XYZ | 19.39 | 10.94 | 11.68 | - |
| YUV | 85.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 94 | 0 | 0.76 | 0.45 | 0.33 | 335.35 | 0.61 | 0.41 |
| Hex | AA | 29 | 5E | 0 | 4C | 2D | 21 | 14F | 3D | 29 |
| Octal | 252 | 51 | 136 | 0 | 114 | 55 | 41 | 517 | 75 | 51 |
| Binary | 10101010 | 101001 | 1011110 | 0 | 1001100 | 101101 | 100001 | 101001111 | 111101 | 101001 |
Color Harmonies of #AA295E
Complementary color
Monochromatic Colors of #AA295E
Black with #AA295E
Text Example
Text Example
White with #AA295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA295E; }
p { color: rgb(170,41,94); }
H1.HeaderClassName
{
color: #AA295E;
}
.AnyTagClassName
{
color: #AA295E;
}
</style>
background-color css
<style>
a { background-color: #AA295E; }
a { background-color: rgb(170,41,94); }
div.DivClassName
{
background-color: #AA295E;
}
.BgClassName
{
background-color: #AA295E;
}
</style>
border-color css
<style>
span { border-color: #AA295E; }
span { border-color: rgb(170,41,94); }
td.TdClassName
{
border-color: #AA295E;
}
.TagClassName
{
border-color: #AA295E;
}
</style>