Shades of Lipstick #A02F58
Tints of Lipstick #A02F58
RGB
CMYK
RGB Variations
Color information
#A02F58 (or 0xA02F58) is known color: Lipstick. HEX triplet: A0, 2F and 58. RGB value is (160,47,88). Sum of RGB (Red+Green+Blue) = 160+47+88=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F58 is #5FD0A7. Grayscale: #555555. Windows color (decimal): -6279336 or 5779360. OLE color: 5779360.
HSL color Cylindrical-coordinate representation of color #A02F58: hue angle of 338.23º 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 #A02F58 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 88 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.37 |
| HSL | 338.23º | 0.55% | 0.41% | - |
| HSV(B) | 338.23º | 0.71% | 0.63% | - |
| XYZ | 17.28 | 10.21 | 10.29 | - |
| YUV | 85.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 88 | 0 | 0.71 | 0.45 | 0.37 | 338.23 | 0.55 | 0.41 |
| Hex | A0 | 2F | 58 | 0 | 47 | 2D | 25 | 152 | 37 | 29 |
| Octal | 240 | 57 | 130 | 0 | 107 | 55 | 45 | 522 | 67 | 51 |
| Binary | 10100000 | 101111 | 1011000 | 0 | 1000111 | 101101 | 100101 | 101010010 | 110111 | 101001 |
Color Harmonies of #A02F58
Complementary color
Monochromatic Colors of #A02F58
Black with #A02F58
Text Example
Text Example
White with #A02F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F58; }
p { color: rgb(160,47,88); }
H1.HeaderClassName
{
color: #A02F58;
}
.AnyTagClassName
{
color: #A02F58;
}
</style>
background-color css
<style>
a { background-color: #A02F58; }
a { background-color: rgb(160,47,88); }
div.DivClassName
{
background-color: #A02F58;
}
.BgClassName
{
background-color: #A02F58;
}
</style>
border-color css
<style>
span { border-color: #A02F58; }
span { border-color: rgb(160,47,88); }
td.TdClassName
{
border-color: #A02F58;
}
.TagClassName
{
border-color: #A02F58;
}
</style>