Shades of Lipstick #AB2B5B
Tints of Lipstick #AB2B5B
RGB
CMYK
RGB Variations
Color information
#AB2B5B (or 0xAB2B5B) is known color: Lipstick. HEX triplet: AB, 2B and 5B. RGB value is (171,43,91). Sum of RGB (Red+Green+Blue) = 171+43+91=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B5B is #54D4A4. Grayscale: #565656. Windows color (decimal): -5559461 or 5974955. OLE color: 5974955.
HSL color Cylindrical-coordinate representation of color #AB2B5B: hue angle of 337.5º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B5B is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 91 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.33 |
| HSL | 337.5º | 0.6% | 0.42% | - |
| HSV(B) | 337.5º | 0.75% | 0.67% | - |
| XYZ | 19.55 | 11.14 | 11.02 | - |
| YUV | 86.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 91 | 0 | 0.75 | 0.47 | 0.33 | 337.5 | 0.6 | 0.42 |
| Hex | AB | 2B | 5B | 0 | 4B | 2F | 21 | 152 | 3C | 2A |
| Octal | 253 | 53 | 133 | 0 | 113 | 57 | 41 | 522 | 74 | 52 |
| Binary | 10101011 | 101011 | 1011011 | 0 | 1001011 | 101111 | 100001 | 101010010 | 111100 | 101010 |
Color Harmonies of #AB2B5B
Complementary color
Monochromatic Colors of #AB2B5B
Black with #AB2B5B
Text Example
Text Example
White with #AB2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B5B; }
p { color: rgb(171,43,91); }
H1.HeaderClassName
{
color: #AB2B5B;
}
.AnyTagClassName
{
color: #AB2B5B;
}
</style>
background-color css
<style>
a { background-color: #AB2B5B; }
a { background-color: rgb(171,43,91); }
div.DivClassName
{
background-color: #AB2B5B;
}
.BgClassName
{
background-color: #AB2B5B;
}
</style>
border-color css
<style>
span { border-color: #AB2B5B; }
span { border-color: rgb(171,43,91); }
td.TdClassName
{
border-color: #AB2B5B;
}
.TagClassName
{
border-color: #AB2B5B;
}
</style>