Shades of Lipstick #A0276A
Tints of Lipstick #A0276A
RGB
CMYK
RGB Variations
Color information
#A0276A (or 0xA0276A) is known color: Lipstick. HEX triplet: A0, 27 and 6A. RGB value is (160,39,106). Sum of RGB (Red+Green+Blue) = 160+39+106=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0276A is #5FD895. Grayscale: #525252. Windows color (decimal): -6281366 or 6956960. OLE color: 6956960.
HSL color Cylindrical-coordinate representation of color #A0276A: hue angle of 326.78º 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 #A0276A is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 39 | 106 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.37 |
| HSL | 326.78º | 0.61% | 0.39% | - |
| HSV(B) | 326.78º | 0.76% | 0.63% | - |
| XYZ | 17.82 | 9.97 | 14.62 | - |
| YUV | 82.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 106 | 0 | 0.76 | 0.34 | 0.37 | 326.78 | 0.61 | 0.39 |
| Hex | A0 | 27 | 6A | 0 | 4C | 22 | 25 | 147 | 3D | 27 |
| Octal | 240 | 47 | 152 | 0 | 114 | 42 | 45 | 507 | 75 | 47 |
| Binary | 10100000 | 100111 | 1101010 | 0 | 1001100 | 100010 | 100101 | 101000111 | 111101 | 100111 |
Color Harmonies of #A0276A
Complementary color
Monochromatic Colors of #A0276A
Black with #A0276A
Text Example
Text Example
White with #A0276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0276A; }
p { color: rgb(160,39,106); }
H1.HeaderClassName
{
color: #A0276A;
}
.AnyTagClassName
{
color: #A0276A;
}
</style>
background-color css
<style>
a { background-color: #A0276A; }
a { background-color: rgb(160,39,106); }
div.DivClassName
{
background-color: #A0276A;
}
.BgClassName
{
background-color: #A0276A;
}
</style>
border-color css
<style>
span { border-color: #A0276A; }
span { border-color: rgb(160,39,106); }
td.TdClassName
{
border-color: #A0276A;
}
.TagClassName
{
border-color: #A0276A;
}
</style>