Shades of Lipstick #A32E60
Tints of Lipstick #A32E60
RGB
CMYK
RGB Variations
Color information
#A32E60 (or 0xA32E60) is known color: Lipstick. HEX triplet: A3, 2E and 60. RGB value is (163,46,96). Sum of RGB (Red+Green+Blue) = 163+46+96=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E60 is #5CD19F. Grayscale: #565656. Windows color (decimal): -6082976 or 6303395. OLE color: 6303395.
HSL color Cylindrical-coordinate representation of color #A32E60: hue angle of 334.36º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E60 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 96 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.36 |
| HSL | 334.36º | 0.56% | 0.41% | - |
| HSV(B) | 334.36º | 0.72% | 0.64% | - |
| XYZ | 18.19 | 10.59 | 12.15 | - |
| YUV | 86.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 96 | 0 | 0.72 | 0.41 | 0.36 | 334.36 | 0.56 | 0.41 |
| Hex | A3 | 2E | 60 | 0 | 48 | 29 | 24 | 14E | 38 | 29 |
| Octal | 243 | 56 | 140 | 0 | 110 | 51 | 44 | 516 | 70 | 51 |
| Binary | 10100011 | 101110 | 1100000 | 0 | 1001000 | 101001 | 100100 | 101001110 | 111000 | 101001 |
Color Harmonies of #A32E60
Complementary color
Monochromatic Colors of #A32E60
Black with #A32E60
Text Example
Text Example
White with #A32E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E60; }
p { color: rgb(163,46,96); }
H1.HeaderClassName
{
color: #A32E60;
}
.AnyTagClassName
{
color: #A32E60;
}
</style>
background-color css
<style>
a { background-color: #A32E60; }
a { background-color: rgb(163,46,96); }
div.DivClassName
{
background-color: #A32E60;
}
.BgClassName
{
background-color: #A32E60;
}
</style>
border-color css
<style>
span { border-color: #A32E60; }
span { border-color: rgb(163,46,96); }
td.TdClassName
{
border-color: #A32E60;
}
.TagClassName
{
border-color: #A32E60;
}
</style>