Shades of Lipstick #A0235A
Tints of Lipstick #A0235A
RGB
CMYK
RGB Variations
Color information
#A0235A (or 0xA0235A) is known color: Lipstick. HEX triplet: A0, 23 and 5A. RGB value is (160,35,90). Sum of RGB (Red+Green+Blue) = 160+35+90=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0235A is #5FDCA5. Grayscale: #4E4E4E. Windows color (decimal): -6282406 or 5907360. OLE color: 5907360.
HSL color Cylindrical-coordinate representation of color #A0235A: hue angle of 333.6º 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 #A0235A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 90 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.37 |
| HSL | 333.6º | 0.64% | 0.38% | - |
| HSV(B) | 333.6º | 0.78% | 0.63% | - |
| XYZ | 16.94 | 9.41 | 10.6 | - |
| YUV | 78.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 90 | 0 | 0.78 | 0.44 | 0.37 | 333.6 | 0.64 | 0.38 |
| Hex | A0 | 23 | 5A | 0 | 4E | 2C | 25 | 14E | 40 | 26 |
| Octal | 240 | 43 | 132 | 0 | 116 | 54 | 45 | 516 | 100 | 46 |
| Binary | 10100000 | 100011 | 1011010 | 0 | 1001110 | 101100 | 100101 | 101001110 | 1000000 | 100110 |
Color Harmonies of #A0235A
Complementary color
Monochromatic Colors of #A0235A
Black with #A0235A
Text Example
Text Example
White with #A0235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0235A; }
p { color: rgb(160,35,90); }
H1.HeaderClassName
{
color: #A0235A;
}
.AnyTagClassName
{
color: #A0235A;
}
</style>
background-color css
<style>
a { background-color: #A0235A; }
a { background-color: rgb(160,35,90); }
div.DivClassName
{
background-color: #A0235A;
}
.BgClassName
{
background-color: #A0235A;
}
</style>
border-color css
<style>
span { border-color: #A0235A; }
span { border-color: rgb(160,35,90); }
td.TdClassName
{
border-color: #A0235A;
}
.TagClassName
{
border-color: #A0235A;
}
</style>