Shades of Lipstick #AB245E
Tints of Lipstick #AB245E
RGB
CMYK
RGB Variations
Color information
#AB245E (or 0xAB245E) is known color: Lipstick. HEX triplet: AB, 24 and 5E. RGB value is (171,36,94). Sum of RGB (Red+Green+Blue) = 171+36+94=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB245E is #54DBA1. Grayscale: #525252. Windows color (decimal): -5561250 or 6169771. OLE color: 6169771.
HSL color Cylindrical-coordinate representation of color #AB245E: hue angle of 334.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB245E is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 94 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.33 |
| HSL | 334.22º | 0.65% | 0.41% | - |
| HSV(B) | 334.22º | 0.79% | 0.67% | - |
| XYZ | 19.45 | 10.73 | 11.64 | - |
| YUV | 82.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 94 | 0 | 0.79 | 0.45 | 0.33 | 334.22 | 0.65 | 0.41 |
| Hex | AB | 24 | 5E | 0 | 4F | 2D | 21 | 14E | 41 | 29 |
| Octal | 253 | 44 | 136 | 0 | 117 | 55 | 41 | 516 | 101 | 51 |
| Binary | 10101011 | 100100 | 1011110 | 0 | 1001111 | 101101 | 100001 | 101001110 | 1000001 | 101001 |
Color Harmonies of #AB245E
Complementary color
Monochromatic Colors of #AB245E
Black with #AB245E
Text Example
Text Example
White with #AB245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB245E; }
p { color: rgb(171,36,94); }
H1.HeaderClassName
{
color: #AB245E;
}
.AnyTagClassName
{
color: #AB245E;
}
</style>
background-color css
<style>
a { background-color: #AB245E; }
a { background-color: rgb(171,36,94); }
div.DivClassName
{
background-color: #AB245E;
}
.BgClassName
{
background-color: #AB245E;
}
</style>
border-color css
<style>
span { border-color: #AB245E; }
span { border-color: rgb(171,36,94); }
td.TdClassName
{
border-color: #AB245E;
}
.TagClassName
{
border-color: #AB245E;
}
</style>