Shades of Lipstick #A02447
Tints of Lipstick #A02447
RGB
CMYK
RGB Variations
Color information
#A02447 (or 0xA02447) is known color: Lipstick. HEX triplet: A0, 24 and 47. RGB value is (160,36,71). Sum of RGB (Red+Green+Blue) = 160+36+71=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A02447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02447 is #5FDBB8. Grayscale: #4D4D4D. Windows color (decimal): -6282169 or 4662432. OLE color: 4662432.
HSL color Cylindrical-coordinate representation of color #A02447: hue angle of 343.06º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02447 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 71 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.37 |
| HSL | 343.06º | 0.63% | 0.38% | - |
| HSV(B) | 343.06º | 0.78% | 0.63% | - |
| XYZ | 16.27 | 9.19 | 6.88 | - |
| YUV | 77.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 71 | 0 | 0.78 | 0.56 | 0.37 | 343.06 | 0.63 | 0.38 |
| Hex | A0 | 24 | 47 | 0 | 4E | 38 | 25 | 157 | 3F | 26 |
| Octal | 240 | 44 | 107 | 0 | 116 | 70 | 45 | 527 | 77 | 46 |
| Binary | 10100000 | 100100 | 1000111 | 0 | 1001110 | 111000 | 100101 | 101010111 | 111111 | 100110 |
Color Harmonies of #A02447
Complementary color
Monochromatic Colors of #A02447
Black with #A02447
Text Example
Text Example
White with #A02447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02447; }
p { color: rgb(160,36,71); }
H1.HeaderClassName
{
color: #A02447;
}
.AnyTagClassName
{
color: #A02447;
}
</style>
background-color css
<style>
a { background-color: #A02447; }
a { background-color: rgb(160,36,71); }
div.DivClassName
{
background-color: #A02447;
}
.BgClassName
{
background-color: #A02447;
}
</style>
border-color css
<style>
span { border-color: #A02447; }
span { border-color: rgb(160,36,71); }
td.TdClassName
{
border-color: #A02447;
}
.TagClassName
{
border-color: #A02447;
}
</style>