Shades of Lipstick #A02A55
Tints of Lipstick #A02A55
RGB
CMYK
RGB Variations
Color information
#A02A55 (or 0xA02A55) is known color: Lipstick. HEX triplet: A0, 2A and 55. RGB value is (160,42,85). Sum of RGB (Red+Green+Blue) = 160+42+85=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A55 is #5FD5AA. Grayscale: #525252. Windows color (decimal): -6280619 or 5581472. OLE color: 5581472.
HSL color Cylindrical-coordinate representation of color #A02A55: hue angle of 338.14º 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 #A02A55 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 85 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.37 |
| HSL | 338.14º | 0.58% | 0.4% | - |
| HSV(B) | 338.14º | 0.74% | 0.63% | - |
| XYZ | 16.96 | 9.79 | 9.59 | - |
| YUV | 82.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 85 | 0 | 0.74 | 0.47 | 0.37 | 338.14 | 0.58 | 0.4 |
| Hex | A0 | 2A | 55 | 0 | 4A | 2F | 25 | 152 | 3A | 28 |
| Octal | 240 | 52 | 125 | 0 | 112 | 57 | 45 | 522 | 72 | 50 |
| Binary | 10100000 | 101010 | 1010101 | 0 | 1001010 | 101111 | 100101 | 101010010 | 111010 | 101000 |
Color Harmonies of #A02A55
Complementary color
Monochromatic Colors of #A02A55
Black with #A02A55
Text Example
Text Example
White with #A02A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A55; }
p { color: rgb(160,42,85); }
H1.HeaderClassName
{
color: #A02A55;
}
.AnyTagClassName
{
color: #A02A55;
}
</style>
background-color css
<style>
a { background-color: #A02A55; }
a { background-color: rgb(160,42,85); }
div.DivClassName
{
background-color: #A02A55;
}
.BgClassName
{
background-color: #A02A55;
}
</style>
border-color css
<style>
span { border-color: #A02A55; }
span { border-color: rgb(160,42,85); }
td.TdClassName
{
border-color: #A02A55;
}
.TagClassName
{
border-color: #A02A55;
}
</style>