#AB295B

Color #AB295B Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #AB295B

Tints of Lipstick #AB295B

Color information

#AB295B (or 0xAB295B) is unknown color: approx Lipstick. HEX triplet: AB, 29 and 5B. RGB value is (171,41,91). Sum of RGB (Red+Green+Blue) = 171+41+91=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB295B is #54D6A4. Grayscale: #555555. Windows color (decimal): -5559973 or 5974443. OLE color: 5974443.

HSL color Cylindrical-coordinate representation of color #AB295B: hue angle of 336.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB295B is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1714191-
CMYK00.760.470.33
HSL336.92º61.32%41.57%-
HSV(B)336.92º76.02%67.06%-
XYZ19.481110.99-
YUV85.57131.07188.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=56.44%
G=13.53%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171419100.760.470.33336.9261.3241.57
HexAB295B04C2F211513d2a
Octal25351133011457415217552
Binary10101011101001101101101001100101111100001101010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB295B; }

 p { color: rgb(171,41,91); }

 H1.HeaderClassName
 {
   color: #AB295B;
 }
 .AnyTagClassName
 {
   color: #AB295B;
 }
</style>
background-color css

<style>
 a { background-color: #AB295B; }

 a { background-color: rgb(171,41,91); }

 div.DivClassName
 {
   background-color: #AB295B;
 }
 .BgClassName
 {
   background-color: #AB295B;
 }
</style>
border-color css

<style>
 span { border-color: #AB295B; }

 span { border-color: rgb(171,41,91); }

 td.TdClassName
 {
   border-color: #AB295B;
 }
 .TagClassName
 {
   border-color: #AB295B;
 }
</style>