Shades of Lipstick #A02859
Tints of Lipstick #A02859
RGB
CMYK
RGB Variations
Color information
#A02859 (or 0xA02859) is known color: Lipstick. HEX triplet: A0, 28 and 59. RGB value is (160,40,89). Sum of RGB (Red+Green+Blue) = 160+40+89=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A02859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02859 is #5FD7A6. Grayscale: #515151. Windows color (decimal): -6281127 or 5843104. OLE color: 5843104.
HSL color Cylindrical-coordinate representation of color #A02859: hue angle of 335.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02859 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 89 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.37 |
| HSL | 335.5º | 0.6% | 0.39% | - |
| HSV(B) | 335.5º | 0.75% | 0.63% | - |
| XYZ | 17.06 | 9.71 | 10.43 | - |
| YUV | 81.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 89 | 0 | 0.75 | 0.44 | 0.37 | 335.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 59 | 0 | 4B | 2C | 25 | 150 | 3C | 27 |
| Octal | 240 | 50 | 131 | 0 | 113 | 54 | 45 | 520 | 74 | 47 |
| Binary | 10100000 | 101000 | 1011001 | 0 | 1001011 | 101100 | 100101 | 101010000 | 111100 | 100111 |
Color Harmonies of #A02859
Complementary color
Monochromatic Colors of #A02859
Black with #A02859
Text Example
Text Example
White with #A02859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02859; }
p { color: rgb(160,40,89); }
H1.HeaderClassName
{
color: #A02859;
}
.AnyTagClassName
{
color: #A02859;
}
</style>
background-color css
<style>
a { background-color: #A02859; }
a { background-color: rgb(160,40,89); }
div.DivClassName
{
background-color: #A02859;
}
.BgClassName
{
background-color: #A02859;
}
</style>
border-color css
<style>
span { border-color: #A02859; }
span { border-color: rgb(160,40,89); }
td.TdClassName
{
border-color: #A02859;
}
.TagClassName
{
border-color: #A02859;
}
</style>