Shades of Lipstick #AB285B
Tints of Lipstick #AB285B
RGB
CMYK
RGB Variations
Color information
#AB285B (or 0xAB285B) is known color: Lipstick. HEX triplet: AB, 28 and 5B. RGB value is (171,40,91). Sum of RGB (Red+Green+Blue) = 171+40+91=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB285B is #54D7A4. Grayscale: #545454. Windows color (decimal): -5560229 or 5974187. OLE color: 5974187.
HSL color Cylindrical-coordinate representation of color #AB285B: hue angle of 336.64º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB285B is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 91 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.33 |
| HSL | 336.64º | 0.62% | 0.41% | - |
| HSV(B) | 336.64º | 0.77% | 0.67% | - |
| XYZ | 19.44 | 10.93 | 10.98 | - |
| YUV | 84.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 91 | 0 | 0.77 | 0.47 | 0.33 | 336.64 | 0.62 | 0.41 |
| Hex | AB | 28 | 5B | 0 | 4D | 2F | 21 | 151 | 3E | 29 |
| Octal | 253 | 50 | 133 | 0 | 115 | 57 | 41 | 521 | 76 | 51 |
| Binary | 10101011 | 101000 | 1011011 | 0 | 1001101 | 101111 | 100001 | 101010001 | 111110 | 101001 |
Color Harmonies of #AB285B
Complementary color
Monochromatic Colors of #AB285B
Black with #AB285B
Text Example
Text Example
White with #AB285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB285B; }
p { color: rgb(171,40,91); }
H1.HeaderClassName
{
color: #AB285B;
}
.AnyTagClassName
{
color: #AB285B;
}
</style>
background-color css
<style>
a { background-color: #AB285B; }
a { background-color: rgb(171,40,91); }
div.DivClassName
{
background-color: #AB285B;
}
.BgClassName
{
background-color: #AB285B;
}
</style>
border-color css
<style>
span { border-color: #AB285B; }
span { border-color: rgb(171,40,91); }
td.TdClassName
{
border-color: #AB285B;
}
.TagClassName
{
border-color: #AB285B;
}
</style>