Shades of Lipstick #AB255B
Tints of Lipstick #AB255B
RGB
CMYK
RGB Variations
Color information
#AB255B (or 0xAB255B) is known color: Lipstick. HEX triplet: AB, 25 and 5B. RGB value is (171,37,91). Sum of RGB (Red+Green+Blue) = 171+37+91=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB255B is #54DAA4. Grayscale: #535353. Windows color (decimal): -5560997 or 5973419. OLE color: 5973419.
HSL color Cylindrical-coordinate representation of color #AB255B: hue angle of 335.82º 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 #AB255B is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 91 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.33 |
| HSL | 335.82º | 0.64% | 0.41% | - |
| HSV(B) | 335.82º | 0.78% | 0.67% | - |
| XYZ | 19.34 | 10.74 | 10.95 | - |
| YUV | 83.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 91 | 0 | 0.78 | 0.47 | 0.33 | 335.82 | 0.64 | 0.41 |
| Hex | AB | 25 | 5B | 0 | 4E | 2F | 21 | 150 | 40 | 29 |
| Octal | 253 | 45 | 133 | 0 | 116 | 57 | 41 | 520 | 100 | 51 |
| Binary | 10101011 | 100101 | 1011011 | 0 | 1001110 | 101111 | 100001 | 101010000 | 1000000 | 101001 |
Color Harmonies of #AB255B
Complementary color
Monochromatic Colors of #AB255B
Black with #AB255B
Text Example
Text Example
White with #AB255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB255B; }
p { color: rgb(171,37,91); }
H1.HeaderClassName
{
color: #AB255B;
}
.AnyTagClassName
{
color: #AB255B;
}
</style>
background-color css
<style>
a { background-color: #AB255B; }
a { background-color: rgb(171,37,91); }
div.DivClassName
{
background-color: #AB255B;
}
.BgClassName
{
background-color: #AB255B;
}
</style>
border-color css
<style>
span { border-color: #AB255B; }
span { border-color: rgb(171,37,91); }
td.TdClassName
{
border-color: #AB255B;
}
.TagClassName
{
border-color: #AB255B;
}
</style>