Shades of Lipstick #AB265F
Tints of Lipstick #AB265F
RGB
CMYK
RGB Variations
Color information
#AB265F (or 0xAB265F) is known color: Lipstick. HEX triplet: AB, 26 and 5F. RGB value is (171,38,95). Sum of RGB (Red+Green+Blue) = 171+38+95=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB265F is #54D9A0. Grayscale: #545454. Windows color (decimal): -5560737 or 6235819. OLE color: 6235819.
HSL color Cylindrical-coordinate representation of color #AB265F: hue angle of 334.29º 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 #AB265F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 95 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.33 |
| HSL | 334.29º | 0.64% | 0.41% | - |
| HSV(B) | 334.29º | 0.78% | 0.67% | - |
| XYZ | 19.55 | 10.87 | 11.89 | - |
| YUV | 84.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 95 | 0 | 0.78 | 0.44 | 0.33 | 334.29 | 0.64 | 0.41 |
| Hex | AB | 26 | 5F | 0 | 4E | 2C | 21 | 14E | 40 | 29 |
| Octal | 253 | 46 | 137 | 0 | 116 | 54 | 41 | 516 | 100 | 51 |
| Binary | 10101011 | 100110 | 1011111 | 0 | 1001110 | 101100 | 100001 | 101001110 | 1000000 | 101001 |
Color Harmonies of #AB265F
Complementary color
Monochromatic Colors of #AB265F
Black with #AB265F
Text Example
Text Example
White with #AB265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB265F; }
p { color: rgb(171,38,95); }
H1.HeaderClassName
{
color: #AB265F;
}
.AnyTagClassName
{
color: #AB265F;
}
</style>
background-color css
<style>
a { background-color: #AB265F; }
a { background-color: rgb(171,38,95); }
div.DivClassName
{
background-color: #AB265F;
}
.BgClassName
{
background-color: #AB265F;
}
</style>
border-color css
<style>
span { border-color: #AB265F; }
span { border-color: rgb(171,38,95); }
td.TdClassName
{
border-color: #AB265F;
}
.TagClassName
{
border-color: #AB265F;
}
</style>