Shades of Lipstick #A42E56
Tints of Lipstick #A42E56
RGB
CMYK
RGB Variations
Color information
#A42E56 (or 0xA42E56) is known color: Lipstick. HEX triplet: A4, 2E and 56. RGB value is (164,46,86). Sum of RGB (Red+Green+Blue) = 164+46+86=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E56 is #5BD1A9. Grayscale: #555555. Windows color (decimal): -6017450 or 5648036. OLE color: 5648036.
HSL color Cylindrical-coordinate representation of color #A42E56: hue angle of 339.66º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42E56 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 46 | 86 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.36 |
| HSL | 339.66º | 0.56% | 0.41% | - |
| HSV(B) | 339.66º | 0.72% | 0.64% | - |
| XYZ | 17.97 | 10.52 | 9.89 | - |
| YUV | 85.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 86 | 0 | 0.72 | 0.48 | 0.36 | 339.66 | 0.56 | 0.41 |
| Hex | A4 | 2E | 56 | 0 | 48 | 30 | 24 | 154 | 38 | 29 |
| Octal | 244 | 56 | 126 | 0 | 110 | 60 | 44 | 524 | 70 | 51 |
| Binary | 10100100 | 101110 | 1010110 | 0 | 1001000 | 110000 | 100100 | 101010100 | 111000 | 101001 |
Color Harmonies of #A42E56
Complementary color
Monochromatic Colors of #A42E56
Black with #A42E56
Text Example
Text Example
White with #A42E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42E56; }
p { color: rgb(164,46,86); }
H1.HeaderClassName
{
color: #A42E56;
}
.AnyTagClassName
{
color: #A42E56;
}
</style>
background-color css
<style>
a { background-color: #A42E56; }
a { background-color: rgb(164,46,86); }
div.DivClassName
{
background-color: #A42E56;
}
.BgClassName
{
background-color: #A42E56;
}
</style>
border-color css
<style>
span { border-color: #A42E56; }
span { border-color: rgb(164,46,86); }
td.TdClassName
{
border-color: #A42E56;
}
.TagClassName
{
border-color: #A42E56;
}
</style>