Shades of Lipstick #A42F57
Tints of Lipstick #A42F57
RGB
CMYK
RGB Variations
Color information
#A42F57 (or 0xA42F57) is known color: Lipstick. HEX triplet: A4, 2F and 57. RGB value is (164,47,87). Sum of RGB (Red+Green+Blue) = 164+47+87=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42F57 is #5BD0A8. Grayscale: #565656. Windows color (decimal): -6017193 or 5713828. OLE color: 5713828.
HSL color Cylindrical-coordinate representation of color #A42F57: hue angle of 339.49º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A42F57 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 87 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.36 |
| HSL | 339.49º | 0.55% | 0.41% | - |
| HSV(B) | 339.49º | 0.71% | 0.64% | - |
| XYZ | 18.05 | 10.61 | 10.11 | - |
| YUV | 86.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 87 | 0 | 0.71 | 0.47 | 0.36 | 339.49 | 0.55 | 0.41 |
| Hex | A4 | 2F | 57 | 0 | 47 | 2F | 24 | 153 | 37 | 29 |
| Octal | 244 | 57 | 127 | 0 | 107 | 57 | 44 | 523 | 67 | 51 |
| Binary | 10100100 | 101111 | 1010111 | 0 | 1000111 | 101111 | 100100 | 101010011 | 110111 | 101001 |
Color Harmonies of #A42F57
Complementary color
Monochromatic Colors of #A42F57
Black with #A42F57
Text Example
Text Example
White with #A42F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F57; }
p { color: rgb(164,47,87); }
H1.HeaderClassName
{
color: #A42F57;
}
.AnyTagClassName
{
color: #A42F57;
}
</style>
background-color css
<style>
a { background-color: #A42F57; }
a { background-color: rgb(164,47,87); }
div.DivClassName
{
background-color: #A42F57;
}
.BgClassName
{
background-color: #A42F57;
}
</style>
border-color css
<style>
span { border-color: #A42F57; }
span { border-color: rgb(164,47,87); }
td.TdClassName
{
border-color: #A42F57;
}
.TagClassName
{
border-color: #A42F57;
}
</style>