Shades of Lipstick #A32D53
Tints of Lipstick #A32D53
RGB
CMYK
RGB Variations
Color information
#A32D53 (or 0xA32D53) is known color: Lipstick. HEX triplet: A3, 2D and 53. RGB value is (163,45,83). Sum of RGB (Red+Green+Blue) = 163+45+83=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32D53 is #5CD2AC. Grayscale: #545454. Windows color (decimal): -6083245 or 5451171. OLE color: 5451171.
HSL color Cylindrical-coordinate representation of color #A32D53: hue angle of 340.68º degrees, saturation: 0.57, 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 #A32D53 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 45 | 83 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.36 |
| HSL | 340.68º | 0.57% | 0.41% | - |
| HSV(B) | 340.68º | 0.72% | 0.64% | - |
| XYZ | 17.6 | 10.29 | 9.24 | - |
| YUV | 84.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 83 | 0 | 0.72 | 0.49 | 0.36 | 340.68 | 0.57 | 0.41 |
| Hex | A3 | 2D | 53 | 0 | 48 | 31 | 24 | 155 | 39 | 29 |
| Octal | 243 | 55 | 123 | 0 | 110 | 61 | 44 | 525 | 71 | 51 |
| Binary | 10100011 | 101101 | 1010011 | 0 | 1001000 | 110001 | 100100 | 101010101 | 111001 | 101001 |
Color Harmonies of #A32D53
Complementary color
Monochromatic Colors of #A32D53
Black with #A32D53
Text Example
Text Example
White with #A32D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32D53; }
p { color: rgb(163,45,83); }
H1.HeaderClassName
{
color: #A32D53;
}
.AnyTagClassName
{
color: #A32D53;
}
</style>
background-color css
<style>
a { background-color: #A32D53; }
a { background-color: rgb(163,45,83); }
div.DivClassName
{
background-color: #A32D53;
}
.BgClassName
{
background-color: #A32D53;
}
</style>
border-color css
<style>
span { border-color: #A32D53; }
span { border-color: rgb(163,45,83); }
td.TdClassName
{
border-color: #A32D53;
}
.TagClassName
{
border-color: #A32D53;
}
</style>