Shades of Lipstick #AA1F55
Tints of Lipstick #AA1F55
RGB
CMYK
RGB Variations
Color information
#AA1F55 (or 0xAA1F55) is known color: Lipstick. HEX triplet: AA, 1F and 55. RGB value is (170,31,85). Sum of RGB (Red+Green+Blue) = 170+31+85=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F55 is #55E0AA. Grayscale: #4E4E4E. Windows color (decimal): -5628075 or 5578666. OLE color: 5578666.
HSL color Cylindrical-coordinate representation of color #AA1F55: hue angle of 336.69º 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 #AA1F55 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 85 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.33 |
| HSL | 336.69º | 0.69% | 0.39% | - |
| HSV(B) | 336.69º | 0.82% | 0.67% | - |
| XYZ | 18.71 | 10.18 | 9.57 | - |
| YUV | 78.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 85 | 0 | 0.82 | 0.50 | 0.33 | 336.69 | 0.69 | 0.39 |
| Hex | AA | 1F | 55 | 0 | 52 | 32 | 21 | 151 | 45 | 27 |
| Octal | 252 | 37 | 125 | 0 | 122 | 62 | 41 | 521 | 105 | 47 |
| Binary | 10101010 | 11111 | 1010101 | 0 | 1010010 | 110010 | 100001 | 101010001 | 1000101 | 100111 |
Color Harmonies of #AA1F55
Complementary color
Monochromatic Colors of #AA1F55
Black with #AA1F55
Text Example
Text Example
White with #AA1F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F55; }
p { color: rgb(170,31,85); }
H1.HeaderClassName
{
color: #AA1F55;
}
.AnyTagClassName
{
color: #AA1F55;
}
</style>
background-color css
<style>
a { background-color: #AA1F55; }
a { background-color: rgb(170,31,85); }
div.DivClassName
{
background-color: #AA1F55;
}
.BgClassName
{
background-color: #AA1F55;
}
</style>
border-color css
<style>
span { border-color: #AA1F55; }
span { border-color: rgb(170,31,85); }
td.TdClassName
{
border-color: #AA1F55;
}
.TagClassName
{
border-color: #AA1F55;
}
</style>