Shades of Lipstick #A12D4B
Tints of Lipstick #A12D4B
RGB
CMYK
RGB Variations
Color information
#A12D4B (or 0xA12D4B) is known color: Lipstick. HEX triplet: A1, 2D and 4B. RGB value is (161,45,75). Sum of RGB (Red+Green+Blue) = 161+45+75=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D4B is #5ED2B4. Grayscale: #535353. Windows color (decimal): -6214325 or 4926881. OLE color: 4926881.
HSL color Cylindrical-coordinate representation of color #A12D4B: hue angle of 344.48º 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 #A12D4B is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 75 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.37 |
| HSL | 344.48º | 0.56% | 0.4% | - |
| HSV(B) | 344.48º | 0.72% | 0.63% | - |
| XYZ | 16.91 | 9.96 | 7.69 | - |
| YUV | 83.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 75 | 0 | 0.72 | 0.53 | 0.37 | 344.48 | 0.56 | 0.4 |
| Hex | A1 | 2D | 4B | 0 | 48 | 35 | 25 | 158 | 38 | 28 |
| Octal | 241 | 55 | 113 | 0 | 110 | 65 | 45 | 530 | 70 | 50 |
| Binary | 10100001 | 101101 | 1001011 | 0 | 1001000 | 110101 | 100101 | 101011000 | 111000 | 101000 |
Color Harmonies of #A12D4B
Complementary color
Monochromatic Colors of #A12D4B
Black with #A12D4B
Text Example
Text Example
White with #A12D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D4B; }
p { color: rgb(161,45,75); }
H1.HeaderClassName
{
color: #A12D4B;
}
.AnyTagClassName
{
color: #A12D4B;
}
</style>
background-color css
<style>
a { background-color: #A12D4B; }
a { background-color: rgb(161,45,75); }
div.DivClassName
{
background-color: #A12D4B;
}
.BgClassName
{
background-color: #A12D4B;
}
</style>
border-color css
<style>
span { border-color: #A12D4B; }
span { border-color: rgb(161,45,75); }
td.TdClassName
{
border-color: #A12D4B;
}
.TagClassName
{
border-color: #A12D4B;
}
</style>