Shades of Lipstick #A1224E
Tints of Lipstick #A1224E
RGB
CMYK
RGB Variations
Color information
#A1224E (or 0xA1224E) is known color: Lipstick. HEX triplet: A1, 22 and 4E. RGB value is (161,34,78). Sum of RGB (Red+Green+Blue) = 161+34+78=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1224E is #5EDDB1. Grayscale: #4C4C4C. Windows color (decimal): -6217138 or 5120673. OLE color: 5120673.
HSL color Cylindrical-coordinate representation of color #A1224E: hue angle of 339.21º 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 #A1224E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 78 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.37 |
| HSL | 339.21º | 0.65% | 0.38% | - |
| HSV(B) | 339.21º | 0.79% | 0.63% | - |
| XYZ | 16.65 | 9.27 | 8.12 | - |
| YUV | 76.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 78 | 0 | 0.79 | 0.52 | 0.37 | 339.21 | 0.65 | 0.38 |
| Hex | A1 | 22 | 4E | 0 | 4F | 34 | 25 | 153 | 41 | 26 |
| Octal | 241 | 42 | 116 | 0 | 117 | 64 | 45 | 523 | 101 | 46 |
| Binary | 10100001 | 100010 | 1001110 | 0 | 1001111 | 110100 | 100101 | 101010011 | 1000001 | 100110 |
Color Harmonies of #A1224E
Complementary color
Monochromatic Colors of #A1224E
Black with #A1224E
Text Example
Text Example
White with #A1224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1224E; }
p { color: rgb(161,34,78); }
H1.HeaderClassName
{
color: #A1224E;
}
.AnyTagClassName
{
color: #A1224E;
}
</style>
background-color css
<style>
a { background-color: #A1224E; }
a { background-color: rgb(161,34,78); }
div.DivClassName
{
background-color: #A1224E;
}
.BgClassName
{
background-color: #A1224E;
}
</style>
border-color css
<style>
span { border-color: #A1224E; }
span { border-color: rgb(161,34,78); }
td.TdClassName
{
border-color: #A1224E;
}
.TagClassName
{
border-color: #A1224E;
}
</style>