Shades of Lipstick #AB264E
Tints of Lipstick #AB264E
RGB
CMYK
RGB Variations
Color information
#AB264E (or 0xAB264E) is known color: Lipstick. HEX triplet: AB, 26 and 4E. RGB value is (171,38,78). Sum of RGB (Red+Green+Blue) = 171+38+78=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB264E is #54D9B1. Grayscale: #525252. Windows color (decimal): -5560754 or 5121707. OLE color: 5121707.
HSL color Cylindrical-coordinate representation of color #AB264E: hue angle of 341.95º 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 #AB264E is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 78 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.33 |
| HSL | 341.95º | 0.64% | 0.41% | - |
| HSV(B) | 341.95º | 0.78% | 0.67% | - |
| XYZ | 18.86 | 10.59 | 8.26 | - |
| YUV | 82.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 78 | 0 | 0.78 | 0.54 | 0.33 | 341.95 | 0.64 | 0.41 |
| Hex | AB | 26 | 4E | 0 | 4E | 36 | 21 | 156 | 40 | 29 |
| Octal | 253 | 46 | 116 | 0 | 116 | 66 | 41 | 526 | 100 | 51 |
| Binary | 10101011 | 100110 | 1001110 | 0 | 1001110 | 110110 | 100001 | 101010110 | 1000000 | 101001 |
Color Harmonies of #AB264E
Complementary color
Monochromatic Colors of #AB264E
Black with #AB264E
Text Example
Text Example
White with #AB264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB264E; }
p { color: rgb(171,38,78); }
H1.HeaderClassName
{
color: #AB264E;
}
.AnyTagClassName
{
color: #AB264E;
}
</style>
background-color css
<style>
a { background-color: #AB264E; }
a { background-color: rgb(171,38,78); }
div.DivClassName
{
background-color: #AB264E;
}
.BgClassName
{
background-color: #AB264E;
}
</style>
border-color css
<style>
span { border-color: #AB264E; }
span { border-color: rgb(171,38,78); }
td.TdClassName
{
border-color: #AB264E;
}
.TagClassName
{
border-color: #AB264E;
}
</style>