Shades of Lipstick #AA294F
Tints of Lipstick #AA294F
RGB
CMYK
RGB Variations
Color information
#AA294F (or 0xAA294F) is known color: Lipstick. HEX triplet: AA, 29 and 4F. RGB value is (170,41,79). Sum of RGB (Red+Green+Blue) = 170+41+79=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA294F is #55D6B0. Grayscale: #535353. Windows color (decimal): -5625521 or 5188010. OLE color: 5188010.
HSL color Cylindrical-coordinate representation of color #AA294F: hue angle of 342.33º 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 #AA294F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 79 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.33 |
| HSL | 342.33º | 0.61% | 0.41% | - |
| HSV(B) | 342.33º | 0.76% | 0.67% | - |
| XYZ | 18.78 | 10.7 | 8.47 | - |
| YUV | 83.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 79 | 0 | 0.76 | 0.54 | 0.33 | 342.33 | 0.61 | 0.41 |
| Hex | AA | 29 | 4F | 0 | 4C | 36 | 21 | 156 | 3D | 29 |
| Octal | 252 | 51 | 117 | 0 | 114 | 66 | 41 | 526 | 75 | 51 |
| Binary | 10101010 | 101001 | 1001111 | 0 | 1001100 | 110110 | 100001 | 101010110 | 111101 | 101001 |
Color Harmonies of #AA294F
Complementary color
Monochromatic Colors of #AA294F
Black with #AA294F
Text Example
Text Example
White with #AA294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA294F; }
p { color: rgb(170,41,79); }
H1.HeaderClassName
{
color: #AA294F;
}
.AnyTagClassName
{
color: #AA294F;
}
</style>
background-color css
<style>
a { background-color: #AA294F; }
a { background-color: rgb(170,41,79); }
div.DivClassName
{
background-color: #AA294F;
}
.BgClassName
{
background-color: #AA294F;
}
</style>
border-color css
<style>
span { border-color: #AA294F; }
span { border-color: rgb(170,41,79); }
td.TdClassName
{
border-color: #AA294F;
}
.TagClassName
{
border-color: #AA294F;
}
</style>