Shades of Lipstick #A32549
Tints of Lipstick #A32549
RGB
CMYK
RGB Variations
Color information
#A32549 (or 0xA32549) is known color: Lipstick. HEX triplet: A3, 25 and 49. RGB value is (163,37,73). Sum of RGB (Red+Green+Blue) = 163+37+73=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A32549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32549 is #5CDAB6. Grayscale: #4E4E4E. Windows color (decimal): -6085303 or 4793763. OLE color: 4793763.
HSL color Cylindrical-coordinate representation of color #A32549: hue angle of 342.86º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32549 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 73 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.36 |
| HSL | 342.86º | 0.63% | 0.39% | - |
| HSV(B) | 342.86º | 0.77% | 0.64% | - |
| XYZ | 16.97 | 9.59 | 7.26 | - |
| YUV | 78.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 73 | 0 | 0.77 | 0.55 | 0.36 | 342.86 | 0.63 | 0.39 |
| Hex | A3 | 25 | 49 | 0 | 4D | 37 | 24 | 157 | 3F | 27 |
| Octal | 243 | 45 | 111 | 0 | 115 | 67 | 44 | 527 | 77 | 47 |
| Binary | 10100011 | 100101 | 1001001 | 0 | 1001101 | 110111 | 100100 | 101010111 | 111111 | 100111 |
Color Harmonies of #A32549
Complementary color
Monochromatic Colors of #A32549
Black with #A32549
Text Example
Text Example
White with #A32549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32549; }
p { color: rgb(163,37,73); }
H1.HeaderClassName
{
color: #A32549;
}
.AnyTagClassName
{
color: #A32549;
}
</style>
background-color css
<style>
a { background-color: #A32549; }
a { background-color: rgb(163,37,73); }
div.DivClassName
{
background-color: #A32549;
}
.BgClassName
{
background-color: #A32549;
}
</style>
border-color css
<style>
span { border-color: #A32549; }
span { border-color: rgb(163,37,73); }
td.TdClassName
{
border-color: #A32549;
}
.TagClassName
{
border-color: #A32549;
}
</style>