Shades of Lipstick #A42B5F
Tints of Lipstick #A42B5F
RGB
CMYK
RGB Variations
Color information
#A42B5F (or 0xA42B5F) is known color: Lipstick. HEX triplet: A4, 2B and 5F. RGB value is (164,43,95). Sum of RGB (Red+Green+Blue) = 164+43+95=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42B5F is #5BD4A0. Grayscale: #555555. Windows color (decimal): -6018209 or 6237092. OLE color: 6237092.
HSL color Cylindrical-coordinate representation of color #A42B5F: hue angle of 334.21º 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 #A42B5F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 95 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.36 |
| HSL | 334.21º | 0.58% | 0.41% | - |
| HSV(B) | 334.21º | 0.74% | 0.64% | - |
| XYZ | 18.24 | 10.45 | 11.88 | - |
| YUV | 85.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 95 | 0 | 0.74 | 0.42 | 0.36 | 334.21 | 0.58 | 0.41 |
| Hex | A4 | 2B | 5F | 0 | 4A | 2A | 24 | 14E | 3A | 29 |
| Octal | 244 | 53 | 137 | 0 | 112 | 52 | 44 | 516 | 72 | 51 |
| Binary | 10100100 | 101011 | 1011111 | 0 | 1001010 | 101010 | 100100 | 101001110 | 111010 | 101001 |
Color Harmonies of #A42B5F
Complementary color
Monochromatic Colors of #A42B5F
Black with #A42B5F
Text Example
Text Example
White with #A42B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B5F; }
p { color: rgb(164,43,95); }
H1.HeaderClassName
{
color: #A42B5F;
}
.AnyTagClassName
{
color: #A42B5F;
}
</style>
background-color css
<style>
a { background-color: #A42B5F; }
a { background-color: rgb(164,43,95); }
div.DivClassName
{
background-color: #A42B5F;
}
.BgClassName
{
background-color: #A42B5F;
}
</style>
border-color css
<style>
span { border-color: #A42B5F; }
span { border-color: rgb(164,43,95); }
td.TdClassName
{
border-color: #A42B5F;
}
.TagClassName
{
border-color: #A42B5F;
}
</style>