Shades of Lipstick #A02A4D
Tints of Lipstick #A02A4D
RGB
CMYK
RGB Variations
Color information
#A02A4D (or 0xA02A4D) is known color: Lipstick. HEX triplet: A0, 2A and 4D. RGB value is (160,42,77). Sum of RGB (Red+Green+Blue) = 160+42+77=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A4D is #5FD5B2. Grayscale: #515151. Windows color (decimal): -6280627 or 5057184. OLE color: 5057184.
HSL color Cylindrical-coordinate representation of color #A02A4D: hue angle of 342.2º 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 #A02A4D is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 77 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.37 |
| HSL | 342.2º | 0.58% | 0.4% | - |
| HSV(B) | 342.2º | 0.74% | 0.63% | - |
| XYZ | 16.66 | 9.67 | 8.01 | - |
| YUV | 81.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 77 | 0 | 0.74 | 0.52 | 0.37 | 342.2 | 0.58 | 0.4 |
| Hex | A0 | 2A | 4D | 0 | 4A | 34 | 25 | 156 | 3A | 28 |
| Octal | 240 | 52 | 115 | 0 | 112 | 64 | 45 | 526 | 72 | 50 |
| Binary | 10100000 | 101010 | 1001101 | 0 | 1001010 | 110100 | 100101 | 101010110 | 111010 | 101000 |
Color Harmonies of #A02A4D
Complementary color
Monochromatic Colors of #A02A4D
Black with #A02A4D
Text Example
Text Example
White with #A02A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A4D; }
p { color: rgb(160,42,77); }
H1.HeaderClassName
{
color: #A02A4D;
}
.AnyTagClassName
{
color: #A02A4D;
}
</style>
background-color css
<style>
a { background-color: #A02A4D; }
a { background-color: rgb(160,42,77); }
div.DivClassName
{
background-color: #A02A4D;
}
.BgClassName
{
background-color: #A02A4D;
}
</style>
border-color css
<style>
span { border-color: #A02A4D; }
span { border-color: rgb(160,42,77); }
td.TdClassName
{
border-color: #A02A4D;
}
.TagClassName
{
border-color: #A02A4D;
}
</style>