Shades of Lipstick #AB235C
Tints of Lipstick #AB235C
RGB
CMYK
RGB Variations
Color information
#AB235C (or 0xAB235C) is known color: Lipstick. HEX triplet: AB, 23 and 5C. RGB value is (171,35,92). Sum of RGB (Red+Green+Blue) = 171+35+92=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB235C is #54DCA3. Grayscale: #525252. Windows color (decimal): -5561508 or 6038443. OLE color: 6038443.
HSL color Cylindrical-coordinate representation of color #AB235C: hue angle of 334.85º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB235C is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 92 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.33 |
| HSL | 334.85º | 0.66% | 0.4% | - |
| HSV(B) | 334.85º | 0.8% | 0.67% | - |
| XYZ | 19.33 | 10.63 | 11.16 | - |
| YUV | 82.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 92 | 0 | 0.80 | 0.46 | 0.33 | 334.85 | 0.66 | 0.4 |
| Hex | AB | 23 | 5C | 0 | 50 | 2E | 21 | 14F | 42 | 28 |
| Octal | 253 | 43 | 134 | 0 | 120 | 56 | 41 | 517 | 102 | 50 |
| Binary | 10101011 | 100011 | 1011100 | 0 | 1010000 | 101110 | 100001 | 101001111 | 1000010 | 101000 |
Color Harmonies of #AB235C
Complementary color
Monochromatic Colors of #AB235C
Black with #AB235C
Text Example
Text Example
White with #AB235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB235C; }
p { color: rgb(171,35,92); }
H1.HeaderClassName
{
color: #AB235C;
}
.AnyTagClassName
{
color: #AB235C;
}
</style>
background-color css
<style>
a { background-color: #AB235C; }
a { background-color: rgb(171,35,92); }
div.DivClassName
{
background-color: #AB235C;
}
.BgClassName
{
background-color: #AB235C;
}
</style>
border-color css
<style>
span { border-color: #AB235C; }
span { border-color: rgb(171,35,92); }
td.TdClassName
{
border-color: #AB235C;
}
.TagClassName
{
border-color: #AB235C;
}
</style>