Shades of Lipstick #A02759
Tints of Lipstick #A02759
RGB
CMYK
RGB Variations
Color information
#A02759 (or 0xA02759) is known color: Lipstick. HEX triplet: A0, 27 and 59. RGB value is (160,39,89). Sum of RGB (Red+Green+Blue) = 160+39+89=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A02759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02759 is #5FD8A6. Grayscale: #505050. Windows color (decimal): -6281383 or 5842848. OLE color: 5842848.
HSL color Cylindrical-coordinate representation of color #A02759: hue angle of 335.21º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02759 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 89 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.37 |
| HSL | 335.21º | 0.61% | 0.39% | - |
| HSV(B) | 335.21º | 0.76% | 0.63% | - |
| XYZ | 17.03 | 9.65 | 10.42 | - |
| YUV | 80.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 89 | 0 | 0.76 | 0.44 | 0.37 | 335.21 | 0.61 | 0.39 |
| Hex | A0 | 27 | 59 | 0 | 4C | 2C | 25 | 14F | 3D | 27 |
| Octal | 240 | 47 | 131 | 0 | 114 | 54 | 45 | 517 | 75 | 47 |
| Binary | 10100000 | 100111 | 1011001 | 0 | 1001100 | 101100 | 100101 | 101001111 | 111101 | 100111 |
Color Harmonies of #A02759
Complementary color
Monochromatic Colors of #A02759
Black with #A02759
Text Example
Text Example
White with #A02759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02759; }
p { color: rgb(160,39,89); }
H1.HeaderClassName
{
color: #A02759;
}
.AnyTagClassName
{
color: #A02759;
}
</style>
background-color css
<style>
a { background-color: #A02759; }
a { background-color: rgb(160,39,89); }
div.DivClassName
{
background-color: #A02759;
}
.BgClassName
{
background-color: #A02759;
}
</style>
border-color css
<style>
span { border-color: #A02759; }
span { border-color: rgb(160,39,89); }
td.TdClassName
{
border-color: #A02759;
}
.TagClassName
{
border-color: #A02759;
}
</style>