Shades of Lipstick #A02F61
Tints of Lipstick #A02F61
RGB
CMYK
RGB Variations
Color information
#A02F61 (or 0xA02F61) is known color: Lipstick. HEX triplet: A0, 2F and 61. RGB value is (160,47,97). Sum of RGB (Red+Green+Blue) = 160+47+97=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F61 is #5FD09E. Grayscale: #565656. Windows color (decimal): -6279327 or 6369184. OLE color: 6369184.
HSL color Cylindrical-coordinate representation of color #A02F61: hue angle of 333.45º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F61 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 97 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.37 |
| HSL | 333.45º | 0.55% | 0.41% | - |
| HSV(B) | 333.45º | 0.71% | 0.63% | - |
| XYZ | 17.67 | 10.37 | 12.38 | - |
| YUV | 86.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 97 | 0 | 0.71 | 0.39 | 0.37 | 333.45 | 0.55 | 0.41 |
| Hex | A0 | 2F | 61 | 0 | 47 | 27 | 25 | 14D | 37 | 29 |
| Octal | 240 | 57 | 141 | 0 | 107 | 47 | 45 | 515 | 67 | 51 |
| Binary | 10100000 | 101111 | 1100001 | 0 | 1000111 | 100111 | 100101 | 101001101 | 110111 | 101001 |
Color Harmonies of #A02F61
Complementary color
Monochromatic Colors of #A02F61
Black with #A02F61
Text Example
Text Example
White with #A02F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F61; }
p { color: rgb(160,47,97); }
H1.HeaderClassName
{
color: #A02F61;
}
.AnyTagClassName
{
color: #A02F61;
}
</style>
background-color css
<style>
a { background-color: #A02F61; }
a { background-color: rgb(160,47,97); }
div.DivClassName
{
background-color: #A02F61;
}
.BgClassName
{
background-color: #A02F61;
}
</style>
border-color css
<style>
span { border-color: #A02F61; }
span { border-color: rgb(160,47,97); }
td.TdClassName
{
border-color: #A02F61;
}
.TagClassName
{
border-color: #A02F61;
}
</style>