Shades of Lipstick #A12A69
Tints of Lipstick #A12A69
RGB
CMYK
RGB Variations
Color information
#A12A69 (or 0xA12A69) is known color: Lipstick. HEX triplet: A1, 2A and 69. RGB value is (161,42,105). Sum of RGB (Red+Green+Blue) = 161+42+105=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12A69 is #5ED596. Grayscale: #545454. Windows color (decimal): -6215063 or 6892193. OLE color: 6892193.
HSL color Cylindrical-coordinate representation of color #A12A69: hue angle of 328.24º 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 #A12A69 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 105 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.37 |
| HSL | 328.24º | 0.59% | 0.4% | - |
| HSV(B) | 328.24º | 0.74% | 0.63% | - |
| XYZ | 18.08 | 10.25 | 14.39 | - |
| YUV | 84.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 105 | 0 | 0.74 | 0.35 | 0.37 | 328.24 | 0.59 | 0.4 |
| Hex | A1 | 2A | 69 | 0 | 4A | 23 | 25 | 148 | 3B | 28 |
| Octal | 241 | 52 | 151 | 0 | 112 | 43 | 45 | 510 | 73 | 50 |
| Binary | 10100001 | 101010 | 1101001 | 0 | 1001010 | 100011 | 100101 | 101001000 | 111011 | 101000 |
Color Harmonies of #A12A69
Complementary color
Monochromatic Colors of #A12A69
Black with #A12A69
Text Example
Text Example
White with #A12A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A69; }
p { color: rgb(161,42,105); }
H1.HeaderClassName
{
color: #A12A69;
}
.AnyTagClassName
{
color: #A12A69;
}
</style>
background-color css
<style>
a { background-color: #A12A69; }
a { background-color: rgb(161,42,105); }
div.DivClassName
{
background-color: #A12A69;
}
.BgClassName
{
background-color: #A12A69;
}
</style>
border-color css
<style>
span { border-color: #A12A69; }
span { border-color: rgb(161,42,105); }
td.TdClassName
{
border-color: #A12A69;
}
.TagClassName
{
border-color: #A12A69;
}
</style>