Shades of Lipstick #A12461
Tints of Lipstick #A12461
RGB
CMYK
RGB Variations
Color information
#A12461 (or 0xA12461) is known color: Lipstick. HEX triplet: A1, 24 and 61. RGB value is (161,36,97). Sum of RGB (Red+Green+Blue) = 161+36+97=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A12461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12461 is #5EDB9E. Grayscale: #505050. Windows color (decimal): -6216607 or 6366369. OLE color: 6366369.
HSL color Cylindrical-coordinate representation of color #A12461: hue angle of 330.72º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12461 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 97 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.37 |
| HSL | 330.72º | 0.63% | 0.39% | - |
| HSV(B) | 330.72º | 0.78% | 0.63% | - |
| XYZ | 17.49 | 9.7 | 12.26 | - |
| YUV | 80.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 97 | 0 | 0.78 | 0.40 | 0.37 | 330.72 | 0.63 | 0.39 |
| Hex | A1 | 24 | 61 | 0 | 4E | 28 | 25 | 14B | 3F | 27 |
| Octal | 241 | 44 | 141 | 0 | 116 | 50 | 45 | 513 | 77 | 47 |
| Binary | 10100001 | 100100 | 1100001 | 0 | 1001110 | 101000 | 100101 | 101001011 | 111111 | 100111 |
Color Harmonies of #A12461
Complementary color
Monochromatic Colors of #A12461
Black with #A12461
Text Example
Text Example
White with #A12461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12461; }
p { color: rgb(161,36,97); }
H1.HeaderClassName
{
color: #A12461;
}
.AnyTagClassName
{
color: #A12461;
}
</style>
background-color css
<style>
a { background-color: #A12461; }
a { background-color: rgb(161,36,97); }
div.DivClassName
{
background-color: #A12461;
}
.BgClassName
{
background-color: #A12461;
}
</style>
border-color css
<style>
span { border-color: #A12461; }
span { border-color: rgb(161,36,97); }
td.TdClassName
{
border-color: #A12461;
}
.TagClassName
{
border-color: #A12461;
}
</style>