Shades of Lipstick #A12D64
Tints of Lipstick #A12D64
RGB
CMYK
RGB Variations
Color information
#A12D64 (or 0xA12D64) is known color: Lipstick. HEX triplet: A1, 2D and 64. RGB value is (161,45,100). Sum of RGB (Red+Green+Blue) = 161+45+100=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12D64 is #5ED29B. Grayscale: #555555. Windows color (decimal): -6214300 or 6565281. OLE color: 6565281.
HSL color Cylindrical-coordinate representation of color #A12D64: hue angle of 331.55º 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 #A12D64 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 100 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.37 |
| HSL | 331.55º | 0.56% | 0.4% | - |
| HSV(B) | 331.55º | 0.72% | 0.63% | - |
| XYZ | 17.94 | 10.37 | 13.11 | - |
| YUV | 85.95 | 135.93 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 100 | 0 | 0.72 | 0.38 | 0.37 | 331.55 | 0.56 | 0.4 |
| Hex | A1 | 2D | 64 | 0 | 48 | 26 | 25 | 14C | 38 | 28 |
| Octal | 241 | 55 | 144 | 0 | 110 | 46 | 45 | 514 | 70 | 50 |
| Binary | 10100001 | 101101 | 1100100 | 0 | 1001000 | 100110 | 100101 | 101001100 | 111000 | 101000 |
Color Harmonies of #A12D64
Complementary color
Monochromatic Colors of #A12D64
Black with #A12D64
Text Example
Text Example
White with #A12D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D64; }
p { color: rgb(161,45,100); }
H1.HeaderClassName
{
color: #A12D64;
}
.AnyTagClassName
{
color: #A12D64;
}
</style>
background-color css
<style>
a { background-color: #A12D64; }
a { background-color: rgb(161,45,100); }
div.DivClassName
{
background-color: #A12D64;
}
.BgClassName
{
background-color: #A12D64;
}
</style>
border-color css
<style>
span { border-color: #A12D64; }
span { border-color: rgb(161,45,100); }
td.TdClassName
{
border-color: #A12D64;
}
.TagClassName
{
border-color: #A12D64;
}
</style>