Shades of Lipstick #A0315C
Tints of Lipstick #A0315C
RGB
CMYK
RGB Variations
Color information
#A0315C (or 0xA0315C) is known color: Lipstick. HEX triplet: A0, 31 and 5C. RGB value is (160,49,92). Sum of RGB (Red+Green+Blue) = 160+49+92=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0315C is #5FCEA3. Grayscale: #575757. Windows color (decimal): -6278820 or 6042016. OLE color: 6042016.
HSL color Cylindrical-coordinate representation of color #A0315C: hue angle of 336.76º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0315C is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 92 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.37 |
| HSL | 336.76º | 0.53% | 0.41% | - |
| HSV(B) | 336.76º | 0.69% | 0.63% | - |
| XYZ | 17.53 | 10.44 | 11.22 | - |
| YUV | 87.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 92 | 0 | 0.69 | 0.43 | 0.37 | 336.76 | 0.53 | 0.41 |
| Hex | A0 | 31 | 5C | 0 | 45 | 2B | 25 | 151 | 35 | 29 |
| Octal | 240 | 61 | 134 | 0 | 105 | 53 | 45 | 521 | 65 | 51 |
| Binary | 10100000 | 110001 | 1011100 | 0 | 1000101 | 101011 | 100101 | 101010001 | 110101 | 101001 |
Color Harmonies of #A0315C
Complementary color
Monochromatic Colors of #A0315C
Black with #A0315C
Text Example
Text Example
White with #A0315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0315C; }
p { color: rgb(160,49,92); }
H1.HeaderClassName
{
color: #A0315C;
}
.AnyTagClassName
{
color: #A0315C;
}
</style>
background-color css
<style>
a { background-color: #A0315C; }
a { background-color: rgb(160,49,92); }
div.DivClassName
{
background-color: #A0315C;
}
.BgClassName
{
background-color: #A0315C;
}
</style>
border-color css
<style>
span { border-color: #A0315C; }
span { border-color: rgb(160,49,92); }
td.TdClassName
{
border-color: #A0315C;
}
.TagClassName
{
border-color: #A0315C;
}
</style>