Shades of Lipstick #A32861
Tints of Lipstick #A32861
RGB
CMYK
RGB Variations
Color information
#A32861 (or 0xA32861) is known color: Lipstick. HEX triplet: A3, 28 and 61. RGB value is (163,40,97). Sum of RGB (Red+Green+Blue) = 163+40+97=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A32861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32861 is #5CD79E. Grayscale: #535353. Windows color (decimal): -6084511 or 6367395. OLE color: 6367395.
HSL color Cylindrical-coordinate representation of color #A32861: hue angle of 332.2º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32861 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 40 | 97 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.36 |
| HSL | 332.2º | 0.61% | 0.4% | - |
| HSV(B) | 332.2º | 0.75% | 0.64% | - |
| XYZ | 18.02 | 10.17 | 12.32 | - |
| YUV | 83.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 97 | 0 | 0.75 | 0.40 | 0.36 | 332.2 | 0.61 | 0.4 |
| Hex | A3 | 28 | 61 | 0 | 4B | 28 | 24 | 14C | 3D | 28 |
| Octal | 243 | 50 | 141 | 0 | 113 | 50 | 44 | 514 | 75 | 50 |
| Binary | 10100011 | 101000 | 1100001 | 0 | 1001011 | 101000 | 100100 | 101001100 | 111101 | 101000 |
Color Harmonies of #A32861
Complementary color
Monochromatic Colors of #A32861
Black with #A32861
Text Example
Text Example
White with #A32861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32861; }
p { color: rgb(163,40,97); }
H1.HeaderClassName
{
color: #A32861;
}
.AnyTagClassName
{
color: #A32861;
}
</style>
background-color css
<style>
a { background-color: #A32861; }
a { background-color: rgb(163,40,97); }
div.DivClassName
{
background-color: #A32861;
}
.BgClassName
{
background-color: #A32861;
}
</style>
border-color css
<style>
span { border-color: #A32861; }
span { border-color: rgb(163,40,97); }
td.TdClassName
{
border-color: #A32861;
}
.TagClassName
{
border-color: #A32861;
}
</style>