Shades of Lipstick #A12258
Tints of Lipstick #A12258
RGB
CMYK
RGB Variations
Color information
#A12258 (or 0xA12258) is known color: Lipstick. HEX triplet: A1, 22 and 58. RGB value is (161,34,88). Sum of RGB (Red+Green+Blue) = 161+34+88=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A12258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12258 is #5EDDA7. Grayscale: #4E4E4E. Windows color (decimal): -6217128 or 5776033. OLE color: 5776033.
HSL color Cylindrical-coordinate representation of color #A12258: hue angle of 334.49º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12258 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 88 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.37 |
| HSL | 334.49º | 0.65% | 0.38% | - |
| HSV(B) | 334.49º | 0.79% | 0.63% | - |
| XYZ | 17.03 | 9.43 | 10.15 | - |
| YUV | 78.13 | 133.58 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 88 | 0 | 0.79 | 0.45 | 0.37 | 334.49 | 0.65 | 0.38 |
| Hex | A1 | 22 | 58 | 0 | 4F | 2D | 25 | 14E | 41 | 26 |
| Octal | 241 | 42 | 130 | 0 | 117 | 55 | 45 | 516 | 101 | 46 |
| Binary | 10100001 | 100010 | 1011000 | 0 | 1001111 | 101101 | 100101 | 101001110 | 1000001 | 100110 |
Color Harmonies of #A12258
Complementary color
Monochromatic Colors of #A12258
Black with #A12258
Text Example
Text Example
White with #A12258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12258; }
p { color: rgb(161,34,88); }
H1.HeaderClassName
{
color: #A12258;
}
.AnyTagClassName
{
color: #A12258;
}
</style>
background-color css
<style>
a { background-color: #A12258; }
a { background-color: rgb(161,34,88); }
div.DivClassName
{
background-color: #A12258;
}
.BgClassName
{
background-color: #A12258;
}
</style>
border-color css
<style>
span { border-color: #A12258; }
span { border-color: rgb(161,34,88); }
td.TdClassName
{
border-color: #A12258;
}
.TagClassName
{
border-color: #A12258;
}
</style>