Shades of Lipstick #A02E5A
Tints of Lipstick #A02E5A
RGB
CMYK
RGB Variations
Color information
#A02E5A (or 0xA02E5A) is known color: Lipstick. HEX triplet: A0, 2E and 5A. RGB value is (160,46,90). Sum of RGB (Red+Green+Blue) = 160+46+90=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02E5A is #5FD1A5. Grayscale: #555555. Windows color (decimal): -6279590 or 5910176. OLE color: 5910176.
HSL color Cylindrical-coordinate representation of color #A02E5A: hue angle of 336.84º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02E5A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 46 | 90 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.37 |
| HSL | 336.84º | 0.55% | 0.4% | - |
| HSV(B) | 336.84º | 0.71% | 0.63% | - |
| XYZ | 17.32 | 10.17 | 10.72 | - |
| YUV | 85.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 90 | 0 | 0.71 | 0.44 | 0.37 | 336.84 | 0.55 | 0.4 |
| Hex | A0 | 2E | 5A | 0 | 47 | 2C | 25 | 151 | 37 | 28 |
| Octal | 240 | 56 | 132 | 0 | 107 | 54 | 45 | 521 | 67 | 50 |
| Binary | 10100000 | 101110 | 1011010 | 0 | 1000111 | 101100 | 100101 | 101010001 | 110111 | 101000 |
Color Harmonies of #A02E5A
Complementary color
Monochromatic Colors of #A02E5A
Black with #A02E5A
Text Example
Text Example
White with #A02E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02E5A; }
p { color: rgb(160,46,90); }
H1.HeaderClassName
{
color: #A02E5A;
}
.AnyTagClassName
{
color: #A02E5A;
}
</style>
background-color css
<style>
a { background-color: #A02E5A; }
a { background-color: rgb(160,46,90); }
div.DivClassName
{
background-color: #A02E5A;
}
.BgClassName
{
background-color: #A02E5A;
}
</style>
border-color css
<style>
span { border-color: #A02E5A; }
span { border-color: rgb(160,46,90); }
td.TdClassName
{
border-color: #A02E5A;
}
.TagClassName
{
border-color: #A02E5A;
}
</style>