Shades of Lipstick #A12554
Tints of Lipstick #A12554
RGB
CMYK
RGB Variations
Color information
#A12554 (or 0xA12554) is known color: Lipstick. HEX triplet: A1, 25 and 54. RGB value is (161,37,84). Sum of RGB (Red+Green+Blue) = 161+37+84=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A12554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12554 is #5EDAAB. Grayscale: #4F4F4F. Windows color (decimal): -6216364 or 5514657. OLE color: 5514657.
HSL color Cylindrical-coordinate representation of color #A12554: hue angle of 337.26º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12554 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 84 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.37 |
| HSL | 337.26º | 0.63% | 0.39% | - |
| HSV(B) | 337.26º | 0.77% | 0.63% | - |
| XYZ | 16.96 | 9.54 | 9.34 | - |
| YUV | 79.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 84 | 0 | 0.77 | 0.48 | 0.37 | 337.26 | 0.63 | 0.39 |
| Hex | A1 | 25 | 54 | 0 | 4D | 30 | 25 | 151 | 3F | 27 |
| Octal | 241 | 45 | 124 | 0 | 115 | 60 | 45 | 521 | 77 | 47 |
| Binary | 10100001 | 100101 | 1010100 | 0 | 1001101 | 110000 | 100101 | 101010001 | 111111 | 100111 |
Color Harmonies of #A12554
Complementary color
Monochromatic Colors of #A12554
Black with #A12554
Text Example
Text Example
White with #A12554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12554; }
p { color: rgb(161,37,84); }
H1.HeaderClassName
{
color: #A12554;
}
.AnyTagClassName
{
color: #A12554;
}
</style>
background-color css
<style>
a { background-color: #A12554; }
a { background-color: rgb(161,37,84); }
div.DivClassName
{
background-color: #A12554;
}
.BgClassName
{
background-color: #A12554;
}
</style>
border-color css
<style>
span { border-color: #A12554; }
span { border-color: rgb(161,37,84); }
td.TdClassName
{
border-color: #A12554;
}
.TagClassName
{
border-color: #A12554;
}
</style>