Shades of Lipstick #AB2456
Tints of Lipstick #AB2456
RGB
CMYK
RGB Variations
Color information
#AB2456 (or 0xAB2456) is known color: Lipstick. HEX triplet: AB, 24 and 56. RGB value is (171,36,86). Sum of RGB (Red+Green+Blue) = 171+36+86=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2456 is #54DBA9. Grayscale: #525252. Windows color (decimal): -5561258 or 5645483. OLE color: 5645483.
HSL color Cylindrical-coordinate representation of color #AB2456: hue angle of 337.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2456 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 86 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.33 |
| HSL | 337.78º | 0.65% | 0.41% | - |
| HSV(B) | 337.78º | 0.79% | 0.67% | - |
| XYZ | 19.11 | 10.59 | 9.84 | - |
| YUV | 82.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 86 | 0 | 0.79 | 0.50 | 0.33 | 337.78 | 0.65 | 0.41 |
| Hex | AB | 24 | 56 | 0 | 4F | 32 | 21 | 152 | 41 | 29 |
| Octal | 253 | 44 | 126 | 0 | 117 | 62 | 41 | 522 | 101 | 51 |
| Binary | 10101011 | 100100 | 1010110 | 0 | 1001111 | 110010 | 100001 | 101010010 | 1000001 | 101001 |
Color Harmonies of #AB2456
Complementary color
Monochromatic Colors of #AB2456
Black with #AB2456
Text Example
Text Example
White with #AB2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2456; }
p { color: rgb(171,36,86); }
H1.HeaderClassName
{
color: #AB2456;
}
.AnyTagClassName
{
color: #AB2456;
}
</style>
background-color css
<style>
a { background-color: #AB2456; }
a { background-color: rgb(171,36,86); }
div.DivClassName
{
background-color: #AB2456;
}
.BgClassName
{
background-color: #AB2456;
}
</style>
border-color css
<style>
span { border-color: #AB2456; }
span { border-color: rgb(171,36,86); }
td.TdClassName
{
border-color: #AB2456;
}
.TagClassName
{
border-color: #AB2456;
}
</style>