Shades of Lipstick #AB2858
Tints of Lipstick #AB2858
RGB
CMYK
RGB Variations
Color information
#AB2858 (or 0xAB2858) is known color: Lipstick. HEX triplet: AB, 28 and 58. RGB value is (171,40,88). Sum of RGB (Red+Green+Blue) = 171+40+88=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2858 is #54D7A7. Grayscale: #545454. Windows color (decimal): -5560232 or 5777579. OLE color: 5777579.
HSL color Cylindrical-coordinate representation of color #AB2858: hue angle of 338.02º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2858 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 88 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.33 |
| HSL | 338.02º | 0.62% | 0.41% | - |
| HSV(B) | 338.02º | 0.77% | 0.67% | - |
| XYZ | 19.31 | 10.88 | 10.31 | - |
| YUV | 84.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 88 | 0 | 0.77 | 0.49 | 0.33 | 338.02 | 0.62 | 0.41 |
| Hex | AB | 28 | 58 | 0 | 4D | 31 | 21 | 152 | 3E | 29 |
| Octal | 253 | 50 | 130 | 0 | 115 | 61 | 41 | 522 | 76 | 51 |
| Binary | 10101011 | 101000 | 1011000 | 0 | 1001101 | 110001 | 100001 | 101010010 | 111110 | 101001 |
Color Harmonies of #AB2858
Complementary color
Monochromatic Colors of #AB2858
Black with #AB2858
Text Example
Text Example
White with #AB2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2858; }
p { color: rgb(171,40,88); }
H1.HeaderClassName
{
color: #AB2858;
}
.AnyTagClassName
{
color: #AB2858;
}
</style>
background-color css
<style>
a { background-color: #AB2858; }
a { background-color: rgb(171,40,88); }
div.DivClassName
{
background-color: #AB2858;
}
.BgClassName
{
background-color: #AB2858;
}
</style>
border-color css
<style>
span { border-color: #AB2858; }
span { border-color: rgb(171,40,88); }
td.TdClassName
{
border-color: #AB2858;
}
.TagClassName
{
border-color: #AB2858;
}
</style>