Shades of Lipstick #AB2662
Tints of Lipstick #AB2662
RGB
CMYK
RGB Variations
Color information
#AB2662 (or 0xAB2662) is known color: Lipstick. HEX triplet: AB, 26 and 62. RGB value is (171,38,98). Sum of RGB (Red+Green+Blue) = 171+38+98=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2662 is #54D99D. Grayscale: #545454. Windows color (decimal): -5560734 or 6432427. OLE color: 6432427.
HSL color Cylindrical-coordinate representation of color #AB2662: hue angle of 332.93º 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 #AB2662 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 98 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.33 |
| HSL | 332.93º | 0.64% | 0.41% | - |
| HSV(B) | 332.93º | 0.78% | 0.67% | - |
| XYZ | 19.69 | 10.93 | 12.63 | - |
| YUV | 84.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 98 | 0 | 0.78 | 0.43 | 0.33 | 332.93 | 0.64 | 0.41 |
| Hex | AB | 26 | 62 | 0 | 4E | 2B | 21 | 14D | 40 | 29 |
| Octal | 253 | 46 | 142 | 0 | 116 | 53 | 41 | 515 | 100 | 51 |
| Binary | 10101011 | 100110 | 1100010 | 0 | 1001110 | 101011 | 100001 | 101001101 | 1000000 | 101001 |
Color Harmonies of #AB2662
Complementary color
Monochromatic Colors of #AB2662
Black with #AB2662
Text Example
Text Example
White with #AB2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2662; }
p { color: rgb(171,38,98); }
H1.HeaderClassName
{
color: #AB2662;
}
.AnyTagClassName
{
color: #AB2662;
}
</style>
background-color css
<style>
a { background-color: #AB2662; }
a { background-color: rgb(171,38,98); }
div.DivClassName
{
background-color: #AB2662;
}
.BgClassName
{
background-color: #AB2662;
}
</style>
border-color css
<style>
span { border-color: #AB2662; }
span { border-color: rgb(171,38,98); }
td.TdClassName
{
border-color: #AB2662;
}
.TagClassName
{
border-color: #AB2662;
}
</style>