Shades of Lipstick #A12B52
Tints of Lipstick #A12B52
RGB
CMYK
RGB Variations
Color information
#A12B52 (or 0xA12B52) is known color: Lipstick. HEX triplet: A1, 2B and 52. RGB value is (161,43,82). Sum of RGB (Red+Green+Blue) = 161+43+82=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12B52 is #5ED4AD. Grayscale: #525252. Windows color (decimal): -6214830 or 5385121. OLE color: 5385121.
HSL color Cylindrical-coordinate representation of color #A12B52: hue angle of 340.17º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12B52 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 43 | 82 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.37 |
| HSL | 340.17º | 0.58% | 0.4% | - |
| HSV(B) | 340.17º | 0.73% | 0.63% | - |
| XYZ | 17.08 | 9.91 | 9 | - |
| YUV | 82.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 82 | 0 | 0.73 | 0.49 | 0.37 | 340.17 | 0.58 | 0.4 |
| Hex | A1 | 2B | 52 | 0 | 49 | 31 | 25 | 154 | 3A | 28 |
| Octal | 241 | 53 | 122 | 0 | 111 | 61 | 45 | 524 | 72 | 50 |
| Binary | 10100001 | 101011 | 1010010 | 0 | 1001001 | 110001 | 100101 | 101010100 | 111010 | 101000 |
Color Harmonies of #A12B52
Complementary color
Monochromatic Colors of #A12B52
Black with #A12B52
Text Example
Text Example
White with #A12B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12B52; }
p { color: rgb(161,43,82); }
H1.HeaderClassName
{
color: #A12B52;
}
.AnyTagClassName
{
color: #A12B52;
}
</style>
background-color css
<style>
a { background-color: #A12B52; }
a { background-color: rgb(161,43,82); }
div.DivClassName
{
background-color: #A12B52;
}
.BgClassName
{
background-color: #A12B52;
}
</style>
border-color css
<style>
span { border-color: #A12B52; }
span { border-color: rgb(161,43,82); }
td.TdClassName
{
border-color: #A12B52;
}
.TagClassName
{
border-color: #A12B52;
}
</style>