Shades of Lipstick #A0345D
Tints of Lipstick #A0345D
RGB
CMYK
RGB Variations
Color information
#A0345D (or 0xA0345D) is known color: Lipstick. HEX triplet: A0, 34 and 5D. RGB value is (160,52,93). Sum of RGB (Red+Green+Blue) = 160+52+93=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0345D is #5FCBA2. Grayscale: #585858. Windows color (decimal): -6278051 or 6108320. OLE color: 6108320.
HSL color Cylindrical-coordinate representation of color #A0345D: hue angle of 337.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0345D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 93 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.37 |
| HSL | 337.22º | 0.51% | 0.42% | - |
| HSV(B) | 337.22º | 0.68% | 0.63% | - |
| XYZ | 17.7 | 10.72 | 11.49 | - |
| YUV | 88.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 93 | 0 | 0.68 | 0.42 | 0.37 | 337.22 | 0.51 | 0.42 |
| Hex | A0 | 34 | 5D | 0 | 44 | 2A | 25 | 151 | 33 | 2A |
| Octal | 240 | 64 | 135 | 0 | 104 | 52 | 45 | 521 | 63 | 52 |
| Binary | 10100000 | 110100 | 1011101 | 0 | 1000100 | 101010 | 100101 | 101010001 | 110011 | 101010 |
Color Harmonies of #A0345D
Complementary color
Monochromatic Colors of #A0345D
Black with #A0345D
Text Example
Text Example
White with #A0345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0345D; }
p { color: rgb(160,52,93); }
H1.HeaderClassName
{
color: #A0345D;
}
.AnyTagClassName
{
color: #A0345D;
}
</style>
background-color css
<style>
a { background-color: #A0345D; }
a { background-color: rgb(160,52,93); }
div.DivClassName
{
background-color: #A0345D;
}
.BgClassName
{
background-color: #A0345D;
}
</style>
border-color css
<style>
span { border-color: #A0345D; }
span { border-color: rgb(160,52,93); }
td.TdClassName
{
border-color: #A0345D;
}
.TagClassName
{
border-color: #A0345D;
}
</style>