Shades of Lipstick #AA2158
Tints of Lipstick #AA2158
RGB
CMYK
RGB Variations
Color information
#AA2158 (or 0xAA2158) is known color: Lipstick. HEX triplet: AA, 21 and 58. RGB value is (170,33,88). Sum of RGB (Red+Green+Blue) = 170+33+88=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2158 is #55DEA7. Grayscale: #505050. Windows color (decimal): -5627560 or 5775786. OLE color: 5775786.
HSL color Cylindrical-coordinate representation of color #AA2158: hue angle of 335.91º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2158 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 88 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.33 |
| HSL | 335.91º | 0.67% | 0.4% | - |
| HSV(B) | 335.91º | 0.81% | 0.67% | - |
| XYZ | 18.88 | 10.34 | 10.23 | - |
| YUV | 80.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 88 | 0 | 0.81 | 0.48 | 0.33 | 335.91 | 0.67 | 0.4 |
| Hex | AA | 21 | 58 | 0 | 51 | 30 | 21 | 150 | 43 | 28 |
| Octal | 252 | 41 | 130 | 0 | 121 | 60 | 41 | 520 | 103 | 50 |
| Binary | 10101010 | 100001 | 1011000 | 0 | 1010001 | 110000 | 100001 | 101010000 | 1000011 | 101000 |
Color Harmonies of #AA2158
Complementary color
Monochromatic Colors of #AA2158
Black with #AA2158
Text Example
Text Example
White with #AA2158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2158; }
p { color: rgb(170,33,88); }
H1.HeaderClassName
{
color: #AA2158;
}
.AnyTagClassName
{
color: #AA2158;
}
</style>
background-color css
<style>
a { background-color: #AA2158; }
a { background-color: rgb(170,33,88); }
div.DivClassName
{
background-color: #AA2158;
}
.BgClassName
{
background-color: #AA2158;
}
</style>
border-color css
<style>
span { border-color: #AA2158; }
span { border-color: rgb(170,33,88); }
td.TdClassName
{
border-color: #AA2158;
}
.TagClassName
{
border-color: #AA2158;
}
</style>