Shades of Lipstick #A1245A
Tints of Lipstick #A1245A
RGB
CMYK
RGB Variations
Color information
#A1245A (or 0xA1245A) is known color: Lipstick. HEX triplet: A1, 24 and 5A. RGB value is (161,36,90). Sum of RGB (Red+Green+Blue) = 161+36+90=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1245A is #5EDBA5. Grayscale: #4F4F4F. Windows color (decimal): -6216614 or 5907617. OLE color: 5907617.
HSL color Cylindrical-coordinate representation of color #A1245A: hue angle of 334.08º 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 #A1245A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 90 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.37 |
| HSL | 334.08º | 0.63% | 0.39% | - |
| HSV(B) | 334.08º | 0.78% | 0.63% | - |
| XYZ | 17.17 | 9.58 | 10.62 | - |
| YUV | 79.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 90 | 0 | 0.78 | 0.44 | 0.37 | 334.08 | 0.63 | 0.39 |
| Hex | A1 | 24 | 5A | 0 | 4E | 2C | 25 | 14E | 3F | 27 |
| Octal | 241 | 44 | 132 | 0 | 116 | 54 | 45 | 516 | 77 | 47 |
| Binary | 10100001 | 100100 | 1011010 | 0 | 1001110 | 101100 | 100101 | 101001110 | 111111 | 100111 |
Color Harmonies of #A1245A
Complementary color
Monochromatic Colors of #A1245A
Black with #A1245A
Text Example
Text Example
White with #A1245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1245A; }
p { color: rgb(161,36,90); }
H1.HeaderClassName
{
color: #A1245A;
}
.AnyTagClassName
{
color: #A1245A;
}
</style>
background-color css
<style>
a { background-color: #A1245A; }
a { background-color: rgb(161,36,90); }
div.DivClassName
{
background-color: #A1245A;
}
.BgClassName
{
background-color: #A1245A;
}
</style>
border-color css
<style>
span { border-color: #A1245A; }
span { border-color: rgb(161,36,90); }
td.TdClassName
{
border-color: #A1245A;
}
.TagClassName
{
border-color: #A1245A;
}
</style>