Shades of Lipstick #A32246
Tints of Lipstick #A32246
RGB
CMYK
RGB Variations
Color information
#A32246 (or 0xA32246) is known color: Lipstick. HEX triplet: A3, 22 and 46. RGB value is (163,34,70). Sum of RGB (Red+Green+Blue) = 163+34+70=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A32246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32246 is #5CDDB9. Grayscale: #4C4C4C. Windows color (decimal): -6086074 or 4596387. OLE color: 4596387.
HSL color Cylindrical-coordinate representation of color #A32246: hue angle of 343.26º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32246 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 70 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.36 |
| HSL | 343.26º | 0.65% | 0.39% | - |
| HSV(B) | 343.26º | 0.79% | 0.64% | - |
| XYZ | 16.78 | 9.37 | 6.72 | - |
| YUV | 76.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 70 | 0 | 0.79 | 0.57 | 0.36 | 343.26 | 0.65 | 0.39 |
| Hex | A3 | 22 | 46 | 0 | 4F | 39 | 24 | 157 | 41 | 27 |
| Octal | 243 | 42 | 106 | 0 | 117 | 71 | 44 | 527 | 101 | 47 |
| Binary | 10100011 | 100010 | 1000110 | 0 | 1001111 | 111001 | 100100 | 101010111 | 1000001 | 100111 |
Color Harmonies of #A32246
Complementary color
Monochromatic Colors of #A32246
Black with #A32246
Text Example
Text Example
White with #A32246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32246; }
p { color: rgb(163,34,70); }
H1.HeaderClassName
{
color: #A32246;
}
.AnyTagClassName
{
color: #A32246;
}
</style>
background-color css
<style>
a { background-color: #A32246; }
a { background-color: rgb(163,34,70); }
div.DivClassName
{
background-color: #A32246;
}
.BgClassName
{
background-color: #A32246;
}
</style>
border-color css
<style>
span { border-color: #A32246; }
span { border-color: rgb(163,34,70); }
td.TdClassName
{
border-color: #A32246;
}
.TagClassName
{
border-color: #A32246;
}
</style>