Shades of Lipstick #AA2B54
Tints of Lipstick #AA2B54
RGB
CMYK
RGB Variations
Color information
#AA2B54 (or 0xAA2B54) is known color: Lipstick. HEX triplet: AA, 2B and 54. RGB value is (170,43,84). Sum of RGB (Red+Green+Blue) = 170+43+84=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2B54 is #55D4AB. Grayscale: #555555. Windows color (decimal): -5625004 or 5516202. OLE color: 5516202.
HSL color Cylindrical-coordinate representation of color #AA2B54: hue angle of 340.63º 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 #AA2B54 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 84 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.33 |
| HSL | 340.63º | 0.6% | 0.42% | - |
| HSV(B) | 340.63º | 0.75% | 0.67% | - |
| XYZ | 19.04 | 10.91 | 9.49 | - |
| YUV | 85.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 84 | 0 | 0.75 | 0.51 | 0.33 | 340.63 | 0.6 | 0.42 |
| Hex | AA | 2B | 54 | 0 | 4B | 33 | 21 | 155 | 3C | 2A |
| Octal | 252 | 53 | 124 | 0 | 113 | 63 | 41 | 525 | 74 | 52 |
| Binary | 10101010 | 101011 | 1010100 | 0 | 1001011 | 110011 | 100001 | 101010101 | 111100 | 101010 |
Color Harmonies of #AA2B54
Complementary color
Monochromatic Colors of #AA2B54
Black with #AA2B54
Text Example
Text Example
White with #AA2B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2B54; }
p { color: rgb(170,43,84); }
H1.HeaderClassName
{
color: #AA2B54;
}
.AnyTagClassName
{
color: #AA2B54;
}
</style>
background-color css
<style>
a { background-color: #AA2B54; }
a { background-color: rgb(170,43,84); }
div.DivClassName
{
background-color: #AA2B54;
}
.BgClassName
{
background-color: #AA2B54;
}
</style>
border-color css
<style>
span { border-color: #AA2B54; }
span { border-color: rgb(170,43,84); }
td.TdClassName
{
border-color: #AA2B54;
}
.TagClassName
{
border-color: #AA2B54;
}
</style>