Shades of Lipstick #A0235E
Tints of Lipstick #A0235E
RGB
CMYK
RGB Variations
Color information
#A0235E (or 0xA0235E) is known color: Lipstick. HEX triplet: A0, 23 and 5E. RGB value is (160,35,94). Sum of RGB (Red+Green+Blue) = 160+35+94=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0235E is #5FDCA1. Grayscale: #4E4E4E. Windows color (decimal): -6282402 or 6169504. OLE color: 6169504.
HSL color Cylindrical-coordinate representation of color #A0235E: hue angle of 331.68º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0235E is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 94 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.37 |
| HSL | 331.68º | 0.64% | 0.38% | - |
| HSV(B) | 331.68º | 0.78% | 0.63% | - |
| XYZ | 17.12 | 9.48 | 11.52 | - |
| YUV | 79.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 94 | 0 | 0.78 | 0.41 | 0.37 | 331.68 | 0.64 | 0.38 |
| Hex | A0 | 23 | 5E | 0 | 4E | 29 | 25 | 14C | 40 | 26 |
| Octal | 240 | 43 | 136 | 0 | 116 | 51 | 45 | 514 | 100 | 46 |
| Binary | 10100000 | 100011 | 1011110 | 0 | 1001110 | 101001 | 100101 | 101001100 | 1000000 | 100110 |
Color Harmonies of #A0235E
Complementary color
Monochromatic Colors of #A0235E
Black with #A0235E
Text Example
Text Example
White with #A0235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0235E; }
p { color: rgb(160,35,94); }
H1.HeaderClassName
{
color: #A0235E;
}
.AnyTagClassName
{
color: #A0235E;
}
</style>
background-color css
<style>
a { background-color: #A0235E; }
a { background-color: rgb(160,35,94); }
div.DivClassName
{
background-color: #A0235E;
}
.BgClassName
{
background-color: #A0235E;
}
</style>
border-color css
<style>
span { border-color: #A0235E; }
span { border-color: rgb(160,35,94); }
td.TdClassName
{
border-color: #A0235E;
}
.TagClassName
{
border-color: #A0235E;
}
</style>