Shades of Lipstick #A4315D
Tints of Lipstick #A4315D
RGB
CMYK
RGB Variations
Color information
#A4315D (or 0xA4315D) is known color: Lipstick. HEX triplet: A4, 31 and 5D. RGB value is (164,49,93). Sum of RGB (Red+Green+Blue) = 164+49+93=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4315D is #5BCEA2. Grayscale: #585858. Windows color (decimal): -6016675 or 6107556. OLE color: 6107556.
HSL color Cylindrical-coordinate representation of color #A4315D: hue angle of 337.04º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4315D is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 93 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.36 |
| HSL | 337.04º | 0.54% | 0.42% | - |
| HSV(B) | 337.04º | 0.7% | 0.64% | - |
| XYZ | 18.38 | 10.88 | 11.49 | - |
| YUV | 88.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 93 | 0 | 0.70 | 0.43 | 0.36 | 337.04 | 0.54 | 0.42 |
| Hex | A4 | 31 | 5D | 0 | 46 | 2B | 24 | 151 | 36 | 2A |
| Octal | 244 | 61 | 135 | 0 | 106 | 53 | 44 | 521 | 66 | 52 |
| Binary | 10100100 | 110001 | 1011101 | 0 | 1000110 | 101011 | 100100 | 101010001 | 110110 | 101010 |
Color Harmonies of #A4315D
Complementary color
Monochromatic Colors of #A4315D
Black with #A4315D
Text Example
Text Example
White with #A4315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4315D; }
p { color: rgb(164,49,93); }
H1.HeaderClassName
{
color: #A4315D;
}
.AnyTagClassName
{
color: #A4315D;
}
</style>
background-color css
<style>
a { background-color: #A4315D; }
a { background-color: rgb(164,49,93); }
div.DivClassName
{
background-color: #A4315D;
}
.BgClassName
{
background-color: #A4315D;
}
</style>
border-color css
<style>
span { border-color: #A4315D; }
span { border-color: rgb(164,49,93); }
td.TdClassName
{
border-color: #A4315D;
}
.TagClassName
{
border-color: #A4315D;
}
</style>