Shades of Lipstick #A12E5E
Tints of Lipstick #A12E5E
RGB
CMYK
RGB Variations
Color information
#A12E5E (or 0xA12E5E) is known color: Lipstick. HEX triplet: A1, 2E and 5E. RGB value is (161,46,94). Sum of RGB (Red+Green+Blue) = 161+46+94=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E5E is #5ED1A1. Grayscale: #555555. Windows color (decimal): -6214050 or 6172321. OLE color: 6172321.
HSL color Cylindrical-coordinate representation of color #A12E5E: hue angle of 334.96º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12E5E is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 94 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.37 |
| HSL | 334.96º | 0.56% | 0.41% | - |
| HSV(B) | 334.96º | 0.71% | 0.63% | - |
| XYZ | 17.7 | 10.34 | 11.65 | - |
| YUV | 85.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 94 | 0 | 0.71 | 0.42 | 0.37 | 334.96 | 0.56 | 0.41 |
| Hex | A1 | 2E | 5E | 0 | 47 | 2A | 25 | 14F | 38 | 29 |
| Octal | 241 | 56 | 136 | 0 | 107 | 52 | 45 | 517 | 70 | 51 |
| Binary | 10100001 | 101110 | 1011110 | 0 | 1000111 | 101010 | 100101 | 101001111 | 111000 | 101001 |
Color Harmonies of #A12E5E
Complementary color
Monochromatic Colors of #A12E5E
Black with #A12E5E
Text Example
Text Example
White with #A12E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12E5E; }
p { color: rgb(161,46,94); }
H1.HeaderClassName
{
color: #A12E5E;
}
.AnyTagClassName
{
color: #A12E5E;
}
</style>
background-color css
<style>
a { background-color: #A12E5E; }
a { background-color: rgb(161,46,94); }
div.DivClassName
{
background-color: #A12E5E;
}
.BgClassName
{
background-color: #A12E5E;
}
</style>
border-color css
<style>
span { border-color: #A12E5E; }
span { border-color: rgb(161,46,94); }
td.TdClassName
{
border-color: #A12E5E;
}
.TagClassName
{
border-color: #A12E5E;
}
</style>