Shades of Lipstick #A12858
Tints of Lipstick #A12858
RGB
CMYK
RGB Variations
Color information
#A12858 (or 0xA12858) is known color: Lipstick. HEX triplet: A1, 28 and 58. RGB value is (161,40,88). Sum of RGB (Red+Green+Blue) = 161+40+88=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A12858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12858 is #5ED7A7. Grayscale: #515151. Windows color (decimal): -6215592 or 5777569. OLE color: 5777569.
HSL color Cylindrical-coordinate representation of color #A12858: hue angle of 336.2º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12858 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 88 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.37 |
| HSL | 336.2º | 0.6% | 0.39% | - |
| HSV(B) | 336.2º | 0.75% | 0.63% | - |
| XYZ | 17.22 | 9.8 | 10.22 | - |
| YUV | 81.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 88 | 0 | 0.75 | 0.45 | 0.37 | 336.2 | 0.6 | 0.39 |
| Hex | A1 | 28 | 58 | 0 | 4B | 2D | 25 | 150 | 3C | 27 |
| Octal | 241 | 50 | 130 | 0 | 113 | 55 | 45 | 520 | 74 | 47 |
| Binary | 10100001 | 101000 | 1011000 | 0 | 1001011 | 101101 | 100101 | 101010000 | 111100 | 100111 |
Color Harmonies of #A12858
Complementary color
Monochromatic Colors of #A12858
Black with #A12858
Text Example
Text Example
White with #A12858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12858; }
p { color: rgb(161,40,88); }
H1.HeaderClassName
{
color: #A12858;
}
.AnyTagClassName
{
color: #A12858;
}
</style>
background-color css
<style>
a { background-color: #A12858; }
a { background-color: rgb(161,40,88); }
div.DivClassName
{
background-color: #A12858;
}
.BgClassName
{
background-color: #A12858;
}
</style>
border-color css
<style>
span { border-color: #A12858; }
span { border-color: rgb(161,40,88); }
td.TdClassName
{
border-color: #A12858;
}
.TagClassName
{
border-color: #A12858;
}
</style>