Shades of Lipstick #A03154
Tints of Lipstick #A03154
RGB
CMYK
RGB Variations
Color information
#A03154 (or 0xA03154) is known color: Lipstick. HEX triplet: A0, 31 and 54. RGB value is (160,49,84). Sum of RGB (Red+Green+Blue) = 160+49+84=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A03154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03154 is #5FCEAB. Grayscale: #565656. Windows color (decimal): -6278828 or 5517728. OLE color: 5517728.
HSL color Cylindrical-coordinate representation of color #A03154: hue angle of 341.08º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03154 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 84 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.37 |
| HSL | 341.08º | 0.53% | 0.41% | - |
| HSV(B) | 341.08º | 0.69% | 0.63% | - |
| XYZ | 17.2 | 10.31 | 9.47 | - |
| YUV | 86.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 84 | 0 | 0.69 | 0.48 | 0.37 | 341.08 | 0.53 | 0.41 |
| Hex | A0 | 31 | 54 | 0 | 45 | 30 | 25 | 155 | 35 | 29 |
| Octal | 240 | 61 | 124 | 0 | 105 | 60 | 45 | 525 | 65 | 51 |
| Binary | 10100000 | 110001 | 1010100 | 0 | 1000101 | 110000 | 100101 | 101010101 | 110101 | 101001 |
Color Harmonies of #A03154
Complementary color
Monochromatic Colors of #A03154
Black with #A03154
Text Example
Text Example
White with #A03154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03154; }
p { color: rgb(160,49,84); }
H1.HeaderClassName
{
color: #A03154;
}
.AnyTagClassName
{
color: #A03154;
}
</style>
background-color css
<style>
a { background-color: #A03154; }
a { background-color: rgb(160,49,84); }
div.DivClassName
{
background-color: #A03154;
}
.BgClassName
{
background-color: #A03154;
}
</style>
border-color css
<style>
span { border-color: #A03154; }
span { border-color: rgb(160,49,84); }
td.TdClassName
{
border-color: #A03154;
}
.TagClassName
{
border-color: #A03154;
}
</style>