Shades of Lipstick #AA2B55
Tints of Lipstick #AA2B55
RGB
CMYK
RGB Variations
Color information
#AA2B55 (or 0xAA2B55) is known color: Lipstick. HEX triplet: AA, 2B and 55. RGB value is (170,43,85). Sum of RGB (Red+Green+Blue) = 170+43+85=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2B55 is #55D4AA. Grayscale: #555555. Windows color (decimal): -5625003 or 5581738. OLE color: 5581738.
HSL color Cylindrical-coordinate representation of color #AA2B55: hue angle of 340.16º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2B55 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 85 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.33 |
| HSL | 340.16º | 0.6% | 0.42% | - |
| HSV(B) | 340.16º | 0.75% | 0.67% | - |
| XYZ | 19.08 | 10.93 | 9.7 | - |
| YUV | 85.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 85 | 0 | 0.75 | 0.50 | 0.33 | 340.16 | 0.6 | 0.42 |
| Hex | AA | 2B | 55 | 0 | 4B | 32 | 21 | 154 | 3C | 2A |
| Octal | 252 | 53 | 125 | 0 | 113 | 62 | 41 | 524 | 74 | 52 |
| Binary | 10101010 | 101011 | 1010101 | 0 | 1001011 | 110010 | 100001 | 101010100 | 111100 | 101010 |
Color Harmonies of #AA2B55
Complementary color
Monochromatic Colors of #AA2B55
Black with #AA2B55
Text Example
Text Example
White with #AA2B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B55; }
p { color: rgb(170,43,85); }
H1.HeaderClassName
{
color: #AA2B55;
}
.AnyTagClassName
{
color: #AA2B55;
}
</style>
background-color css
<style>
a { background-color: #AA2B55; }
a { background-color: rgb(170,43,85); }
div.DivClassName
{
background-color: #AA2B55;
}
.BgClassName
{
background-color: #AA2B55;
}
</style>
border-color css
<style>
span { border-color: #AA2B55; }
span { border-color: rgb(170,43,85); }
td.TdClassName
{
border-color: #AA2B55;
}
.TagClassName
{
border-color: #AA2B55;
}
</style>