Shades of Lipstick #A3204F
Tints of Lipstick #A3204F
RGB
CMYK
RGB Variations
Color information
#A3204F (or 0xA3204F) is known color: Lipstick. HEX triplet: A3, 20 and 4F. RGB value is (163,32,79). Sum of RGB (Red+Green+Blue) = 163+32+79=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3204F is #5CDFB0. Grayscale: #4C4C4C. Windows color (decimal): -6086577 or 5185699. OLE color: 5185699.
HSL color Cylindrical-coordinate representation of color #A3204F: hue angle of 338.47º 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 #A3204F is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 79 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.36 |
| HSL | 338.47º | 0.67% | 0.38% | - |
| HSV(B) | 338.47º | 0.8% | 0.64% | - |
| XYZ | 17.03 | 9.38 | 8.31 | - |
| YUV | 76.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 79 | 0 | 0.80 | 0.52 | 0.36 | 338.47 | 0.67 | 0.38 |
| Hex | A3 | 20 | 4F | 0 | 50 | 34 | 24 | 152 | 43 | 26 |
| Octal | 243 | 40 | 117 | 0 | 120 | 64 | 44 | 522 | 103 | 46 |
| Binary | 10100011 | 100000 | 1001111 | 0 | 1010000 | 110100 | 100100 | 101010010 | 1000011 | 100110 |
Color Harmonies of #A3204F
Complementary color
Monochromatic Colors of #A3204F
Black with #A3204F
Text Example
Text Example
White with #A3204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3204F; }
p { color: rgb(163,32,79); }
H1.HeaderClassName
{
color: #A3204F;
}
.AnyTagClassName
{
color: #A3204F;
}
</style>
background-color css
<style>
a { background-color: #A3204F; }
a { background-color: rgb(163,32,79); }
div.DivClassName
{
background-color: #A3204F;
}
.BgClassName
{
background-color: #A3204F;
}
</style>
border-color css
<style>
span { border-color: #A3204F; }
span { border-color: rgb(163,32,79); }
td.TdClassName
{
border-color: #A3204F;
}
.TagClassName
{
border-color: #A3204F;
}
</style>