Shades of Lipstick #A02A46
Tints of Lipstick #A02A46
RGB
CMYK
RGB Variations
Color information
#A02A46 (or 0xA02A46) is known color: Lipstick. HEX triplet: A0, 2A and 46. RGB value is (160,42,70). Sum of RGB (Red+Green+Blue) = 160+42+70=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A46 is #5FD5B9. Grayscale: #505050. Windows color (decimal): -6280634 or 4598432. OLE color: 4598432.
HSL color Cylindrical-coordinate representation of color #A02A46: hue angle of 345.76º 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 #A02A46 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 70 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.37 |
| HSL | 345.76º | 0.58% | 0.4% | - |
| HSV(B) | 345.76º | 0.74% | 0.63% | - |
| XYZ | 16.43 | 9.57 | 6.78 | - |
| YUV | 80.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 70 | 0 | 0.74 | 0.56 | 0.37 | 345.76 | 0.58 | 0.4 |
| Hex | A0 | 2A | 46 | 0 | 4A | 38 | 25 | 15A | 3A | 28 |
| Octal | 240 | 52 | 106 | 0 | 112 | 70 | 45 | 532 | 72 | 50 |
| Binary | 10100000 | 101010 | 1000110 | 0 | 1001010 | 111000 | 100101 | 101011010 | 111010 | 101000 |
Color Harmonies of #A02A46
Complementary color
Monochromatic Colors of #A02A46
Black with #A02A46
Text Example
Text Example
White with #A02A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A46; }
p { color: rgb(160,42,70); }
H1.HeaderClassName
{
color: #A02A46;
}
.AnyTagClassName
{
color: #A02A46;
}
</style>
background-color css
<style>
a { background-color: #A02A46; }
a { background-color: rgb(160,42,70); }
div.DivClassName
{
background-color: #A02A46;
}
.BgClassName
{
background-color: #A02A46;
}
</style>
border-color css
<style>
span { border-color: #A02A46; }
span { border-color: rgb(160,42,70); }
td.TdClassName
{
border-color: #A02A46;
}
.TagClassName
{
border-color: #A02A46;
}
</style>