Shades of Lipstick #AA295D
Tints of Lipstick #AA295D
RGB
CMYK
RGB Variations
Color information
#AA295D (or 0xAA295D) is known color: Lipstick. HEX triplet: AA, 29 and 5D. RGB value is (170,41,93). Sum of RGB (Red+Green+Blue) = 170+41+93=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA295D is #55D6A2. Grayscale: #555555. Windows color (decimal): -5625507 or 6105514. OLE color: 6105514.
HSL color Cylindrical-coordinate representation of color #AA295D: hue angle of 335.81º 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 #AA295D is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 93 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.33 |
| HSL | 335.81º | 0.61% | 0.41% | - |
| HSV(B) | 335.81º | 0.76% | 0.67% | - |
| XYZ | 19.35 | 10.92 | 11.44 | - |
| YUV | 85.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 93 | 0 | 0.76 | 0.45 | 0.33 | 335.81 | 0.61 | 0.41 |
| Hex | AA | 29 | 5D | 0 | 4C | 2D | 21 | 150 | 3D | 29 |
| Octal | 252 | 51 | 135 | 0 | 114 | 55 | 41 | 520 | 75 | 51 |
| Binary | 10101010 | 101001 | 1011101 | 0 | 1001100 | 101101 | 100001 | 101010000 | 111101 | 101001 |
Color Harmonies of #AA295D
Complementary color
Monochromatic Colors of #AA295D
Black with #AA295D
Text Example
Text Example
White with #AA295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA295D; }
p { color: rgb(170,41,93); }
H1.HeaderClassName
{
color: #AA295D;
}
.AnyTagClassName
{
color: #AA295D;
}
</style>
background-color css
<style>
a { background-color: #AA295D; }
a { background-color: rgb(170,41,93); }
div.DivClassName
{
background-color: #AA295D;
}
.BgClassName
{
background-color: #AA295D;
}
</style>
border-color css
<style>
span { border-color: #AA295D; }
span { border-color: rgb(170,41,93); }
td.TdClassName
{
border-color: #AA295D;
}
.TagClassName
{
border-color: #AA295D;
}
</style>