Shades of Lipstick #AB2C58
Tints of Lipstick #AB2C58
RGB
CMYK
RGB Variations
Color information
#AB2C58 (or 0xAB2C58) is known color: Lipstick. HEX triplet: AB, 2C and 58. RGB value is (171,44,88). Sum of RGB (Red+Green+Blue) = 171+44+88=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2C58 is #54D3A7. Grayscale: #565656. Windows color (decimal): -5559208 or 5778603. OLE color: 5778603.
HSL color Cylindrical-coordinate representation of color #AB2C58: hue angle of 339.21º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C58 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 88 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.33 |
| HSL | 339.21º | 0.59% | 0.42% | - |
| HSV(B) | 339.21º | 0.74% | 0.67% | - |
| XYZ | 19.46 | 11.16 | 10.36 | - |
| YUV | 86.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 88 | 0 | 0.74 | 0.49 | 0.33 | 339.21 | 0.59 | 0.42 |
| Hex | AB | 2C | 58 | 0 | 4A | 31 | 21 | 153 | 3B | 2A |
| Octal | 253 | 54 | 130 | 0 | 112 | 61 | 41 | 523 | 73 | 52 |
| Binary | 10101011 | 101100 | 1011000 | 0 | 1001010 | 110001 | 100001 | 101010011 | 111011 | 101010 |
Color Harmonies of #AB2C58
Complementary color
Monochromatic Colors of #AB2C58
Black with #AB2C58
Text Example
Text Example
White with #AB2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C58; }
p { color: rgb(171,44,88); }
H1.HeaderClassName
{
color: #AB2C58;
}
.AnyTagClassName
{
color: #AB2C58;
}
</style>
background-color css
<style>
a { background-color: #AB2C58; }
a { background-color: rgb(171,44,88); }
div.DivClassName
{
background-color: #AB2C58;
}
.BgClassName
{
background-color: #AB2C58;
}
</style>
border-color css
<style>
span { border-color: #AB2C58; }
span { border-color: rgb(171,44,88); }
td.TdClassName
{
border-color: #AB2C58;
}
.TagClassName
{
border-color: #AB2C58;
}
</style>