Shades of Lipstick #A1245B
Tints of Lipstick #A1245B
RGB
CMYK
RGB Variations
Color information
#A1245B (or 0xA1245B) is known color: Lipstick. HEX triplet: A1, 24 and 5B. RGB value is (161,36,91). Sum of RGB (Red+Green+Blue) = 161+36+91=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1245B is #5EDBA4. Grayscale: #4F4F4F. Windows color (decimal): -6216613 or 5973153. OLE color: 5973153.
HSL color Cylindrical-coordinate representation of color #A1245B: hue angle of 333.6º 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 #A1245B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 91 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.37 |
| HSL | 333.6º | 0.63% | 0.39% | - |
| HSV(B) | 333.6º | 0.78% | 0.63% | - |
| XYZ | 17.22 | 9.59 | 10.84 | - |
| YUV | 79.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 91 | 0 | 0.78 | 0.43 | 0.37 | 333.6 | 0.63 | 0.39 |
| Hex | A1 | 24 | 5B | 0 | 4E | 2B | 25 | 14E | 3F | 27 |
| Octal | 241 | 44 | 133 | 0 | 116 | 53 | 45 | 516 | 77 | 47 |
| Binary | 10100001 | 100100 | 1011011 | 0 | 1001110 | 101011 | 100101 | 101001110 | 111111 | 100111 |
Color Harmonies of #A1245B
Complementary color
Monochromatic Colors of #A1245B
Black with #A1245B
Text Example
Text Example
White with #A1245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1245B; }
p { color: rgb(161,36,91); }
H1.HeaderClassName
{
color: #A1245B;
}
.AnyTagClassName
{
color: #A1245B;
}
</style>
background-color css
<style>
a { background-color: #A1245B; }
a { background-color: rgb(161,36,91); }
div.DivClassName
{
background-color: #A1245B;
}
.BgClassName
{
background-color: #A1245B;
}
</style>
border-color css
<style>
span { border-color: #A1245B; }
span { border-color: rgb(161,36,91); }
td.TdClassName
{
border-color: #A1245B;
}
.TagClassName
{
border-color: #A1245B;
}
</style>