Shades of Lipstick #A0275A
Tints of Lipstick #A0275A
RGB
CMYK
RGB Variations
Color information
#A0275A (or 0xA0275A) is known color: Lipstick. HEX triplet: A0, 27 and 5A. RGB value is (160,39,90). Sum of RGB (Red+Green+Blue) = 160+39+90=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0275A is #5FD8A5. Grayscale: #505050. Windows color (decimal): -6281382 or 5908384. OLE color: 5908384.
HSL color Cylindrical-coordinate representation of color #A0275A: hue angle of 334.71º 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 #A0275A is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 90 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.37 |
| HSL | 334.71º | 0.61% | 0.39% | - |
| HSV(B) | 334.71º | 0.76% | 0.63% | - |
| XYZ | 17.07 | 9.66 | 10.64 | - |
| YUV | 80.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 90 | 0 | 0.76 | 0.44 | 0.37 | 334.71 | 0.61 | 0.39 |
| Hex | A0 | 27 | 5A | 0 | 4C | 2C | 25 | 14F | 3D | 27 |
| Octal | 240 | 47 | 132 | 0 | 114 | 54 | 45 | 517 | 75 | 47 |
| Binary | 10100000 | 100111 | 1011010 | 0 | 1001100 | 101100 | 100101 | 101001111 | 111101 | 100111 |
Color Harmonies of #A0275A
Complementary color
Monochromatic Colors of #A0275A
Black with #A0275A
Text Example
Text Example
White with #A0275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0275A; }
p { color: rgb(160,39,90); }
H1.HeaderClassName
{
color: #A0275A;
}
.AnyTagClassName
{
color: #A0275A;
}
</style>
background-color css
<style>
a { background-color: #A0275A; }
a { background-color: rgb(160,39,90); }
div.DivClassName
{
background-color: #A0275A;
}
.BgClassName
{
background-color: #A0275A;
}
</style>
border-color css
<style>
span { border-color: #A0275A; }
span { border-color: rgb(160,39,90); }
td.TdClassName
{
border-color: #A0275A;
}
.TagClassName
{
border-color: #A0275A;
}
</style>