Shades of Lipstick #A32053
Tints of Lipstick #A32053
RGB
CMYK
RGB Variations
Color information
#A32053 (or 0xA32053) is known color: Lipstick. HEX triplet: A3, 20 and 53. RGB value is (163,32,83). Sum of RGB (Red+Green+Blue) = 163+32+83=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A32053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32053 is #5CDFAC. Grayscale: #4C4C4C. Windows color (decimal): -6086573 or 5447843. OLE color: 5447843.
HSL color Cylindrical-coordinate representation of color #A32053: hue angle of 336.64º 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 #A32053 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 83 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.36 |
| HSL | 336.64º | 0.67% | 0.38% | - |
| HSV(B) | 336.64º | 0.8% | 0.64% | - |
| XYZ | 17.18 | 9.44 | 9.1 | - |
| YUV | 76.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 83 | 0 | 0.80 | 0.49 | 0.36 | 336.64 | 0.67 | 0.38 |
| Hex | A3 | 20 | 53 | 0 | 50 | 31 | 24 | 151 | 43 | 26 |
| Octal | 243 | 40 | 123 | 0 | 120 | 61 | 44 | 521 | 103 | 46 |
| Binary | 10100011 | 100000 | 1010011 | 0 | 1010000 | 110001 | 100100 | 101010001 | 1000011 | 100110 |
Color Harmonies of #A32053
Complementary color
Monochromatic Colors of #A32053
Black with #A32053
Text Example
Text Example
White with #A32053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32053; }
p { color: rgb(163,32,83); }
H1.HeaderClassName
{
color: #A32053;
}
.AnyTagClassName
{
color: #A32053;
}
</style>
background-color css
<style>
a { background-color: #A32053; }
a { background-color: rgb(163,32,83); }
div.DivClassName
{
background-color: #A32053;
}
.BgClassName
{
background-color: #A32053;
}
</style>
border-color css
<style>
span { border-color: #A32053; }
span { border-color: rgb(163,32,83); }
td.TdClassName
{
border-color: #A32053;
}
.TagClassName
{
border-color: #A32053;
}
</style>