Shades of Lipstick #A0284C
Tints of Lipstick #A0284C
RGB
CMYK
RGB Variations
Color information
#A0284C (or 0xA0284C) is known color: Lipstick. HEX triplet: A0, 28 and 4C. RGB value is (160,40,76). Sum of RGB (Red+Green+Blue) = 160+40+76=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0284C is #5FD7B3. Grayscale: #4F4F4F. Windows color (decimal): -6281140 or 4991136. OLE color: 4991136.
HSL color Cylindrical-coordinate representation of color #A0284C: hue angle of 342º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0284C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 76 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.37 |
| HSL | 342º | 0.6% | 0.39% | - |
| HSV(B) | 342º | 0.75% | 0.63% | - |
| XYZ | 16.56 | 9.51 | 7.8 | - |
| YUV | 79.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 76 | 0 | 0.75 | 0.52 | 0.37 | 342 | 0.6 | 0.39 |
| Hex | A0 | 28 | 4C | 0 | 4B | 34 | 25 | 156 | 3C | 27 |
| Octal | 240 | 50 | 114 | 0 | 113 | 64 | 45 | 526 | 74 | 47 |
| Binary | 10100000 | 101000 | 1001100 | 0 | 1001011 | 110100 | 100101 | 101010110 | 111100 | 100111 |
Color Harmonies of #A0284C
Complementary color
Monochromatic Colors of #A0284C
Black with #A0284C
Text Example
Text Example
White with #A0284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0284C; }
p { color: rgb(160,40,76); }
H1.HeaderClassName
{
color: #A0284C;
}
.AnyTagClassName
{
color: #A0284C;
}
</style>
background-color css
<style>
a { background-color: #A0284C; }
a { background-color: rgb(160,40,76); }
div.DivClassName
{
background-color: #A0284C;
}
.BgClassName
{
background-color: #A0284C;
}
</style>
border-color css
<style>
span { border-color: #A0284C; }
span { border-color: rgb(160,40,76); }
td.TdClassName
{
border-color: #A0284C;
}
.TagClassName
{
border-color: #A0284C;
}
</style>