Shades of Lipstick #A12759
Tints of Lipstick #A12759
RGB
CMYK
RGB Variations
Color information
#A12759 (or 0xA12759) is known color: Lipstick. HEX triplet: A1, 27 and 59. RGB value is (161,39,89). Sum of RGB (Red+Green+Blue) = 161+39+89=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A12759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12759 is #5ED8A6. Grayscale: #515151. Windows color (decimal): -6215847 or 5842849. OLE color: 5842849.
HSL color Cylindrical-coordinate representation of color #A12759: hue angle of 335.41º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12759 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 89 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.37 |
| HSL | 335.41º | 0.61% | 0.39% | - |
| HSV(B) | 335.41º | 0.76% | 0.63% | - |
| XYZ | 17.23 | 9.75 | 10.43 | - |
| YUV | 81.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 89 | 0 | 0.76 | 0.45 | 0.37 | 335.41 | 0.61 | 0.39 |
| Hex | A1 | 27 | 59 | 0 | 4C | 2D | 25 | 14F | 3D | 27 |
| Octal | 241 | 47 | 131 | 0 | 114 | 55 | 45 | 517 | 75 | 47 |
| Binary | 10100001 | 100111 | 1011001 | 0 | 1001100 | 101101 | 100101 | 101001111 | 111101 | 100111 |
Color Harmonies of #A12759
Complementary color
Monochromatic Colors of #A12759
Black with #A12759
Text Example
Text Example
White with #A12759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12759; }
p { color: rgb(161,39,89); }
H1.HeaderClassName
{
color: #A12759;
}
.AnyTagClassName
{
color: #A12759;
}
</style>
background-color css
<style>
a { background-color: #A12759; }
a { background-color: rgb(161,39,89); }
div.DivClassName
{
background-color: #A12759;
}
.BgClassName
{
background-color: #A12759;
}
</style>
border-color css
<style>
span { border-color: #A12759; }
span { border-color: rgb(161,39,89); }
td.TdClassName
{
border-color: #A12759;
}
.TagClassName
{
border-color: #A12759;
}
</style>