Shades of Lipstick #A02F5B
Tints of Lipstick #A02F5B
RGB
CMYK
RGB Variations
Color information
#A02F5B (or 0xA02F5B) is known color: Lipstick. HEX triplet: A0, 2F and 5B. RGB value is (160,47,91). Sum of RGB (Red+Green+Blue) = 160+47+91=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F5B is #5FD0A4. Grayscale: #555555. Windows color (decimal): -6279333 or 5975968. OLE color: 5975968.
HSL color Cylindrical-coordinate representation of color #A02F5B: hue angle of 336.64º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F5B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 91 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.37 |
| HSL | 336.64º | 0.55% | 0.41% | - |
| HSV(B) | 336.64º | 0.71% | 0.63% | - |
| XYZ | 17.4 | 10.26 | 10.96 | - |
| YUV | 85.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 91 | 0 | 0.71 | 0.43 | 0.37 | 336.64 | 0.55 | 0.41 |
| Hex | A0 | 2F | 5B | 0 | 47 | 2B | 25 | 151 | 37 | 29 |
| Octal | 240 | 57 | 133 | 0 | 107 | 53 | 45 | 521 | 67 | 51 |
| Binary | 10100000 | 101111 | 1011011 | 0 | 1000111 | 101011 | 100101 | 101010001 | 110111 | 101001 |
Color Harmonies of #A02F5B
Complementary color
Monochromatic Colors of #A02F5B
Black with #A02F5B
Text Example
Text Example
White with #A02F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F5B; }
p { color: rgb(160,47,91); }
H1.HeaderClassName
{
color: #A02F5B;
}
.AnyTagClassName
{
color: #A02F5B;
}
</style>
background-color css
<style>
a { background-color: #A02F5B; }
a { background-color: rgb(160,47,91); }
div.DivClassName
{
background-color: #A02F5B;
}
.BgClassName
{
background-color: #A02F5B;
}
</style>
border-color css
<style>
span { border-color: #A02F5B; }
span { border-color: rgb(160,47,91); }
td.TdClassName
{
border-color: #A02F5B;
}
.TagClassName
{
border-color: #A02F5B;
}
</style>