Shades of Lipstick #A0275B
Tints of Lipstick #A0275B
RGB
CMYK
RGB Variations
Color information
#A0275B (or 0xA0275B) is known color: Lipstick. HEX triplet: A0, 27 and 5B. RGB value is (160,39,91). Sum of RGB (Red+Green+Blue) = 160+39+91=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0275B is #5FD8A4. Grayscale: #515151. Windows color (decimal): -6281381 or 5973920. OLE color: 5973920.
HSL color Cylindrical-coordinate representation of color #A0275B: hue angle of 334.21º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0275B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 91 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.37 |
| HSL | 334.21º | 0.61% | 0.39% | - |
| HSV(B) | 334.21º | 0.76% | 0.63% | - |
| XYZ | 17.11 | 9.68 | 10.86 | - |
| YUV | 81.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 91 | 0 | 0.76 | 0.43 | 0.37 | 334.21 | 0.61 | 0.39 |
| Hex | A0 | 27 | 5B | 0 | 4C | 2B | 25 | 14E | 3D | 27 |
| Octal | 240 | 47 | 133 | 0 | 114 | 53 | 45 | 516 | 75 | 47 |
| Binary | 10100000 | 100111 | 1011011 | 0 | 1001100 | 101011 | 100101 | 101001110 | 111101 | 100111 |
Color Harmonies of #A0275B
Complementary color
Monochromatic Colors of #A0275B
Black with #A0275B
Text Example
Text Example
White with #A0275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0275B; }
p { color: rgb(160,39,91); }
H1.HeaderClassName
{
color: #A0275B;
}
.AnyTagClassName
{
color: #A0275B;
}
</style>
background-color css
<style>
a { background-color: #A0275B; }
a { background-color: rgb(160,39,91); }
div.DivClassName
{
background-color: #A0275B;
}
.BgClassName
{
background-color: #A0275B;
}
</style>
border-color css
<style>
span { border-color: #A0275B; }
span { border-color: rgb(160,39,91); }
td.TdClassName
{
border-color: #A0275B;
}
.TagClassName
{
border-color: #A0275B;
}
</style>