Shades of Lipstick #A42B59
Tints of Lipstick #A42B59
RGB
CMYK
RGB Variations
Color information
#A42B59 (or 0xA42B59) is known color: Lipstick. HEX triplet: A4, 2B and 59. RGB value is (164,43,89). Sum of RGB (Red+Green+Blue) = 164+43+89=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42B59 is #5BD4A6. Grayscale: #545454. Windows color (decimal): -6018215 or 5843876. OLE color: 5843876.
HSL color Cylindrical-coordinate representation of color #A42B59: hue angle of 337.19º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B59 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 89 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.36 |
| HSL | 337.19º | 0.58% | 0.41% | - |
| HSV(B) | 337.19º | 0.74% | 0.64% | - |
| XYZ | 17.98 | 10.34 | 10.5 | - |
| YUV | 84.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 89 | 0 | 0.74 | 0.46 | 0.36 | 337.19 | 0.58 | 0.41 |
| Hex | A4 | 2B | 59 | 0 | 4A | 2E | 24 | 151 | 3A | 29 |
| Octal | 244 | 53 | 131 | 0 | 112 | 56 | 44 | 521 | 72 | 51 |
| Binary | 10100100 | 101011 | 1011001 | 0 | 1001010 | 101110 | 100100 | 101010001 | 111010 | 101001 |
Color Harmonies of #A42B59
Complementary color
Monochromatic Colors of #A42B59
Black with #A42B59
Text Example
Text Example
White with #A42B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B59; }
p { color: rgb(164,43,89); }
H1.HeaderClassName
{
color: #A42B59;
}
.AnyTagClassName
{
color: #A42B59;
}
</style>
background-color css
<style>
a { background-color: #A42B59; }
a { background-color: rgb(164,43,89); }
div.DivClassName
{
background-color: #A42B59;
}
.BgClassName
{
background-color: #A42B59;
}
</style>
border-color css
<style>
span { border-color: #A42B59; }
span { border-color: rgb(164,43,89); }
td.TdClassName
{
border-color: #A42B59;
}
.TagClassName
{
border-color: #A42B59;
}
</style>