Shades of Lipstick #A12D4C
Tints of Lipstick #A12D4C
RGB
CMYK
RGB Variations
Color information
#A12D4C (or 0xA12D4C) is known color: Lipstick. HEX triplet: A1, 2D and 4C. RGB value is (161,45,76). Sum of RGB (Red+Green+Blue) = 161+45+76=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D4C is #5ED2B3. Grayscale: #535353. Windows color (decimal): -6214324 or 4992417. OLE color: 4992417.
HSL color Cylindrical-coordinate representation of color #A12D4C: hue angle of 343.97º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12D4C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 76 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.37 |
| HSL | 343.97º | 0.56% | 0.4% | - |
| HSV(B) | 343.97º | 0.72% | 0.63% | - |
| XYZ | 16.94 | 9.98 | 7.87 | - |
| YUV | 83.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 76 | 0 | 0.72 | 0.53 | 0.37 | 343.97 | 0.56 | 0.4 |
| Hex | A1 | 2D | 4C | 0 | 48 | 35 | 25 | 158 | 38 | 28 |
| Octal | 241 | 55 | 114 | 0 | 110 | 65 | 45 | 530 | 70 | 50 |
| Binary | 10100001 | 101101 | 1001100 | 0 | 1001000 | 110101 | 100101 | 101011000 | 111000 | 101000 |
Color Harmonies of #A12D4C
Complementary color
Monochromatic Colors of #A12D4C
Black with #A12D4C
Text Example
Text Example
White with #A12D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D4C; }
p { color: rgb(161,45,76); }
H1.HeaderClassName
{
color: #A12D4C;
}
.AnyTagClassName
{
color: #A12D4C;
}
</style>
background-color css
<style>
a { background-color: #A12D4C; }
a { background-color: rgb(161,45,76); }
div.DivClassName
{
background-color: #A12D4C;
}
.BgClassName
{
background-color: #A12D4C;
}
</style>
border-color css
<style>
span { border-color: #A12D4C; }
span { border-color: rgb(161,45,76); }
td.TdClassName
{
border-color: #A12D4C;
}
.TagClassName
{
border-color: #A12D4C;
}
</style>