Shades of Lipstick #A12557
Tints of Lipstick #A12557
RGB
CMYK
RGB Variations
Color information
#A12557 (or 0xA12557) is known color: Lipstick. HEX triplet: A1, 25 and 57. RGB value is (161,37,87). Sum of RGB (Red+Green+Blue) = 161+37+87=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A12557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12557 is #5EDAA8. Grayscale: #4F4F4F. Windows color (decimal): -6216361 or 5711265. OLE color: 5711265.
HSL color Cylindrical-coordinate representation of color #A12557: hue angle of 335.81º 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 #A12557 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 87 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.37 |
| HSL | 335.81º | 0.63% | 0.39% | - |
| HSV(B) | 335.81º | 0.77% | 0.63% | - |
| XYZ | 17.08 | 9.59 | 9.97 | - |
| YUV | 79.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 87 | 0 | 0.77 | 0.46 | 0.37 | 335.81 | 0.63 | 0.39 |
| Hex | A1 | 25 | 57 | 0 | 4D | 2E | 25 | 150 | 3F | 27 |
| Octal | 241 | 45 | 127 | 0 | 115 | 56 | 45 | 520 | 77 | 47 |
| Binary | 10100001 | 100101 | 1010111 | 0 | 1001101 | 101110 | 100101 | 101010000 | 111111 | 100111 |
Color Harmonies of #A12557
Complementary color
Monochromatic Colors of #A12557
Black with #A12557
Text Example
Text Example
White with #A12557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12557; }
p { color: rgb(161,37,87); }
H1.HeaderClassName
{
color: #A12557;
}
.AnyTagClassName
{
color: #A12557;
}
</style>
background-color css
<style>
a { background-color: #A12557; }
a { background-color: rgb(161,37,87); }
div.DivClassName
{
background-color: #A12557;
}
.BgClassName
{
background-color: #A12557;
}
</style>
border-color css
<style>
span { border-color: #A12557; }
span { border-color: rgb(161,37,87); }
td.TdClassName
{
border-color: #A12557;
}
.TagClassName
{
border-color: #A12557;
}
</style>