Shades of Lipstick #A12C5D
Tints of Lipstick #A12C5D
RGB
CMYK
RGB Variations
Color information
#A12C5D (or 0xA12C5D) is known color: Lipstick. HEX triplet: A1, 2C and 5D. RGB value is (161,44,93). Sum of RGB (Red+Green+Blue) = 161+44+93=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12C5D is #5ED3A2. Grayscale: #545454. Windows color (decimal): -6214563 or 6106273. OLE color: 6106273.
HSL color Cylindrical-coordinate representation of color #A12C5D: hue angle of 334.87º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12C5D is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 44 | 93 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.37 |
| HSL | 334.87º | 0.57% | 0.4% | - |
| HSV(B) | 334.87º | 0.73% | 0.63% | - |
| XYZ | 17.57 | 10.17 | 11.39 | - |
| YUV | 84.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 93 | 0 | 0.73 | 0.42 | 0.37 | 334.87 | 0.57 | 0.4 |
| Hex | A1 | 2C | 5D | 0 | 49 | 2A | 25 | 14F | 39 | 28 |
| Octal | 241 | 54 | 135 | 0 | 111 | 52 | 45 | 517 | 71 | 50 |
| Binary | 10100001 | 101100 | 1011101 | 0 | 1001001 | 101010 | 100101 | 101001111 | 111001 | 101000 |
Color Harmonies of #A12C5D
Complementary color
Monochromatic Colors of #A12C5D
Black with #A12C5D
Text Example
Text Example
White with #A12C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12C5D; }
p { color: rgb(161,44,93); }
H1.HeaderClassName
{
color: #A12C5D;
}
.AnyTagClassName
{
color: #A12C5D;
}
</style>
background-color css
<style>
a { background-color: #A12C5D; }
a { background-color: rgb(161,44,93); }
div.DivClassName
{
background-color: #A12C5D;
}
.BgClassName
{
background-color: #A12C5D;
}
</style>
border-color css
<style>
span { border-color: #A12C5D; }
span { border-color: rgb(161,44,93); }
td.TdClassName
{
border-color: #A12C5D;
}
.TagClassName
{
border-color: #A12C5D;
}
</style>