Shades of Lipstick #A3215C
Tints of Lipstick #A3215C
RGB
CMYK
RGB Variations
Color information
#A3215C (or 0xA3215C) is known color: Lipstick. HEX triplet: A3, 21 and 5C. RGB value is (163,33,92). Sum of RGB (Red+Green+Blue) = 163+33+92=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3215C is #5CDEA3. Grayscale: #4E4E4E. Windows color (decimal): -6086308 or 6037923. OLE color: 6037923.
HSL color Cylindrical-coordinate representation of color #A3215C: hue angle of 332.77º 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 #A3215C is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 92 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.36 |
| HSL | 332.77º | 0.66% | 0.38% | - |
| HSV(B) | 332.77º | 0.8% | 0.64% | - |
| XYZ | 17.58 | 9.65 | 11.06 | - |
| YUV | 78.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 92 | 0 | 0.80 | 0.44 | 0.36 | 332.77 | 0.66 | 0.38 |
| Hex | A3 | 21 | 5C | 0 | 50 | 2C | 24 | 14D | 42 | 26 |
| Octal | 243 | 41 | 134 | 0 | 120 | 54 | 44 | 515 | 102 | 46 |
| Binary | 10100011 | 100001 | 1011100 | 0 | 1010000 | 101100 | 100100 | 101001101 | 1000010 | 100110 |
Color Harmonies of #A3215C
Complementary color
Monochromatic Colors of #A3215C
Black with #A3215C
Text Example
Text Example
White with #A3215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3215C; }
p { color: rgb(163,33,92); }
H1.HeaderClassName
{
color: #A3215C;
}
.AnyTagClassName
{
color: #A3215C;
}
</style>
background-color css
<style>
a { background-color: #A3215C; }
a { background-color: rgb(163,33,92); }
div.DivClassName
{
background-color: #A3215C;
}
.BgClassName
{
background-color: #A3215C;
}
</style>
border-color css
<style>
span { border-color: #A3215C; }
span { border-color: rgb(163,33,92); }
td.TdClassName
{
border-color: #A3215C;
}
.TagClassName
{
border-color: #A3215C;
}
</style>