Shades of Lipstick #AA295C
Tints of Lipstick #AA295C
RGB
CMYK
RGB Variations
Color information
#AA295C (or 0xAA295C) is known color: Lipstick. HEX triplet: AA, 29 and 5C. RGB value is (170,41,92). Sum of RGB (Red+Green+Blue) = 170+41+92=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA295C is #55D6A3. Grayscale: #555555. Windows color (decimal): -5625508 or 6039978. OLE color: 6039978.
HSL color Cylindrical-coordinate representation of color #AA295C: hue angle of 336.28º 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 #AA295C is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 92 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.33 |
| HSL | 336.28º | 0.61% | 0.41% | - |
| HSV(B) | 336.28º | 0.76% | 0.67% | - |
| XYZ | 19.3 | 10.9 | 11.21 | - |
| YUV | 85.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 92 | 0 | 0.76 | 0.46 | 0.33 | 336.28 | 0.61 | 0.41 |
| Hex | AA | 29 | 5C | 0 | 4C | 2E | 21 | 150 | 3D | 29 |
| Octal | 252 | 51 | 134 | 0 | 114 | 56 | 41 | 520 | 75 | 51 |
| Binary | 10101010 | 101001 | 1011100 | 0 | 1001100 | 101110 | 100001 | 101010000 | 111101 | 101001 |
Color Harmonies of #AA295C
Complementary color
Monochromatic Colors of #AA295C
Black with #AA295C
Text Example
Text Example
White with #AA295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA295C; }
p { color: rgb(170,41,92); }
H1.HeaderClassName
{
color: #AA295C;
}
.AnyTagClassName
{
color: #AA295C;
}
</style>
background-color css
<style>
a { background-color: #AA295C; }
a { background-color: rgb(170,41,92); }
div.DivClassName
{
background-color: #AA295C;
}
.BgClassName
{
background-color: #AA295C;
}
</style>
border-color css
<style>
span { border-color: #AA295C; }
span { border-color: rgb(170,41,92); }
td.TdClassName
{
border-color: #AA295C;
}
.TagClassName
{
border-color: #AA295C;
}
</style>