Shades of Lipstick #A12A4E
Tints of Lipstick #A12A4E
RGB
CMYK
RGB Variations
Color information
#A12A4E (or 0xA12A4E) is known color: Lipstick. HEX triplet: A1, 2A and 4E. RGB value is (161,42,78). Sum of RGB (Red+Green+Blue) = 161+42+78=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12A4E is #5ED5B1. Grayscale: #515151. Windows color (decimal): -6215090 or 5122721. OLE color: 5122721.
HSL color Cylindrical-coordinate representation of color #A12A4E: hue angle of 341.85º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A4E is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 78 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.37 |
| HSL | 341.85º | 0.59% | 0.4% | - |
| HSV(B) | 341.85º | 0.74% | 0.63% | - |
| XYZ | 16.9 | 9.78 | 8.21 | - |
| YUV | 81.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 78 | 0 | 0.74 | 0.52 | 0.37 | 341.85 | 0.59 | 0.4 |
| Hex | A1 | 2A | 4E | 0 | 4A | 34 | 25 | 156 | 3B | 28 |
| Octal | 241 | 52 | 116 | 0 | 112 | 64 | 45 | 526 | 73 | 50 |
| Binary | 10100001 | 101010 | 1001110 | 0 | 1001010 | 110100 | 100101 | 101010110 | 111011 | 101000 |
Color Harmonies of #A12A4E
Complementary color
Monochromatic Colors of #A12A4E
Black with #A12A4E
Text Example
Text Example
White with #A12A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A4E; }
p { color: rgb(161,42,78); }
H1.HeaderClassName
{
color: #A12A4E;
}
.AnyTagClassName
{
color: #A12A4E;
}
</style>
background-color css
<style>
a { background-color: #A12A4E; }
a { background-color: rgb(161,42,78); }
div.DivClassName
{
background-color: #A12A4E;
}
.BgClassName
{
background-color: #A12A4E;
}
</style>
border-color css
<style>
span { border-color: #A12A4E; }
span { border-color: rgb(161,42,78); }
td.TdClassName
{
border-color: #A12A4E;
}
.TagClassName
{
border-color: #A12A4E;
}
</style>