Shades of Lipstick #AA294D
Tints of Lipstick #AA294D
RGB
CMYK
RGB Variations
Color information
#AA294D (or 0xAA294D) is known color: Lipstick. HEX triplet: AA, 29 and 4D. RGB value is (170,41,77). Sum of RGB (Red+Green+Blue) = 170+41+77=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA294D is #55D6B2. Grayscale: #535353. Windows color (decimal): -5625523 or 5056938. OLE color: 5056938.
HSL color Cylindrical-coordinate representation of color #AA294D: hue angle of 343.26º 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 #AA294D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 77 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.33 |
| HSL | 343.26º | 0.61% | 0.41% | - |
| HSV(B) | 343.26º | 0.76% | 0.67% | - |
| XYZ | 18.71 | 10.67 | 8.09 | - |
| YUV | 83.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 77 | 0 | 0.76 | 0.55 | 0.33 | 343.26 | 0.61 | 0.41 |
| Hex | AA | 29 | 4D | 0 | 4C | 37 | 21 | 157 | 3D | 29 |
| Octal | 252 | 51 | 115 | 0 | 114 | 67 | 41 | 527 | 75 | 51 |
| Binary | 10101010 | 101001 | 1001101 | 0 | 1001100 | 110111 | 100001 | 101010111 | 111101 | 101001 |
Color Harmonies of #AA294D
Complementary color
Monochromatic Colors of #AA294D
Black with #AA294D
Text Example
Text Example
White with #AA294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA294D; }
p { color: rgb(170,41,77); }
H1.HeaderClassName
{
color: #AA294D;
}
.AnyTagClassName
{
color: #AA294D;
}
</style>
background-color css
<style>
a { background-color: #AA294D; }
a { background-color: rgb(170,41,77); }
div.DivClassName
{
background-color: #AA294D;
}
.BgClassName
{
background-color: #AA294D;
}
</style>
border-color css
<style>
span { border-color: #AA294D; }
span { border-color: rgb(170,41,77); }
td.TdClassName
{
border-color: #AA294D;
}
.TagClassName
{
border-color: #AA294D;
}
</style>