Shades of Lipstick #A9284E
Tints of Lipstick #A9284E
RGB
CMYK
RGB Variations
Color information
#A9284E (or 0xA9284E) is known color: Lipstick. HEX triplet: A9, 28 and 4E. RGB value is (169,40,78). Sum of RGB (Red+Green+Blue) = 169+40+78=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A9284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9284E is #56D7B1. Grayscale: #525252. Windows color (decimal): -5691314 or 5122217. OLE color: 5122217.
HSL color Cylindrical-coordinate representation of color #A9284E: hue angle of 342.33º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9284E is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 78 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.34 |
| HSL | 342.33º | 0.62% | 0.41% | - |
| HSV(B) | 342.33º | 0.76% | 0.66% | - |
| XYZ | 18.5 | 10.5 | 8.26 | - |
| YUV | 82.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 78 | 0 | 0.76 | 0.54 | 0.34 | 342.33 | 0.62 | 0.41 |
| Hex | A9 | 28 | 4E | 0 | 4C | 36 | 22 | 156 | 3E | 29 |
| Octal | 251 | 50 | 116 | 0 | 114 | 66 | 42 | 526 | 76 | 51 |
| Binary | 10101001 | 101000 | 1001110 | 0 | 1001100 | 110110 | 100010 | 101010110 | 111110 | 101001 |
Color Harmonies of #A9284E
Complementary color
Monochromatic Colors of #A9284E
Black with #A9284E
Text Example
Text Example
White with #A9284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9284E; }
p { color: rgb(169,40,78); }
H1.HeaderClassName
{
color: #A9284E;
}
.AnyTagClassName
{
color: #A9284E;
}
</style>
background-color css
<style>
a { background-color: #A9284E; }
a { background-color: rgb(169,40,78); }
div.DivClassName
{
background-color: #A9284E;
}
.BgClassName
{
background-color: #A9284E;
}
</style>
border-color css
<style>
span { border-color: #A9284E; }
span { border-color: rgb(169,40,78); }
td.TdClassName
{
border-color: #A9284E;
}
.TagClassName
{
border-color: #A9284E;
}
</style>