Shades of Lipstick #AB244E
Tints of Lipstick #AB244E
RGB
CMYK
RGB Variations
Color information
#AB244E (or 0xAB244E) is known color: Lipstick. HEX triplet: AB, 24 and 4E. RGB value is (171,36,78). Sum of RGB (Red+Green+Blue) = 171+36+78=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB244E is #54DBB1. Grayscale: #515151. Windows color (decimal): -5561266 or 5121195. OLE color: 5121195.
HSL color Cylindrical-coordinate representation of color #AB244E: hue angle of 341.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB244E is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 78 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.33 |
| HSL | 341.33º | 0.65% | 0.41% | - |
| HSV(B) | 341.33º | 0.79% | 0.67% | - |
| XYZ | 18.8 | 10.47 | 8.24 | - |
| YUV | 81.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 78 | 0 | 0.79 | 0.54 | 0.33 | 341.33 | 0.65 | 0.41 |
| Hex | AB | 24 | 4E | 0 | 4F | 36 | 21 | 155 | 41 | 29 |
| Octal | 253 | 44 | 116 | 0 | 117 | 66 | 41 | 525 | 101 | 51 |
| Binary | 10101011 | 100100 | 1001110 | 0 | 1001111 | 110110 | 100001 | 101010101 | 1000001 | 101001 |
Color Harmonies of #AB244E
Complementary color
Monochromatic Colors of #AB244E
Black with #AB244E
Text Example
Text Example
White with #AB244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB244E; }
p { color: rgb(171,36,78); }
H1.HeaderClassName
{
color: #AB244E;
}
.AnyTagClassName
{
color: #AB244E;
}
</style>
background-color css
<style>
a { background-color: #AB244E; }
a { background-color: rgb(171,36,78); }
div.DivClassName
{
background-color: #AB244E;
}
.BgClassName
{
background-color: #AB244E;
}
</style>
border-color css
<style>
span { border-color: #AB244E; }
span { border-color: rgb(171,36,78); }
td.TdClassName
{
border-color: #AB244E;
}
.TagClassName
{
border-color: #AB244E;
}
</style>