Shades of Lipstick #A12059
Tints of Lipstick #A12059
RGB
CMYK
RGB Variations
Color information
#A12059 (or 0xA12059) is known color: Lipstick. HEX triplet: A1, 20 and 59. RGB value is (161,32,89). Sum of RGB (Red+Green+Blue) = 161+32+89=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A12059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12059 is #5EDFA6. Grayscale: #4C4C4C. Windows color (decimal): -6217639 or 5841057. OLE color: 5841057.
HSL color Cylindrical-coordinate representation of color #A12059: hue angle of 333.49º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12059 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 89 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.37 |
| HSL | 333.49º | 0.67% | 0.38% | - |
| HSV(B) | 333.49º | 0.8% | 0.63% | - |
| XYZ | 17.02 | 9.33 | 10.36 | - |
| YUV | 77.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 89 | 0 | 0.80 | 0.45 | 0.37 | 333.49 | 0.67 | 0.38 |
| Hex | A1 | 20 | 59 | 0 | 50 | 2D | 25 | 14D | 43 | 26 |
| Octal | 241 | 40 | 131 | 0 | 120 | 55 | 45 | 515 | 103 | 46 |
| Binary | 10100001 | 100000 | 1011001 | 0 | 1010000 | 101101 | 100101 | 101001101 | 1000011 | 100110 |
Color Harmonies of #A12059
Complementary color
Monochromatic Colors of #A12059
Black with #A12059
Text Example
Text Example
White with #A12059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12059; }
p { color: rgb(161,32,89); }
H1.HeaderClassName
{
color: #A12059;
}
.AnyTagClassName
{
color: #A12059;
}
</style>
background-color css
<style>
a { background-color: #A12059; }
a { background-color: rgb(161,32,89); }
div.DivClassName
{
background-color: #A12059;
}
.BgClassName
{
background-color: #A12059;
}
</style>
border-color css
<style>
span { border-color: #A12059; }
span { border-color: rgb(161,32,89); }
td.TdClassName
{
border-color: #A12059;
}
.TagClassName
{
border-color: #A12059;
}
</style>