Shades of Lipstick #A02C5C
Tints of Lipstick #A02C5C
RGB
CMYK
RGB Variations
Color information
#A02C5C (or 0xA02C5C) is known color: Lipstick. HEX triplet: A0, 2C and 5C. RGB value is (160,44,92). Sum of RGB (Red+Green+Blue) = 160+44+92=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C5C is #5FD3A3. Grayscale: #545454. Windows color (decimal): -6280100 or 6040736. OLE color: 6040736.
HSL color Cylindrical-coordinate representation of color #A02C5C: hue angle of 335.17º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C5C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 92 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.37 |
| HSL | 335.17º | 0.57% | 0.4% | - |
| HSV(B) | 335.17º | 0.73% | 0.63% | - |
| XYZ | 17.33 | 10.05 | 11.15 | - |
| YUV | 84.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 92 | 0 | 0.72 | 0.43 | 0.37 | 335.17 | 0.57 | 0.4 |
| Hex | A0 | 2C | 5C | 0 | 48 | 2B | 25 | 14F | 39 | 28 |
| Octal | 240 | 54 | 134 | 0 | 110 | 53 | 45 | 517 | 71 | 50 |
| Binary | 10100000 | 101100 | 1011100 | 0 | 1001000 | 101011 | 100101 | 101001111 | 111001 | 101000 |
Color Harmonies of #A02C5C
Complementary color
Monochromatic Colors of #A02C5C
Black with #A02C5C
Text Example
Text Example
White with #A02C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C5C; }
p { color: rgb(160,44,92); }
H1.HeaderClassName
{
color: #A02C5C;
}
.AnyTagClassName
{
color: #A02C5C;
}
</style>
background-color css
<style>
a { background-color: #A02C5C; }
a { background-color: rgb(160,44,92); }
div.DivClassName
{
background-color: #A02C5C;
}
.BgClassName
{
background-color: #A02C5C;
}
</style>
border-color css
<style>
span { border-color: #A02C5C; }
span { border-color: rgb(160,44,92); }
td.TdClassName
{
border-color: #A02C5C;
}
.TagClassName
{
border-color: #A02C5C;
}
</style>