Shades of Lipstick #A02046
Tints of Lipstick #A02046
RGB
CMYK
RGB Variations
Color information
#A02046 (or 0xA02046) is known color: Lipstick. HEX triplet: A0, 20 and 46. RGB value is (160,32,70). Sum of RGB (Red+Green+Blue) = 160+32+70=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A02046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02046 is #5FDFB9. Grayscale: #4A4A4A. Windows color (decimal): -6283194 or 4595872. OLE color: 4595872.
HSL color Cylindrical-coordinate representation of color #A02046: hue angle of 342.19º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02046 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 70 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.37 |
| HSL | 342.19º | 0.67% | 0.38% | - |
| HSV(B) | 342.19º | 0.8% | 0.63% | - |
| XYZ | 16.12 | 8.95 | 6.67 | - |
| YUV | 74.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 70 | 0 | 0.80 | 0.56 | 0.37 | 342.19 | 0.67 | 0.38 |
| Hex | A0 | 20 | 46 | 0 | 50 | 38 | 25 | 156 | 43 | 26 |
| Octal | 240 | 40 | 106 | 0 | 120 | 70 | 45 | 526 | 103 | 46 |
| Binary | 10100000 | 100000 | 1000110 | 0 | 1010000 | 111000 | 100101 | 101010110 | 1000011 | 100110 |
Color Harmonies of #A02046
Complementary color
Monochromatic Colors of #A02046
Black with #A02046
Text Example
Text Example
White with #A02046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02046; }
p { color: rgb(160,32,70); }
H1.HeaderClassName
{
color: #A02046;
}
.AnyTagClassName
{
color: #A02046;
}
</style>
background-color css
<style>
a { background-color: #A02046; }
a { background-color: rgb(160,32,70); }
div.DivClassName
{
background-color: #A02046;
}
.BgClassName
{
background-color: #A02046;
}
</style>
border-color css
<style>
span { border-color: #A02046; }
span { border-color: rgb(160,32,70); }
td.TdClassName
{
border-color: #A02046;
}
.TagClassName
{
border-color: #A02046;
}
</style>