Shades of Lipstick #A12556
Tints of Lipstick #A12556
RGB
CMYK
RGB Variations
Color information
#A12556 (or 0xA12556) is known color: Lipstick. HEX triplet: A1, 25 and 56. RGB value is (161,37,86). Sum of RGB (Red+Green+Blue) = 161+37+86=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A12556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12556 is #5EDAA9. Grayscale: #4F4F4F. Windows color (decimal): -6216362 or 5645729. OLE color: 5645729.
HSL color Cylindrical-coordinate representation of color #A12556: hue angle of 336.29º 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 #A12556 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 86 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.37 |
| HSL | 336.29º | 0.63% | 0.39% | - |
| HSV(B) | 336.29º | 0.77% | 0.63% | - |
| XYZ | 17.04 | 9.57 | 9.75 | - |
| YUV | 79.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 86 | 0 | 0.77 | 0.47 | 0.37 | 336.29 | 0.63 | 0.39 |
| Hex | A1 | 25 | 56 | 0 | 4D | 2F | 25 | 150 | 3F | 27 |
| Octal | 241 | 45 | 126 | 0 | 115 | 57 | 45 | 520 | 77 | 47 |
| Binary | 10100001 | 100101 | 1010110 | 0 | 1001101 | 101111 | 100101 | 101010000 | 111111 | 100111 |
Color Harmonies of #A12556
Complementary color
Monochromatic Colors of #A12556
Black with #A12556
Text Example
Text Example
White with #A12556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12556; }
p { color: rgb(161,37,86); }
H1.HeaderClassName
{
color: #A12556;
}
.AnyTagClassName
{
color: #A12556;
}
</style>
background-color css
<style>
a { background-color: #A12556; }
a { background-color: rgb(161,37,86); }
div.DivClassName
{
background-color: #A12556;
}
.BgClassName
{
background-color: #A12556;
}
</style>
border-color css
<style>
span { border-color: #A12556; }
span { border-color: rgb(161,37,86); }
td.TdClassName
{
border-color: #A12556;
}
.TagClassName
{
border-color: #A12556;
}
</style>