Shades of Lipstick #A92154
Tints of Lipstick #A92154
RGB
CMYK
RGB Variations
Color information
#A92154 (or 0xA92154) is known color: Lipstick. HEX triplet: A9, 21 and 54. RGB value is (169,33,84). Sum of RGB (Red+Green+Blue) = 169+33+84=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A92154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92154 is #56DEAB. Grayscale: #4F4F4F. Windows color (decimal): -5693100 or 5513641. OLE color: 5513641.
HSL color Cylindrical-coordinate representation of color #A92154: hue angle of 337.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92154 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 84 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.34 |
| HSL | 337.5º | 0.67% | 0.4% | - |
| HSV(B) | 337.5º | 0.8% | 0.66% | - |
| XYZ | 18.51 | 10.16 | 9.37 | - |
| YUV | 79.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 84 | 0 | 0.80 | 0.50 | 0.34 | 337.5 | 0.67 | 0.4 |
| Hex | A9 | 21 | 54 | 0 | 50 | 32 | 22 | 152 | 43 | 28 |
| Octal | 251 | 41 | 124 | 0 | 120 | 62 | 42 | 522 | 103 | 50 |
| Binary | 10101001 | 100001 | 1010100 | 0 | 1010000 | 110010 | 100010 | 101010010 | 1000011 | 101000 |
Color Harmonies of #A92154
Complementary color
Monochromatic Colors of #A92154
Black with #A92154
Text Example
Text Example
White with #A92154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92154; }
p { color: rgb(169,33,84); }
H1.HeaderClassName
{
color: #A92154;
}
.AnyTagClassName
{
color: #A92154;
}
</style>
background-color css
<style>
a { background-color: #A92154; }
a { background-color: rgb(169,33,84); }
div.DivClassName
{
background-color: #A92154;
}
.BgClassName
{
background-color: #A92154;
}
</style>
border-color css
<style>
span { border-color: #A92154; }
span { border-color: rgb(169,33,84); }
td.TdClassName
{
border-color: #A92154;
}
.TagClassName
{
border-color: #A92154;
}
</style>