Shades of Lipstick #AB255E
Tints of Lipstick #AB255E
RGB
CMYK
RGB Variations
Color information
#AB255E (or 0xAB255E) is known color: Lipstick. HEX triplet: AB, 25 and 5E. RGB value is (171,37,94). Sum of RGB (Red+Green+Blue) = 171+37+94=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB255E is #54DAA1. Grayscale: #535353. Windows color (decimal): -5560994 or 6170027. OLE color: 6170027.
HSL color Cylindrical-coordinate representation of color #AB255E: hue angle of 334.48º 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 #AB255E is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 94 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.33 |
| HSL | 334.48º | 0.64% | 0.41% | - |
| HSV(B) | 334.48º | 0.78% | 0.67% | - |
| XYZ | 19.48 | 10.79 | 11.65 | - |
| YUV | 83.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 94 | 0 | 0.78 | 0.45 | 0.33 | 334.48 | 0.64 | 0.41 |
| Hex | AB | 25 | 5E | 0 | 4E | 2D | 21 | 14E | 40 | 29 |
| Octal | 253 | 45 | 136 | 0 | 116 | 55 | 41 | 516 | 100 | 51 |
| Binary | 10101011 | 100101 | 1011110 | 0 | 1001110 | 101101 | 100001 | 101001110 | 1000000 | 101001 |
Color Harmonies of #AB255E
Complementary color
Monochromatic Colors of #AB255E
Black with #AB255E
Text Example
Text Example
White with #AB255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB255E; }
p { color: rgb(171,37,94); }
H1.HeaderClassName
{
color: #AB255E;
}
.AnyTagClassName
{
color: #AB255E;
}
</style>
background-color css
<style>
a { background-color: #AB255E; }
a { background-color: rgb(171,37,94); }
div.DivClassName
{
background-color: #AB255E;
}
.BgClassName
{
background-color: #AB255E;
}
</style>
border-color css
<style>
span { border-color: #AB255E; }
span { border-color: rgb(171,37,94); }
td.TdClassName
{
border-color: #AB255E;
}
.TagClassName
{
border-color: #AB255E;
}
</style>