Shades of Lipstick #A02259
Tints of Lipstick #A02259
RGB
CMYK
RGB Variations
Color information
#A02259 (or 0xA02259) is known color: Lipstick. HEX triplet: A0, 22 and 59. RGB value is (160,34,89). Sum of RGB (Red+Green+Blue) = 160+34+89=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A02259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02259 is #5FDDA6. Grayscale: #4D4D4D. Windows color (decimal): -6282663 or 5841568. OLE color: 5841568.
HSL color Cylindrical-coordinate representation of color #A02259: hue angle of 333.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02259 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 89 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.37 |
| HSL | 333.81º | 0.65% | 0.38% | - |
| HSV(B) | 333.81º | 0.79% | 0.63% | - |
| XYZ | 16.87 | 9.34 | 10.36 | - |
| YUV | 77.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 89 | 0 | 0.79 | 0.44 | 0.37 | 333.81 | 0.65 | 0.38 |
| Hex | A0 | 22 | 59 | 0 | 4F | 2C | 25 | 14E | 41 | 26 |
| Octal | 240 | 42 | 131 | 0 | 117 | 54 | 45 | 516 | 101 | 46 |
| Binary | 10100000 | 100010 | 1011001 | 0 | 1001111 | 101100 | 100101 | 101001110 | 1000001 | 100110 |
Color Harmonies of #A02259
Complementary color
Monochromatic Colors of #A02259
Black with #A02259
Text Example
Text Example
White with #A02259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02259; }
p { color: rgb(160,34,89); }
H1.HeaderClassName
{
color: #A02259;
}
.AnyTagClassName
{
color: #A02259;
}
</style>
background-color css
<style>
a { background-color: #A02259; }
a { background-color: rgb(160,34,89); }
div.DivClassName
{
background-color: #A02259;
}
.BgClassName
{
background-color: #A02259;
}
</style>
border-color css
<style>
span { border-color: #A02259; }
span { border-color: rgb(160,34,89); }
td.TdClassName
{
border-color: #A02259;
}
.TagClassName
{
border-color: #A02259;
}
</style>