Shades of Lipstick #A02A52
Tints of Lipstick #A02A52
RGB
CMYK
RGB Variations
Color information
#A02A52 (or 0xA02A52) is known color: Lipstick. HEX triplet: A0, 2A and 52. RGB value is (160,42,82). Sum of RGB (Red+Green+Blue) = 160+42+82=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A52 is #5FD5AD. Grayscale: #515151. Windows color (decimal): -6280622 or 5384864. OLE color: 5384864.
HSL color Cylindrical-coordinate representation of color #A02A52: hue angle of 339.66º 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 #A02A52 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 82 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.37 |
| HSL | 339.66º | 0.58% | 0.4% | - |
| HSV(B) | 339.66º | 0.74% | 0.63% | - |
| XYZ | 16.85 | 9.74 | 8.97 | - |
| YUV | 81.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 82 | 0 | 0.74 | 0.49 | 0.37 | 339.66 | 0.58 | 0.4 |
| Hex | A0 | 2A | 52 | 0 | 4A | 31 | 25 | 154 | 3A | 28 |
| Octal | 240 | 52 | 122 | 0 | 112 | 61 | 45 | 524 | 72 | 50 |
| Binary | 10100000 | 101010 | 1010010 | 0 | 1001010 | 110001 | 100101 | 101010100 | 111010 | 101000 |
Color Harmonies of #A02A52
Complementary color
Monochromatic Colors of #A02A52
Black with #A02A52
Text Example
Text Example
White with #A02A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A52; }
p { color: rgb(160,42,82); }
H1.HeaderClassName
{
color: #A02A52;
}
.AnyTagClassName
{
color: #A02A52;
}
</style>
background-color css
<style>
a { background-color: #A02A52; }
a { background-color: rgb(160,42,82); }
div.DivClassName
{
background-color: #A02A52;
}
.BgClassName
{
background-color: #A02A52;
}
</style>
border-color css
<style>
span { border-color: #A02A52; }
span { border-color: rgb(160,42,82); }
td.TdClassName
{
border-color: #A02A52;
}
.TagClassName
{
border-color: #A02A52;
}
</style>