Shades of Lipstick #A12259
Tints of Lipstick #A12259
RGB
CMYK
RGB Variations
Color information
#A12259 (or 0xA12259) is known color: Lipstick. HEX triplet: A1, 22 and 59. RGB value is (161,34,89). Sum of RGB (Red+Green+Blue) = 161+34+89=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A12259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12259 is #5EDDA6. Grayscale: #4E4E4E. Windows color (decimal): -6217127 or 5841569. OLE color: 5841569.
HSL color Cylindrical-coordinate representation of color #A12259: hue angle of 334.02º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12259 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 89 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.37 |
| HSL | 334.02º | 0.65% | 0.38% | - |
| HSV(B) | 334.02º | 0.79% | 0.63% | - |
| XYZ | 17.07 | 9.44 | 10.37 | - |
| YUV | 78.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 89 | 0 | 0.79 | 0.45 | 0.37 | 334.02 | 0.65 | 0.38 |
| Hex | A1 | 22 | 59 | 0 | 4F | 2D | 25 | 14E | 41 | 26 |
| Octal | 241 | 42 | 131 | 0 | 117 | 55 | 45 | 516 | 101 | 46 |
| Binary | 10100001 | 100010 | 1011001 | 0 | 1001111 | 101101 | 100101 | 101001110 | 1000001 | 100110 |
Color Harmonies of #A12259
Complementary color
Monochromatic Colors of #A12259
Black with #A12259
Text Example
Text Example
White with #A12259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12259; }
p { color: rgb(161,34,89); }
H1.HeaderClassName
{
color: #A12259;
}
.AnyTagClassName
{
color: #A12259;
}
</style>
background-color css
<style>
a { background-color: #A12259; }
a { background-color: rgb(161,34,89); }
div.DivClassName
{
background-color: #A12259;
}
.BgClassName
{
background-color: #A12259;
}
</style>
border-color css
<style>
span { border-color: #A12259; }
span { border-color: rgb(161,34,89); }
td.TdClassName
{
border-color: #A12259;
}
.TagClassName
{
border-color: #A12259;
}
</style>