Shades of Lipstick #A0275E
Tints of Lipstick #A0275E
RGB
CMYK
RGB Variations
Color information
#A0275E (or 0xA0275E) is known color: Lipstick. HEX triplet: A0, 27 and 5E. RGB value is (160,39,94). Sum of RGB (Red+Green+Blue) = 160+39+94=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0275E is #5FD8A1. Grayscale: #515151. Windows color (decimal): -6281378 or 6170528. OLE color: 6170528.
HSL color Cylindrical-coordinate representation of color #A0275E: hue angle of 332.73º 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 #A0275E is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 94 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.37 |
| HSL | 332.73º | 0.61% | 0.39% | - |
| HSV(B) | 332.73º | 0.76% | 0.63% | - |
| XYZ | 17.24 | 9.73 | 11.56 | - |
| YUV | 81.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 94 | 0 | 0.76 | 0.41 | 0.37 | 332.73 | 0.61 | 0.39 |
| Hex | A0 | 27 | 5E | 0 | 4C | 29 | 25 | 14D | 3D | 27 |
| Octal | 240 | 47 | 136 | 0 | 114 | 51 | 45 | 515 | 75 | 47 |
| Binary | 10100000 | 100111 | 1011110 | 0 | 1001100 | 101001 | 100101 | 101001101 | 111101 | 100111 |
Color Harmonies of #A0275E
Complementary color
Monochromatic Colors of #A0275E
Black with #A0275E
Text Example
Text Example
White with #A0275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0275E; }
p { color: rgb(160,39,94); }
H1.HeaderClassName
{
color: #A0275E;
}
.AnyTagClassName
{
color: #A0275E;
}
</style>
background-color css
<style>
a { background-color: #A0275E; }
a { background-color: rgb(160,39,94); }
div.DivClassName
{
background-color: #A0275E;
}
.BgClassName
{
background-color: #A0275E;
}
</style>
border-color css
<style>
span { border-color: #A0275E; }
span { border-color: rgb(160,39,94); }
td.TdClassName
{
border-color: #A0275E;
}
.TagClassName
{
border-color: #A0275E;
}
</style>