Shades of Lipstick #A02B54
Tints of Lipstick #A02B54
RGB
CMYK
RGB Variations
Color information
#A02B54 (or 0xA02B54) is known color: Lipstick. HEX triplet: A0, 2B and 54. RGB value is (160,43,84). Sum of RGB (Red+Green+Blue) = 160+43+84=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B54 is #5FD4AB. Grayscale: #525252. Windows color (decimal): -6280364 or 5516192. OLE color: 5516192.
HSL color Cylindrical-coordinate representation of color #A02B54: hue angle of 338.97º 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 #A02B54 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 43 | 84 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.37 |
| HSL | 338.97º | 0.58% | 0.4% | - |
| HSV(B) | 338.97º | 0.73% | 0.63% | - |
| XYZ | 16.96 | 9.84 | 9.39 | - |
| YUV | 82.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 43 | 84 | 0 | 0.73 | 0.48 | 0.37 | 338.97 | 0.58 | 0.4 |
| Hex | A0 | 2B | 54 | 0 | 49 | 30 | 25 | 153 | 3A | 28 |
| Octal | 240 | 53 | 124 | 0 | 111 | 60 | 45 | 523 | 72 | 50 |
| Binary | 10100000 | 101011 | 1010100 | 0 | 1001001 | 110000 | 100101 | 101010011 | 111010 | 101000 |
Color Harmonies of #A02B54
Complementary color
Monochromatic Colors of #A02B54
Black with #A02B54
Text Example
Text Example
White with #A02B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02B54; }
p { color: rgb(160,43,84); }
H1.HeaderClassName
{
color: #A02B54;
}
.AnyTagClassName
{
color: #A02B54;
}
</style>
background-color css
<style>
a { background-color: #A02B54; }
a { background-color: rgb(160,43,84); }
div.DivClassName
{
background-color: #A02B54;
}
.BgClassName
{
background-color: #A02B54;
}
</style>
border-color css
<style>
span { border-color: #A02B54; }
span { border-color: rgb(160,43,84); }
td.TdClassName
{
border-color: #A02B54;
}
.TagClassName
{
border-color: #A02B54;
}
</style>