Shades of Lipstick #AB2561
Tints of Lipstick #AB2561
RGB
CMYK
RGB Variations
Color information
#AB2561 (or 0xAB2561) is known color: Lipstick. HEX triplet: AB, 25 and 61. RGB value is (171,37,97). Sum of RGB (Red+Green+Blue) = 171+37+97=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2561 is #54DA9E. Grayscale: #535353. Windows color (decimal): -5560991 or 6366635. OLE color: 6366635.
HSL color Cylindrical-coordinate representation of color #AB2561: hue angle of 333.13º 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 #AB2561 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 97 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.33 |
| HSL | 333.13º | 0.64% | 0.41% | - |
| HSV(B) | 333.13º | 0.78% | 0.67% | - |
| XYZ | 19.61 | 10.84 | 12.37 | - |
| YUV | 83.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 97 | 0 | 0.78 | 0.43 | 0.33 | 333.13 | 0.64 | 0.41 |
| Hex | AB | 25 | 61 | 0 | 4E | 2B | 21 | 14D | 40 | 29 |
| Octal | 253 | 45 | 141 | 0 | 116 | 53 | 41 | 515 | 100 | 51 |
| Binary | 10101011 | 100101 | 1100001 | 0 | 1001110 | 101011 | 100001 | 101001101 | 1000000 | 101001 |
Color Harmonies of #AB2561
Complementary color
Monochromatic Colors of #AB2561
Black with #AB2561
Text Example
Text Example
White with #AB2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2561; }
p { color: rgb(171,37,97); }
H1.HeaderClassName
{
color: #AB2561;
}
.AnyTagClassName
{
color: #AB2561;
}
</style>
background-color css
<style>
a { background-color: #AB2561; }
a { background-color: rgb(171,37,97); }
div.DivClassName
{
background-color: #AB2561;
}
.BgClassName
{
background-color: #AB2561;
}
</style>
border-color css
<style>
span { border-color: #AB2561; }
span { border-color: rgb(171,37,97); }
td.TdClassName
{
border-color: #AB2561;
}
.TagClassName
{
border-color: #AB2561;
}
</style>