Shades of Lipstick #A92C58
Tints of Lipstick #A92C58
RGB
CMYK
RGB Variations
Color information
#A92C58 (or 0xA92C58) is known color: Lipstick. HEX triplet: A9, 2C and 58. RGB value is (169,44,88). Sum of RGB (Red+Green+Blue) = 169+44+88=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C58 is #56D3A7. Grayscale: #565656. Windows color (decimal): -5690280 or 5778601. OLE color: 5778601.
HSL color Cylindrical-coordinate representation of color #A92C58: hue angle of 338.88º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C58 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 88 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.34 |
| HSL | 338.88º | 0.59% | 0.42% | - |
| HSV(B) | 338.88º | 0.74% | 0.66% | - |
| XYZ | 19.02 | 10.94 | 10.34 | - |
| YUV | 86.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 88 | 0 | 0.74 | 0.48 | 0.34 | 338.88 | 0.59 | 0.42 |
| Hex | A9 | 2C | 58 | 0 | 4A | 30 | 22 | 153 | 3B | 2A |
| Octal | 251 | 54 | 130 | 0 | 112 | 60 | 42 | 523 | 73 | 52 |
| Binary | 10101001 | 101100 | 1011000 | 0 | 1001010 | 110000 | 100010 | 101010011 | 111011 | 101010 |
Color Harmonies of #A92C58
Complementary color
Monochromatic Colors of #A92C58
Black with #A92C58
Text Example
Text Example
White with #A92C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C58; }
p { color: rgb(169,44,88); }
H1.HeaderClassName
{
color: #A92C58;
}
.AnyTagClassName
{
color: #A92C58;
}
</style>
background-color css
<style>
a { background-color: #A92C58; }
a { background-color: rgb(169,44,88); }
div.DivClassName
{
background-color: #A92C58;
}
.BgClassName
{
background-color: #A92C58;
}
</style>
border-color css
<style>
span { border-color: #A92C58; }
span { border-color: rgb(169,44,88); }
td.TdClassName
{
border-color: #A92C58;
}
.TagClassName
{
border-color: #A92C58;
}
</style>