Shades of Lipstick #A02C62
Tints of Lipstick #A02C62
RGB
CMYK
RGB Variations
Color information
#A02C62 (or 0xA02C62) is known color: Lipstick. HEX triplet: A0, 2C and 62. RGB value is (160,44,98). Sum of RGB (Red+Green+Blue) = 160+44+98=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C62 is #5FD39D. Grayscale: #545454. Windows color (decimal): -6280094 or 6433952. OLE color: 6433952.
HSL color Cylindrical-coordinate representation of color #A02C62: hue angle of 332.07º 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 #A02C62 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 98 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.37 |
| HSL | 332.07º | 0.57% | 0.4% | - |
| HSV(B) | 332.07º | 0.73% | 0.63% | - |
| XYZ | 17.6 | 10.16 | 12.59 | - |
| YUV | 84.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 98 | 0 | 0.72 | 0.39 | 0.37 | 332.07 | 0.57 | 0.4 |
| Hex | A0 | 2C | 62 | 0 | 48 | 27 | 25 | 14C | 39 | 28 |
| Octal | 240 | 54 | 142 | 0 | 110 | 47 | 45 | 514 | 71 | 50 |
| Binary | 10100000 | 101100 | 1100010 | 0 | 1001000 | 100111 | 100101 | 101001100 | 111001 | 101000 |
Color Harmonies of #A02C62
Complementary color
Monochromatic Colors of #A02C62
Black with #A02C62
Text Example
Text Example
White with #A02C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C62; }
p { color: rgb(160,44,98); }
H1.HeaderClassName
{
color: #A02C62;
}
.AnyTagClassName
{
color: #A02C62;
}
</style>
background-color css
<style>
a { background-color: #A02C62; }
a { background-color: rgb(160,44,98); }
div.DivClassName
{
background-color: #A02C62;
}
.BgClassName
{
background-color: #A02C62;
}
</style>
border-color css
<style>
span { border-color: #A02C62; }
span { border-color: rgb(160,44,98); }
td.TdClassName
{
border-color: #A02C62;
}
.TagClassName
{
border-color: #A02C62;
}
</style>