Shades of Lipstick #A3214C
Tints of Lipstick #A3214C
RGB
CMYK
RGB Variations
Color information
#A3214C (or 0xA3214C) is known color: Lipstick. HEX triplet: A3, 21 and 4C. RGB value is (163,33,76). Sum of RGB (Red+Green+Blue) = 163+33+76=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3214C is #5CDEB3. Grayscale: #4C4C4C. Windows color (decimal): -6086324 or 4989347. OLE color: 4989347.
HSL color Cylindrical-coordinate representation of color #A3214C: hue angle of 340.15º degrees, saturation: 0.66, 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 #A3214C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 76 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.36 |
| HSL | 340.15º | 0.66% | 0.38% | - |
| HSV(B) | 340.15º | 0.8% | 0.64% | - |
| XYZ | 16.95 | 9.4 | 7.76 | - |
| YUV | 76.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 76 | 0 | 0.80 | 0.53 | 0.36 | 340.15 | 0.66 | 0.38 |
| Hex | A3 | 21 | 4C | 0 | 50 | 35 | 24 | 154 | 42 | 26 |
| Octal | 243 | 41 | 114 | 0 | 120 | 65 | 44 | 524 | 102 | 46 |
| Binary | 10100011 | 100001 | 1001100 | 0 | 1010000 | 110101 | 100100 | 101010100 | 1000010 | 100110 |
Color Harmonies of #A3214C
Complementary color
Monochromatic Colors of #A3214C
Black with #A3214C
Text Example
Text Example
White with #A3214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3214C; }
p { color: rgb(163,33,76); }
H1.HeaderClassName
{
color: #A3214C;
}
.AnyTagClassName
{
color: #A3214C;
}
</style>
background-color css
<style>
a { background-color: #A3214C; }
a { background-color: rgb(163,33,76); }
div.DivClassName
{
background-color: #A3214C;
}
.BgClassName
{
background-color: #A3214C;
}
</style>
border-color css
<style>
span { border-color: #A3214C; }
span { border-color: rgb(163,33,76); }
td.TdClassName
{
border-color: #A3214C;
}
.TagClassName
{
border-color: #A3214C;
}
</style>