Shades of Lipstick #A02A4F
Tints of Lipstick #A02A4F
RGB
CMYK
RGB Variations
Color information
#A02A4F (or 0xA02A4F) is known color: Lipstick. HEX triplet: A0, 2A and 4F. RGB value is (160,42,79). Sum of RGB (Red+Green+Blue) = 160+42+79=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A4F is #5FD5B0. Grayscale: #515151. Windows color (decimal): -6280625 or 5188256. OLE color: 5188256.
HSL color Cylindrical-coordinate representation of color #A02A4F: hue angle of 341.19º 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 #A02A4F is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 79 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.37 |
| HSL | 341.19º | 0.58% | 0.4% | - |
| HSV(B) | 341.19º | 0.74% | 0.63% | - |
| XYZ | 16.74 | 9.69 | 8.39 | - |
| YUV | 81.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 79 | 0 | 0.74 | 0.51 | 0.37 | 341.19 | 0.58 | 0.4 |
| Hex | A0 | 2A | 4F | 0 | 4A | 33 | 25 | 155 | 3A | 28 |
| Octal | 240 | 52 | 117 | 0 | 112 | 63 | 45 | 525 | 72 | 50 |
| Binary | 10100000 | 101010 | 1001111 | 0 | 1001010 | 110011 | 100101 | 101010101 | 111010 | 101000 |
Color Harmonies of #A02A4F
Complementary color
Monochromatic Colors of #A02A4F
Black with #A02A4F
Text Example
Text Example
White with #A02A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A4F; }
p { color: rgb(160,42,79); }
H1.HeaderClassName
{
color: #A02A4F;
}
.AnyTagClassName
{
color: #A02A4F;
}
</style>
background-color css
<style>
a { background-color: #A02A4F; }
a { background-color: rgb(160,42,79); }
div.DivClassName
{
background-color: #A02A4F;
}
.BgClassName
{
background-color: #A02A4F;
}
</style>
border-color css
<style>
span { border-color: #A02A4F; }
span { border-color: rgb(160,42,79); }
td.TdClassName
{
border-color: #A02A4F;
}
.TagClassName
{
border-color: #A02A4F;
}
</style>