Shades of Lipstick #AA2560
Tints of Lipstick #AA2560
RGB
CMYK
RGB Variations
Color information
#AA2560 (or 0xAA2560) is known color: Lipstick. HEX triplet: AA, 25 and 60. RGB value is (170,37,96). Sum of RGB (Red+Green+Blue) = 170+37+96=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2560 is #55DA9F. Grayscale: #535353. Windows color (decimal): -5626528 or 6301098. OLE color: 6301098.
HSL color Cylindrical-coordinate representation of color #AA2560: hue angle of 333.38º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2560 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 96 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.33 |
| HSL | 333.38º | 0.64% | 0.41% | - |
| HSV(B) | 333.38º | 0.78% | 0.67% | - |
| XYZ | 19.35 | 10.71 | 12.11 | - |
| YUV | 83.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 96 | 0 | 0.78 | 0.44 | 0.33 | 333.38 | 0.64 | 0.41 |
| Hex | AA | 25 | 60 | 0 | 4E | 2C | 21 | 14D | 40 | 29 |
| Octal | 252 | 45 | 140 | 0 | 116 | 54 | 41 | 515 | 100 | 51 |
| Binary | 10101010 | 100101 | 1100000 | 0 | 1001110 | 101100 | 100001 | 101001101 | 1000000 | 101001 |
Color Harmonies of #AA2560
Complementary color
Monochromatic Colors of #AA2560
Black with #AA2560
Text Example
Text Example
White with #AA2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2560; }
p { color: rgb(170,37,96); }
H1.HeaderClassName
{
color: #AA2560;
}
.AnyTagClassName
{
color: #AA2560;
}
</style>
background-color css
<style>
a { background-color: #AA2560; }
a { background-color: rgb(170,37,96); }
div.DivClassName
{
background-color: #AA2560;
}
.BgClassName
{
background-color: #AA2560;
}
</style>
border-color css
<style>
span { border-color: #AA2560; }
span { border-color: rgb(170,37,96); }
td.TdClassName
{
border-color: #AA2560;
}
.TagClassName
{
border-color: #AA2560;
}
</style>