Shades of Lipstick #AA1F57
Tints of Lipstick #AA1F57
RGB
CMYK
RGB Variations
Color information
#AA1F57 (or 0xAA1F57) is known color: Lipstick. HEX triplet: AA, 1F and 57. RGB value is (170,31,87). Sum of RGB (Red+Green+Blue) = 170+31+87=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F57 is #55E0A8. Grayscale: #4E4E4E. Windows color (decimal): -5628073 or 5709738. OLE color: 5709738.
HSL color Cylindrical-coordinate representation of color #AA1F57: hue angle of 335.83º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F57 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 87 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.33 |
| HSL | 335.83º | 0.69% | 0.39% | - |
| HSV(B) | 335.83º | 0.82% | 0.67% | - |
| XYZ | 18.79 | 10.21 | 10 | - |
| YUV | 78.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 87 | 0 | 0.82 | 0.49 | 0.33 | 335.83 | 0.69 | 0.39 |
| Hex | AA | 1F | 57 | 0 | 52 | 31 | 21 | 150 | 45 | 27 |
| Octal | 252 | 37 | 127 | 0 | 122 | 61 | 41 | 520 | 105 | 47 |
| Binary | 10101010 | 11111 | 1010111 | 0 | 1010010 | 110001 | 100001 | 101010000 | 1000101 | 100111 |
Color Harmonies of #AA1F57
Complementary color
Monochromatic Colors of #AA1F57
Black with #AA1F57
Text Example
Text Example
White with #AA1F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F57; }
p { color: rgb(170,31,87); }
H1.HeaderClassName
{
color: #AA1F57;
}
.AnyTagClassName
{
color: #AA1F57;
}
</style>
background-color css
<style>
a { background-color: #AA1F57; }
a { background-color: rgb(170,31,87); }
div.DivClassName
{
background-color: #AA1F57;
}
.BgClassName
{
background-color: #AA1F57;
}
</style>
border-color css
<style>
span { border-color: #AA1F57; }
span { border-color: rgb(170,31,87); }
td.TdClassName
{
border-color: #AA1F57;
}
.TagClassName
{
border-color: #AA1F57;
}
</style>