Shades of Lipstick #A12046
Tints of Lipstick #A12046
RGB
CMYK
RGB Variations
Color information
#A12046 (or 0xA12046) is known color: Lipstick. HEX triplet: A1, 20 and 46. RGB value is (161,32,70). Sum of RGB (Red+Green+Blue) = 161+32+70=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A12046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12046 is #5EDFB9. Grayscale: #4A4A4A. Windows color (decimal): -6217658 or 4595873. OLE color: 4595873.
HSL color Cylindrical-coordinate representation of color #A12046: hue angle of 342.33º 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 #A12046 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 70 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.37 |
| HSL | 342.33º | 0.67% | 0.38% | - |
| HSV(B) | 342.33º | 0.8% | 0.63% | - |
| XYZ | 16.32 | 9.05 | 6.68 | - |
| YUV | 74.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 70 | 0 | 0.80 | 0.57 | 0.37 | 342.33 | 0.67 | 0.38 |
| Hex | A1 | 20 | 46 | 0 | 50 | 39 | 25 | 156 | 43 | 26 |
| Octal | 241 | 40 | 106 | 0 | 120 | 71 | 45 | 526 | 103 | 46 |
| Binary | 10100001 | 100000 | 1000110 | 0 | 1010000 | 111001 | 100101 | 101010110 | 1000011 | 100110 |
Color Harmonies of #A12046
Complementary color
Monochromatic Colors of #A12046
Black with #A12046
Text Example
Text Example
White with #A12046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12046; }
p { color: rgb(161,32,70); }
H1.HeaderClassName
{
color: #A12046;
}
.AnyTagClassName
{
color: #A12046;
}
</style>
background-color css
<style>
a { background-color: #A12046; }
a { background-color: rgb(161,32,70); }
div.DivClassName
{
background-color: #A12046;
}
.BgClassName
{
background-color: #A12046;
}
</style>
border-color css
<style>
span { border-color: #A12046; }
span { border-color: rgb(161,32,70); }
td.TdClassName
{
border-color: #A12046;
}
.TagClassName
{
border-color: #A12046;
}
</style>