Shades of Lipstick #AB265D
Tints of Lipstick #AB265D
RGB
CMYK
RGB Variations
Color information
#AB265D (or 0xAB265D) is known color: Lipstick. HEX triplet: AB, 26 and 5D. RGB value is (171,38,93). Sum of RGB (Red+Green+Blue) = 171+38+93=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB265D is #54D9A2. Grayscale: #535353. Windows color (decimal): -5560739 or 6104747. OLE color: 6104747.
HSL color Cylindrical-coordinate representation of color #AB265D: hue angle of 335.19º 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 #AB265D is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 93 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.33 |
| HSL | 335.19º | 0.64% | 0.41% | - |
| HSV(B) | 335.19º | 0.78% | 0.67% | - |
| XYZ | 19.46 | 10.83 | 11.42 | - |
| YUV | 84.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 93 | 0 | 0.78 | 0.46 | 0.33 | 335.19 | 0.64 | 0.41 |
| Hex | AB | 26 | 5D | 0 | 4E | 2E | 21 | 14F | 40 | 29 |
| Octal | 253 | 46 | 135 | 0 | 116 | 56 | 41 | 517 | 100 | 51 |
| Binary | 10101011 | 100110 | 1011101 | 0 | 1001110 | 101110 | 100001 | 101001111 | 1000000 | 101001 |
Color Harmonies of #AB265D
Complementary color
Monochromatic Colors of #AB265D
Black with #AB265D
Text Example
Text Example
White with #AB265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB265D; }
p { color: rgb(171,38,93); }
H1.HeaderClassName
{
color: #AB265D;
}
.AnyTagClassName
{
color: #AB265D;
}
</style>
background-color css
<style>
a { background-color: #AB265D; }
a { background-color: rgb(171,38,93); }
div.DivClassName
{
background-color: #AB265D;
}
.BgClassName
{
background-color: #AB265D;
}
</style>
border-color css
<style>
span { border-color: #AB265D; }
span { border-color: rgb(171,38,93); }
td.TdClassName
{
border-color: #AB265D;
}
.TagClassName
{
border-color: #AB265D;
}
</style>