Shades of Lipstick #A92861
Tints of Lipstick #A92861
RGB
CMYK
RGB Variations
Color information
#A92861 (or 0xA92861) is known color: Lipstick. HEX triplet: A9, 28 and 61. RGB value is (169,40,97). Sum of RGB (Red+Green+Blue) = 169+40+97=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A92861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92861 is #56D79E. Grayscale: #545454. Windows color (decimal): -5691295 or 6367401. OLE color: 6367401.
HSL color Cylindrical-coordinate representation of color #A92861: hue angle of 333.49º 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 #A92861 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 97 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.34 |
| HSL | 333.49º | 0.62% | 0.41% | - |
| HSV(B) | 333.49º | 0.76% | 0.66% | - |
| XYZ | 19.28 | 10.82 | 12.38 | - |
| YUV | 85.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 97 | 0 | 0.76 | 0.43 | 0.34 | 333.49 | 0.62 | 0.41 |
| Hex | A9 | 28 | 61 | 0 | 4C | 2B | 22 | 14D | 3E | 29 |
| Octal | 251 | 50 | 141 | 0 | 114 | 53 | 42 | 515 | 76 | 51 |
| Binary | 10101001 | 101000 | 1100001 | 0 | 1001100 | 101011 | 100010 | 101001101 | 111110 | 101001 |
Color Harmonies of #A92861
Complementary color
Monochromatic Colors of #A92861
Black with #A92861
Text Example
Text Example
White with #A92861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92861; }
p { color: rgb(169,40,97); }
H1.HeaderClassName
{
color: #A92861;
}
.AnyTagClassName
{
color: #A92861;
}
</style>
background-color css
<style>
a { background-color: #A92861; }
a { background-color: rgb(169,40,97); }
div.DivClassName
{
background-color: #A92861;
}
.BgClassName
{
background-color: #A92861;
}
</style>
border-color css
<style>
span { border-color: #A92861; }
span { border-color: rgb(169,40,97); }
td.TdClassName
{
border-color: #A92861;
}
.TagClassName
{
border-color: #A92861;
}
</style>