Shades of Lipstick #A02A5E
Tints of Lipstick #A02A5E
RGB
CMYK
RGB Variations
Color information
#A02A5E (or 0xA02A5E) is known color: Lipstick. HEX triplet: A0, 2A and 5E. RGB value is (160,42,94). Sum of RGB (Red+Green+Blue) = 160+42+94=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A5E is #5FD5A1. Grayscale: #535353. Windows color (decimal): -6280610 or 6171296. OLE color: 6171296.
HSL color Cylindrical-coordinate representation of color #A02A5E: hue angle of 333.56º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A5E is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 94 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.37 |
| HSL | 333.56º | 0.58% | 0.4% | - |
| HSV(B) | 333.56º | 0.74% | 0.63% | - |
| XYZ | 17.35 | 9.94 | 11.59 | - |
| YUV | 83.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 94 | 0 | 0.74 | 0.41 | 0.37 | 333.56 | 0.58 | 0.4 |
| Hex | A0 | 2A | 5E | 0 | 4A | 29 | 25 | 14E | 3A | 28 |
| Octal | 240 | 52 | 136 | 0 | 112 | 51 | 45 | 516 | 72 | 50 |
| Binary | 10100000 | 101010 | 1011110 | 0 | 1001010 | 101001 | 100101 | 101001110 | 111010 | 101000 |
Color Harmonies of #A02A5E
Complementary color
Monochromatic Colors of #A02A5E
Black with #A02A5E
Text Example
Text Example
White with #A02A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A5E; }
p { color: rgb(160,42,94); }
H1.HeaderClassName
{
color: #A02A5E;
}
.AnyTagClassName
{
color: #A02A5E;
}
</style>
background-color css
<style>
a { background-color: #A02A5E; }
a { background-color: rgb(160,42,94); }
div.DivClassName
{
background-color: #A02A5E;
}
.BgClassName
{
background-color: #A02A5E;
}
</style>
border-color css
<style>
span { border-color: #A02A5E; }
span { border-color: rgb(160,42,94); }
td.TdClassName
{
border-color: #A02A5E;
}
.TagClassName
{
border-color: #A02A5E;
}
</style>