Shades of Lipstick #A02C60
Tints of Lipstick #A02C60
RGB
CMYK
RGB Variations
Color information
#A02C60 (or 0xA02C60) is known color: Lipstick. HEX triplet: A0, 2C and 60. RGB value is (160,44,96). Sum of RGB (Red+Green+Blue) = 160+44+96=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C60 is #5FD39F. Grayscale: #545454. Windows color (decimal): -6280096 or 6302880. OLE color: 6302880.
HSL color Cylindrical-coordinate representation of color #A02C60: hue angle of 333.1º 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 #A02C60 is Cyan = 0, Magento = 0.72, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 96 | - |
| CMYK | 0 | 0.72 | 0.4 | 0.37 |
| HSL | 333.1º | 0.57% | 0.4% | - |
| HSV(B) | 333.1º | 0.73% | 0.63% | - |
| XYZ | 17.51 | 10.12 | 12.1 | - |
| YUV | 84.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 96 | 0 | 0.72 | 0.4 | 0.37 | 333.1 | 0.57 | 0.4 |
| Hex | A0 | 2C | 60 | 0 | 48 | 28 | 25 | 14D | 39 | 28 |
| Octal | 240 | 54 | 140 | 0 | 110 | 50 | 45 | 515 | 71 | 50 |
| Binary | 10100000 | 101100 | 1100000 | 0 | 1001000 | 101000 | 100101 | 101001101 | 111001 | 101000 |
Color Harmonies of #A02C60
Complementary color
Monochromatic Colors of #A02C60
Black with #A02C60
Text Example
Text Example
White with #A02C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C60; }
p { color: rgb(160,44,96); }
H1.HeaderClassName
{
color: #A02C60;
}
.AnyTagClassName
{
color: #A02C60;
}
</style>
background-color css
<style>
a { background-color: #A02C60; }
a { background-color: rgb(160,44,96); }
div.DivClassName
{
background-color: #A02C60;
}
.BgClassName
{
background-color: #A02C60;
}
</style>
border-color css
<style>
span { border-color: #A02C60; }
span { border-color: rgb(160,44,96); }
td.TdClassName
{
border-color: #A02C60;
}
.TagClassName
{
border-color: #A02C60;
}
</style>