Shades of Lipstick #A3215E
Tints of Lipstick #A3215E
RGB
CMYK
RGB Variations
Color information
#A3215E (or 0xA3215E) is known color: Lipstick. HEX triplet: A3, 21 and 5E. RGB value is (163,33,94). Sum of RGB (Red+Green+Blue) = 163+33+94=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3215E is #5CDEA1. Grayscale: #4E4E4E. Windows color (decimal): -6086306 or 6168995. OLE color: 6168995.
HSL color Cylindrical-coordinate representation of color #A3215E: hue angle of 331.85º 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 #A3215E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 33 | 94 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.36 |
| HSL | 331.85º | 0.66% | 0.38% | - |
| HSV(B) | 331.85º | 0.8% | 0.64% | - |
| XYZ | 17.67 | 9.68 | 11.53 | - |
| YUV | 78.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 94 | 0 | 0.80 | 0.42 | 0.36 | 331.85 | 0.66 | 0.38 |
| Hex | A3 | 21 | 5E | 0 | 50 | 2A | 24 | 14C | 42 | 26 |
| Octal | 243 | 41 | 136 | 0 | 120 | 52 | 44 | 514 | 102 | 46 |
| Binary | 10100011 | 100001 | 1011110 | 0 | 1010000 | 101010 | 100100 | 101001100 | 1000010 | 100110 |
Color Harmonies of #A3215E
Complementary color
Monochromatic Colors of #A3215E
Black with #A3215E
Text Example
Text Example
White with #A3215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3215E; }
p { color: rgb(163,33,94); }
H1.HeaderClassName
{
color: #A3215E;
}
.AnyTagClassName
{
color: #A3215E;
}
</style>
background-color css
<style>
a { background-color: #A3215E; }
a { background-color: rgb(163,33,94); }
div.DivClassName
{
background-color: #A3215E;
}
.BgClassName
{
background-color: #A3215E;
}
</style>
border-color css
<style>
span { border-color: #A3215E; }
span { border-color: rgb(163,33,94); }
td.TdClassName
{
border-color: #A3215E;
}
.TagClassName
{
border-color: #A3215E;
}
</style>