Shades of Lipstick #A12957
Tints of Lipstick #A12957
RGB
CMYK
RGB Variations
Color information
#A12957 (or 0xA12957) is known color: Lipstick. HEX triplet: A1, 29 and 57. RGB value is (161,41,87). Sum of RGB (Red+Green+Blue) = 161+41+87=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A12957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12957 is #5ED6A8. Grayscale: #525252. Windows color (decimal): -6215337 or 5712289. OLE color: 5712289.
HSL color Cylindrical-coordinate representation of color #A12957: hue angle of 337º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12957 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 87 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.37 |
| HSL | 337º | 0.59% | 0.4% | - |
| HSV(B) | 337º | 0.75% | 0.63% | - |
| XYZ | 17.21 | 9.85 | 10.01 | - |
| YUV | 82.12 | 130.76 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 87 | 0 | 0.75 | 0.46 | 0.37 | 337 | 0.59 | 0.4 |
| Hex | A1 | 29 | 57 | 0 | 4B | 2E | 25 | 151 | 3B | 28 |
| Octal | 241 | 51 | 127 | 0 | 113 | 56 | 45 | 521 | 73 | 50 |
| Binary | 10100001 | 101001 | 1010111 | 0 | 1001011 | 101110 | 100101 | 101010001 | 111011 | 101000 |
Color Harmonies of #A12957
Complementary color
Monochromatic Colors of #A12957
Black with #A12957
Text Example
Text Example
White with #A12957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12957; }
p { color: rgb(161,41,87); }
H1.HeaderClassName
{
color: #A12957;
}
.AnyTagClassName
{
color: #A12957;
}
</style>
background-color css
<style>
a { background-color: #A12957; }
a { background-color: rgb(161,41,87); }
div.DivClassName
{
background-color: #A12957;
}
.BgClassName
{
background-color: #A12957;
}
</style>
border-color css
<style>
span { border-color: #A12957; }
span { border-color: rgb(161,41,87); }
td.TdClassName
{
border-color: #A12957;
}
.TagClassName
{
border-color: #A12957;
}
</style>