Shades of Lipstick #AB245D
Tints of Lipstick #AB245D
RGB
CMYK
RGB Variations
Color information
#AB245D (or 0xAB245D) is known color: Lipstick. HEX triplet: AB, 24 and 5D. RGB value is (171,36,93). Sum of RGB (Red+Green+Blue) = 171+36+93=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB245D is #54DBA2. Grayscale: #525252. Windows color (decimal): -5561251 or 6104235. OLE color: 6104235.
HSL color Cylindrical-coordinate representation of color #AB245D: hue angle of 334.67º 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 #AB245D is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 93 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.33 |
| HSL | 334.67º | 0.65% | 0.41% | - |
| HSV(B) | 334.67º | 0.79% | 0.67% | - |
| XYZ | 19.4 | 10.71 | 11.4 | - |
| YUV | 82.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 93 | 0 | 0.79 | 0.46 | 0.33 | 334.67 | 0.65 | 0.41 |
| Hex | AB | 24 | 5D | 0 | 4F | 2E | 21 | 14F | 41 | 29 |
| Octal | 253 | 44 | 135 | 0 | 117 | 56 | 41 | 517 | 101 | 51 |
| Binary | 10101011 | 100100 | 1011101 | 0 | 1001111 | 101110 | 100001 | 101001111 | 1000001 | 101001 |
Color Harmonies of #AB245D
Complementary color
Monochromatic Colors of #AB245D
Black with #AB245D
Text Example
Text Example
White with #AB245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB245D; }
p { color: rgb(171,36,93); }
H1.HeaderClassName
{
color: #AB245D;
}
.AnyTagClassName
{
color: #AB245D;
}
</style>
background-color css
<style>
a { background-color: #AB245D; }
a { background-color: rgb(171,36,93); }
div.DivClassName
{
background-color: #AB245D;
}
.BgClassName
{
background-color: #AB245D;
}
</style>
border-color css
<style>
span { border-color: #AB245D; }
span { border-color: rgb(171,36,93); }
td.TdClassName
{
border-color: #AB245D;
}
.TagClassName
{
border-color: #AB245D;
}
</style>