Shades of Lipstick #AB235A
Tints of Lipstick #AB235A
RGB
CMYK
RGB Variations
Color information
#AB235A (or 0xAB235A) is known color: Lipstick. HEX triplet: AB, 23 and 5A. RGB value is (171,35,90). Sum of RGB (Red+Green+Blue) = 171+35+90=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB235A is #54DCA5. Grayscale: #515151. Windows color (decimal): -5561510 or 5907371. OLE color: 5907371.
HSL color Cylindrical-coordinate representation of color #AB235A: hue angle of 335.74º 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 #AB235A is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 90 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.33 |
| HSL | 335.74º | 0.66% | 0.4% | - |
| HSV(B) | 335.74º | 0.8% | 0.67% | - |
| XYZ | 19.24 | 10.6 | 10.7 | - |
| YUV | 81.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 90 | 0 | 0.80 | 0.47 | 0.33 | 335.74 | 0.66 | 0.4 |
| Hex | AB | 23 | 5A | 0 | 50 | 2F | 21 | 150 | 42 | 28 |
| Octal | 253 | 43 | 132 | 0 | 120 | 57 | 41 | 520 | 102 | 50 |
| Binary | 10101011 | 100011 | 1011010 | 0 | 1010000 | 101111 | 100001 | 101010000 | 1000010 | 101000 |
Color Harmonies of #AB235A
Complementary color
Monochromatic Colors of #AB235A
Black with #AB235A
Text Example
Text Example
White with #AB235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB235A; }
p { color: rgb(171,35,90); }
H1.HeaderClassName
{
color: #AB235A;
}
.AnyTagClassName
{
color: #AB235A;
}
</style>
background-color css
<style>
a { background-color: #AB235A; }
a { background-color: rgb(171,35,90); }
div.DivClassName
{
background-color: #AB235A;
}
.BgClassName
{
background-color: #AB235A;
}
</style>
border-color css
<style>
span { border-color: #AB235A; }
span { border-color: rgb(171,35,90); }
td.TdClassName
{
border-color: #AB235A;
}
.TagClassName
{
border-color: #AB235A;
}
</style>