Shades of Lipstick #A32059
Tints of Lipstick #A32059
RGB
CMYK
RGB Variations
Color information
#A32059 (or 0xA32059) is known color: Lipstick. HEX triplet: A3, 20 and 59. RGB value is (163,32,89). Sum of RGB (Red+Green+Blue) = 163+32+89=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A32059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32059 is #5CDFA6. Grayscale: #4D4D4D. Windows color (decimal): -6086567 or 5841059. OLE color: 5841059.
HSL color Cylindrical-coordinate representation of color #A32059: hue angle of 333.89º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32059 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 89 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.36 |
| HSL | 333.89º | 0.67% | 0.38% | - |
| HSV(B) | 333.89º | 0.8% | 0.64% | - |
| XYZ | 17.42 | 9.54 | 10.37 | - |
| YUV | 77.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 89 | 0 | 0.80 | 0.45 | 0.36 | 333.89 | 0.67 | 0.38 |
| Hex | A3 | 20 | 59 | 0 | 50 | 2D | 24 | 14E | 43 | 26 |
| Octal | 243 | 40 | 131 | 0 | 120 | 55 | 44 | 516 | 103 | 46 |
| Binary | 10100011 | 100000 | 1011001 | 0 | 1010000 | 101101 | 100100 | 101001110 | 1000011 | 100110 |
Color Harmonies of #A32059
Complementary color
Monochromatic Colors of #A32059
Black with #A32059
Text Example
Text Example
White with #A32059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32059; }
p { color: rgb(163,32,89); }
H1.HeaderClassName
{
color: #A32059;
}
.AnyTagClassName
{
color: #A32059;
}
</style>
background-color css
<style>
a { background-color: #A32059; }
a { background-color: rgb(163,32,89); }
div.DivClassName
{
background-color: #A32059;
}
.BgClassName
{
background-color: #A32059;
}
</style>
border-color css
<style>
span { border-color: #A32059; }
span { border-color: rgb(163,32,89); }
td.TdClassName
{
border-color: #A32059;
}
.TagClassName
{
border-color: #A32059;
}
</style>