Shades of Lipstick #AB2659
Tints of Lipstick #AB2659
RGB
CMYK
RGB Variations
Color information
#AB2659 (or 0xAB2659) is known color: Lipstick. HEX triplet: AB, 26 and 59. RGB value is (171,38,89). Sum of RGB (Red+Green+Blue) = 171+38+89=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2659 is #54D9A6. Grayscale: #535353. Windows color (decimal): -5560743 or 5842603. OLE color: 5842603.
HSL color Cylindrical-coordinate representation of color #AB2659: hue angle of 336.99º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2659 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 89 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.33 |
| HSL | 336.99º | 0.64% | 0.41% | - |
| HSV(B) | 336.99º | 0.78% | 0.67% | - |
| XYZ | 19.29 | 10.77 | 10.51 | - |
| YUV | 83.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 89 | 0 | 0.78 | 0.48 | 0.33 | 336.99 | 0.64 | 0.41 |
| Hex | AB | 26 | 59 | 0 | 4E | 30 | 21 | 151 | 40 | 29 |
| Octal | 253 | 46 | 131 | 0 | 116 | 60 | 41 | 521 | 100 | 51 |
| Binary | 10101011 | 100110 | 1011001 | 0 | 1001110 | 110000 | 100001 | 101010001 | 1000000 | 101001 |
Color Harmonies of #AB2659
Complementary color
Monochromatic Colors of #AB2659
Black with #AB2659
Text Example
Text Example
White with #AB2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2659; }
p { color: rgb(171,38,89); }
H1.HeaderClassName
{
color: #AB2659;
}
.AnyTagClassName
{
color: #AB2659;
}
</style>
background-color css
<style>
a { background-color: #AB2659; }
a { background-color: rgb(171,38,89); }
div.DivClassName
{
background-color: #AB2659;
}
.BgClassName
{
background-color: #AB2659;
}
</style>
border-color css
<style>
span { border-color: #AB2659; }
span { border-color: rgb(171,38,89); }
td.TdClassName
{
border-color: #AB2659;
}
.TagClassName
{
border-color: #AB2659;
}
</style>