Shades of Lipstick #A0245B
Tints of Lipstick #A0245B
RGB
CMYK
RGB Variations
Color information
#A0245B (or 0xA0245B) is known color: Lipstick. HEX triplet: A0, 24 and 5B. RGB value is (160,36,91). Sum of RGB (Red+Green+Blue) = 160+36+91=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0245B is #5FDBA4. Grayscale: #4F4F4F. Windows color (decimal): -6282149 or 5973152. OLE color: 5973152.
HSL color Cylindrical-coordinate representation of color #A0245B: hue angle of 333.39º 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 #A0245B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 91 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.37 |
| HSL | 333.39º | 0.63% | 0.38% | - |
| HSV(B) | 333.39º | 0.78% | 0.63% | - |
| XYZ | 17.02 | 9.49 | 10.83 | - |
| YUV | 79.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 91 | 0 | 0.78 | 0.43 | 0.37 | 333.39 | 0.63 | 0.38 |
| Hex | A0 | 24 | 5B | 0 | 4E | 2B | 25 | 14D | 3F | 26 |
| Octal | 240 | 44 | 133 | 0 | 116 | 53 | 45 | 515 | 77 | 46 |
| Binary | 10100000 | 100100 | 1011011 | 0 | 1001110 | 101011 | 100101 | 101001101 | 111111 | 100110 |
Color Harmonies of #A0245B
Complementary color
Monochromatic Colors of #A0245B
Black with #A0245B
Text Example
Text Example
White with #A0245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0245B; }
p { color: rgb(160,36,91); }
H1.HeaderClassName
{
color: #A0245B;
}
.AnyTagClassName
{
color: #A0245B;
}
</style>
background-color css
<style>
a { background-color: #A0245B; }
a { background-color: rgb(160,36,91); }
div.DivClassName
{
background-color: #A0245B;
}
.BgClassName
{
background-color: #A0245B;
}
</style>
border-color css
<style>
span { border-color: #A0245B; }
span { border-color: rgb(160,36,91); }
td.TdClassName
{
border-color: #A0245B;
}
.TagClassName
{
border-color: #A0245B;
}
</style>