Shades of Lipstick #A0245D
Tints of Lipstick #A0245D
RGB
CMYK
RGB Variations
Color information
#A0245D (or 0xA0245D) is known color: Lipstick. HEX triplet: A0, 24 and 5D. RGB value is (160,36,93). Sum of RGB (Red+Green+Blue) = 160+36+93=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0245D is #5FDBA2. Grayscale: #4F4F4F. Windows color (decimal): -6282147 or 6104224. OLE color: 6104224.
HSL color Cylindrical-coordinate representation of color #A0245D: hue angle of 332.42º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0245D is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 93 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.37 |
| HSL | 332.42º | 0.63% | 0.38% | - |
| HSV(B) | 332.42º | 0.78% | 0.63% | - |
| XYZ | 17.1 | 9.53 | 11.29 | - |
| YUV | 79.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 93 | 0 | 0.78 | 0.42 | 0.37 | 332.42 | 0.63 | 0.38 |
| Hex | A0 | 24 | 5D | 0 | 4E | 2A | 25 | 14C | 3F | 26 |
| Octal | 240 | 44 | 135 | 0 | 116 | 52 | 45 | 514 | 77 | 46 |
| Binary | 10100000 | 100100 | 1011101 | 0 | 1001110 | 101010 | 100101 | 101001100 | 111111 | 100110 |
Color Harmonies of #A0245D
Complementary color
Monochromatic Colors of #A0245D
Black with #A0245D
Text Example
Text Example
White with #A0245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0245D; }
p { color: rgb(160,36,93); }
H1.HeaderClassName
{
color: #A0245D;
}
.AnyTagClassName
{
color: #A0245D;
}
</style>
background-color css
<style>
a { background-color: #A0245D; }
a { background-color: rgb(160,36,93); }
div.DivClassName
{
background-color: #A0245D;
}
.BgClassName
{
background-color: #A0245D;
}
</style>
border-color css
<style>
span { border-color: #A0245D; }
span { border-color: rgb(160,36,93); }
td.TdClassName
{
border-color: #A0245D;
}
.TagClassName
{
border-color: #A0245D;
}
</style>