Shades of Lipstick #A12950
Tints of Lipstick #A12950
RGB
CMYK
RGB Variations
Color information
#A12950 (or 0xA12950) is known color: Lipstick. HEX triplet: A1, 29 and 50. RGB value is (161,41,80). Sum of RGB (Red+Green+Blue) = 161+41+80=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A12950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12950 is #5ED6AF. Grayscale: #515151. Windows color (decimal): -6215344 or 5253537. OLE color: 5253537.
HSL color Cylindrical-coordinate representation of color #A12950: hue angle of 340.5º 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 #A12950 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 80 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.37 |
| HSL | 340.5º | 0.59% | 0.4% | - |
| HSV(B) | 340.5º | 0.75% | 0.63% | - |
| XYZ | 16.94 | 9.74 | 8.58 | - |
| YUV | 81.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 80 | 0 | 0.75 | 0.50 | 0.37 | 340.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | 50 | 0 | 4B | 32 | 25 | 154 | 3B | 28 |
| Octal | 241 | 51 | 120 | 0 | 113 | 62 | 45 | 524 | 73 | 50 |
| Binary | 10100001 | 101001 | 1010000 | 0 | 1001011 | 110010 | 100101 | 101010100 | 111011 | 101000 |
Color Harmonies of #A12950
Complementary color
Monochromatic Colors of #A12950
Black with #A12950
Text Example
Text Example
White with #A12950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12950; }
p { color: rgb(161,41,80); }
H1.HeaderClassName
{
color: #A12950;
}
.AnyTagClassName
{
color: #A12950;
}
</style>
background-color css
<style>
a { background-color: #A12950; }
a { background-color: rgb(161,41,80); }
div.DivClassName
{
background-color: #A12950;
}
.BgClassName
{
background-color: #A12950;
}
</style>
border-color css
<style>
span { border-color: #A12950; }
span { border-color: rgb(161,41,80); }
td.TdClassName
{
border-color: #A12950;
}
.TagClassName
{
border-color: #A12950;
}
</style>