Shades of Lipstick #A02D61
Tints of Lipstick #A02D61
RGB
CMYK
RGB Variations
Color information
#A02D61 (or 0xA02D61) is known color: Lipstick. HEX triplet: A0, 2D and 61. RGB value is (160,45,97). Sum of RGB (Red+Green+Blue) = 160+45+97=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D61 is #5FD29E. Grayscale: #555555. Windows color (decimal): -6279839 or 6368672. OLE color: 6368672.
HSL color Cylindrical-coordinate representation of color #A02D61: hue angle of 332.87º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02D61 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 97 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.37 |
| HSL | 332.87º | 0.56% | 0.4% | - |
| HSV(B) | 332.87º | 0.72% | 0.63% | - |
| XYZ | 17.59 | 10.21 | 12.35 | - |
| YUV | 85.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 97 | 0 | 0.72 | 0.39 | 0.37 | 332.87 | 0.56 | 0.4 |
| Hex | A0 | 2D | 61 | 0 | 48 | 27 | 25 | 14D | 38 | 28 |
| Octal | 240 | 55 | 141 | 0 | 110 | 47 | 45 | 515 | 70 | 50 |
| Binary | 10100000 | 101101 | 1100001 | 0 | 1001000 | 100111 | 100101 | 101001101 | 111000 | 101000 |
Color Harmonies of #A02D61
Complementary color
Monochromatic Colors of #A02D61
Black with #A02D61
Text Example
Text Example
White with #A02D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D61; }
p { color: rgb(160,45,97); }
H1.HeaderClassName
{
color: #A02D61;
}
.AnyTagClassName
{
color: #A02D61;
}
</style>
background-color css
<style>
a { background-color: #A02D61; }
a { background-color: rgb(160,45,97); }
div.DivClassName
{
background-color: #A02D61;
}
.BgClassName
{
background-color: #A02D61;
}
</style>
border-color css
<style>
span { border-color: #A02D61; }
span { border-color: rgb(160,45,97); }
td.TdClassName
{
border-color: #A02D61;
}
.TagClassName
{
border-color: #A02D61;
}
</style>