Shades of Lipstick #A3315C
Tints of Lipstick #A3315C
RGB
CMYK
RGB Variations
Color information
#A3315C (or 0xA3315C) is known color: Lipstick. HEX triplet: A3, 31 and 5C. RGB value is (163,49,92). Sum of RGB (Red+Green+Blue) = 163+49+92=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3315C is #5CCEA3. Grayscale: #575757. Windows color (decimal): -6082212 or 6042019. OLE color: 6042019.
HSL color Cylindrical-coordinate representation of color #A3315C: hue angle of 337.37º 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 #A3315C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 92 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.36 |
| HSL | 337.37º | 0.54% | 0.42% | - |
| HSV(B) | 337.37º | 0.7% | 0.64% | - |
| XYZ | 18.13 | 10.76 | 11.25 | - |
| YUV | 87.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 92 | 0 | 0.70 | 0.44 | 0.36 | 337.37 | 0.54 | 0.42 |
| Hex | A3 | 31 | 5C | 0 | 46 | 2C | 24 | 151 | 36 | 2A |
| Octal | 243 | 61 | 134 | 0 | 106 | 54 | 44 | 521 | 66 | 52 |
| Binary | 10100011 | 110001 | 1011100 | 0 | 1000110 | 101100 | 100100 | 101010001 | 110110 | 101010 |
Color Harmonies of #A3315C
Complementary color
Monochromatic Colors of #A3315C
Black with #A3315C
Text Example
Text Example
White with #A3315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3315C; }
p { color: rgb(163,49,92); }
H1.HeaderClassName
{
color: #A3315C;
}
.AnyTagClassName
{
color: #A3315C;
}
</style>
background-color css
<style>
a { background-color: #A3315C; }
a { background-color: rgb(163,49,92); }
div.DivClassName
{
background-color: #A3315C;
}
.BgClassName
{
background-color: #A3315C;
}
</style>
border-color css
<style>
span { border-color: #A3315C; }
span { border-color: rgb(163,49,92); }
td.TdClassName
{
border-color: #A3315C;
}
.TagClassName
{
border-color: #A3315C;
}
</style>