Shades of Lipstick #A02B5C
Tints of Lipstick #A02B5C
RGB
CMYK
RGB Variations
Color information
#A02B5C (or 0xA02B5C) is known color: Lipstick. HEX triplet: A0, 2B and 5C. RGB value is (160,43,92). Sum of RGB (Red+Green+Blue) = 160+43+92=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B5C is #5FD4A3. Grayscale: #535353. Windows color (decimal): -6280356 or 6040480. OLE color: 6040480.
HSL color Cylindrical-coordinate representation of color #A02B5C: hue angle of 334.87º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B5C is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 92 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.37 |
| HSL | 334.87º | 0.58% | 0.4% | - |
| HSV(B) | 334.87º | 0.73% | 0.63% | - |
| XYZ | 17.29 | 9.97 | 11.14 | - |
| YUV | 83.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 92 | 0 | 0.73 | 0.43 | 0.37 | 334.87 | 0.58 | 0.4 |
| Hex | A0 | 2B | 5C | 0 | 49 | 2B | 25 | 14F | 3A | 28 |
| Octal | 240 | 53 | 134 | 0 | 111 | 53 | 45 | 517 | 72 | 50 |
| Binary | 10100000 | 101011 | 1011100 | 0 | 1001001 | 101011 | 100101 | 101001111 | 111010 | 101000 |
Color Harmonies of #A02B5C
Complementary color
Monochromatic Colors of #A02B5C
Black with #A02B5C
Text Example
Text Example
White with #A02B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B5C; }
p { color: rgb(160,43,92); }
H1.HeaderClassName
{
color: #A02B5C;
}
.AnyTagClassName
{
color: #A02B5C;
}
</style>
background-color css
<style>
a { background-color: #A02B5C; }
a { background-color: rgb(160,43,92); }
div.DivClassName
{
background-color: #A02B5C;
}
.BgClassName
{
background-color: #A02B5C;
}
</style>
border-color css
<style>
span { border-color: #A02B5C; }
span { border-color: rgb(160,43,92); }
td.TdClassName
{
border-color: #A02B5C;
}
.TagClassName
{
border-color: #A02B5C;
}
</style>