Shades of Lipstick #A02E4E
Tints of Lipstick #A02E4E
RGB
CMYK
RGB Variations
Color information
#A02E4E (or 0xA02E4E) is known color: Lipstick. HEX triplet: A0, 2E and 4E. RGB value is (160,46,78). Sum of RGB (Red+Green+Blue) = 160+46+78=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02E4E is #5FD1B1. Grayscale: #535353. Windows color (decimal): -6279602 or 5123744. OLE color: 5123744.
HSL color Cylindrical-coordinate representation of color #A02E4E: hue angle of 343.16º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02E4E is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 46 | 78 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.37 |
| HSL | 343.16º | 0.55% | 0.4% | - |
| HSV(B) | 343.16º | 0.71% | 0.63% | - |
| XYZ | 16.85 | 9.98 | 8.25 | - |
| YUV | 83.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 78 | 0 | 0.71 | 0.51 | 0.37 | 343.16 | 0.55 | 0.4 |
| Hex | A0 | 2E | 4E | 0 | 47 | 33 | 25 | 157 | 37 | 28 |
| Octal | 240 | 56 | 116 | 0 | 107 | 63 | 45 | 527 | 67 | 50 |
| Binary | 10100000 | 101110 | 1001110 | 0 | 1000111 | 110011 | 100101 | 101010111 | 110111 | 101000 |
Color Harmonies of #A02E4E
Complementary color
Monochromatic Colors of #A02E4E
Black with #A02E4E
Text Example
Text Example
White with #A02E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02E4E; }
p { color: rgb(160,46,78); }
H1.HeaderClassName
{
color: #A02E4E;
}
.AnyTagClassName
{
color: #A02E4E;
}
</style>
background-color css
<style>
a { background-color: #A02E4E; }
a { background-color: rgb(160,46,78); }
div.DivClassName
{
background-color: #A02E4E;
}
.BgClassName
{
background-color: #A02E4E;
}
</style>
border-color css
<style>
span { border-color: #A02E4E; }
span { border-color: rgb(160,46,78); }
td.TdClassName
{
border-color: #A02E4E;
}
.TagClassName
{
border-color: #A02E4E;
}
</style>