Shades of Lipstick #AB224E
Tints of Lipstick #AB224E
RGB
CMYK
RGB Variations
Color information
#AB224E (or 0xAB224E) is known color: Lipstick. HEX triplet: AB, 22 and 4E. RGB value is (171,34,78). Sum of RGB (Red+Green+Blue) = 171+34+78=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB224E is #54DDB1. Grayscale: #4F4F4F. Windows color (decimal): -5561778 or 5120683. OLE color: 5120683.
HSL color Cylindrical-coordinate representation of color #AB224E: hue angle of 340.73º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB224E is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 78 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.33 |
| HSL | 340.73º | 0.67% | 0.4% | - |
| HSV(B) | 340.73º | 0.8% | 0.67% | - |
| XYZ | 18.74 | 10.35 | 8.22 | - |
| YUV | 79.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 78 | 0 | 0.80 | 0.54 | 0.33 | 340.73 | 0.67 | 0.4 |
| Hex | AB | 22 | 4E | 0 | 50 | 36 | 21 | 155 | 43 | 28 |
| Octal | 253 | 42 | 116 | 0 | 120 | 66 | 41 | 525 | 103 | 50 |
| Binary | 10101011 | 100010 | 1001110 | 0 | 1010000 | 110110 | 100001 | 101010101 | 1000011 | 101000 |
Color Harmonies of #AB224E
Complementary color
Monochromatic Colors of #AB224E
Black with #AB224E
Text Example
Text Example
White with #AB224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB224E; }
p { color: rgb(171,34,78); }
H1.HeaderClassName
{
color: #AB224E;
}
.AnyTagClassName
{
color: #AB224E;
}
</style>
background-color css
<style>
a { background-color: #AB224E; }
a { background-color: rgb(171,34,78); }
div.DivClassName
{
background-color: #AB224E;
}
.BgClassName
{
background-color: #AB224E;
}
</style>
border-color css
<style>
span { border-color: #AB224E; }
span { border-color: rgb(171,34,78); }
td.TdClassName
{
border-color: #AB224E;
}
.TagClassName
{
border-color: #AB224E;
}
</style>