Shades of Lipstick #A32057
Tints of Lipstick #A32057
RGB
CMYK
RGB Variations
Color information
#A32057 (or 0xA32057) is known color: Lipstick. HEX triplet: A3, 20 and 57. RGB value is (163,32,87). Sum of RGB (Red+Green+Blue) = 163+32+87=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A32057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32057 is #5CDFA8. Grayscale: #4D4D4D. Windows color (decimal): -6086569 or 5709987. OLE color: 5709987.
HSL color Cylindrical-coordinate representation of color #A32057: hue angle of 334.81º 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 #A32057 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 87 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.36 |
| HSL | 334.81º | 0.67% | 0.38% | - |
| HSV(B) | 334.81º | 0.8% | 0.64% | - |
| XYZ | 17.34 | 9.51 | 9.94 | - |
| YUV | 77.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 87 | 0 | 0.80 | 0.47 | 0.36 | 334.81 | 0.67 | 0.38 |
| Hex | A3 | 20 | 57 | 0 | 50 | 2F | 24 | 14F | 43 | 26 |
| Octal | 243 | 40 | 127 | 0 | 120 | 57 | 44 | 517 | 103 | 46 |
| Binary | 10100011 | 100000 | 1010111 | 0 | 1010000 | 101111 | 100100 | 101001111 | 1000011 | 100110 |
Color Harmonies of #A32057
Complementary color
Monochromatic Colors of #A32057
Black with #A32057
Text Example
Text Example
White with #A32057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32057; }
p { color: rgb(163,32,87); }
H1.HeaderClassName
{
color: #A32057;
}
.AnyTagClassName
{
color: #A32057;
}
</style>
background-color css
<style>
a { background-color: #A32057; }
a { background-color: rgb(163,32,87); }
div.DivClassName
{
background-color: #A32057;
}
.BgClassName
{
background-color: #A32057;
}
</style>
border-color css
<style>
span { border-color: #A32057; }
span { border-color: rgb(163,32,87); }
td.TdClassName
{
border-color: #A32057;
}
.TagClassName
{
border-color: #A32057;
}
</style>