Shades of Lipstick #AB265C
Tints of Lipstick #AB265C
RGB
CMYK
RGB Variations
Color information
#AB265C (or 0xAB265C) is known color: Lipstick. HEX triplet: AB, 26 and 5C. RGB value is (171,38,92). Sum of RGB (Red+Green+Blue) = 171+38+92=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB265C is #54D9A3. Grayscale: #535353. Windows color (decimal): -5560740 or 6039211. OLE color: 6039211.
HSL color Cylindrical-coordinate representation of color #AB265C: hue angle of 335.64º 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 #AB265C is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 92 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.33 |
| HSL | 335.64º | 0.64% | 0.41% | - |
| HSV(B) | 335.64º | 0.78% | 0.67% | - |
| XYZ | 19.42 | 10.82 | 11.19 | - |
| YUV | 83.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 92 | 0 | 0.78 | 0.46 | 0.33 | 335.64 | 0.64 | 0.41 |
| Hex | AB | 26 | 5C | 0 | 4E | 2E | 21 | 150 | 40 | 29 |
| Octal | 253 | 46 | 134 | 0 | 116 | 56 | 41 | 520 | 100 | 51 |
| Binary | 10101011 | 100110 | 1011100 | 0 | 1001110 | 101110 | 100001 | 101010000 | 1000000 | 101001 |
Color Harmonies of #AB265C
Complementary color
Monochromatic Colors of #AB265C
Black with #AB265C
Text Example
Text Example
White with #AB265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB265C; }
p { color: rgb(171,38,92); }
H1.HeaderClassName
{
color: #AB265C;
}
.AnyTagClassName
{
color: #AB265C;
}
</style>
background-color css
<style>
a { background-color: #AB265C; }
a { background-color: rgb(171,38,92); }
div.DivClassName
{
background-color: #AB265C;
}
.BgClassName
{
background-color: #AB265C;
}
</style>
border-color css
<style>
span { border-color: #AB265C; }
span { border-color: rgb(171,38,92); }
td.TdClassName
{
border-color: #AB265C;
}
.TagClassName
{
border-color: #AB265C;
}
</style>