Shades of Lipstick #A02F5A
Tints of Lipstick #A02F5A
RGB
CMYK
RGB Variations
Color information
#A02F5A (or 0xA02F5A) is known color: Lipstick. HEX triplet: A0, 2F and 5A. RGB value is (160,47,90). Sum of RGB (Red+Green+Blue) = 160+47+90=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F5A is #5FD0A5. Grayscale: #555555. Windows color (decimal): -6279334 or 5910432. OLE color: 5910432.
HSL color Cylindrical-coordinate representation of color #A02F5A: hue angle of 337.17º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F5A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 90 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.37 |
| HSL | 337.17º | 0.55% | 0.41% | - |
| HSV(B) | 337.17º | 0.71% | 0.63% | - |
| XYZ | 17.36 | 10.24 | 10.74 | - |
| YUV | 85.69 | 130.44 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 90 | 0 | 0.71 | 0.44 | 0.37 | 337.17 | 0.55 | 0.41 |
| Hex | A0 | 2F | 5A | 0 | 47 | 2C | 25 | 151 | 37 | 29 |
| Octal | 240 | 57 | 132 | 0 | 107 | 54 | 45 | 521 | 67 | 51 |
| Binary | 10100000 | 101111 | 1011010 | 0 | 1000111 | 101100 | 100101 | 101010001 | 110111 | 101001 |
Color Harmonies of #A02F5A
Complementary color
Monochromatic Colors of #A02F5A
Black with #A02F5A
Text Example
Text Example
White with #A02F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F5A; }
p { color: rgb(160,47,90); }
H1.HeaderClassName
{
color: #A02F5A;
}
.AnyTagClassName
{
color: #A02F5A;
}
</style>
background-color css
<style>
a { background-color: #A02F5A; }
a { background-color: rgb(160,47,90); }
div.DivClassName
{
background-color: #A02F5A;
}
.BgClassName
{
background-color: #A02F5A;
}
</style>
border-color css
<style>
span { border-color: #A02F5A; }
span { border-color: rgb(160,47,90); }
td.TdClassName
{
border-color: #A02F5A;
}
.TagClassName
{
border-color: #A02F5A;
}
</style>