#AB295A

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

Shades of Lipstick #AB295A

Tints of Lipstick #AB295A

Color information

#AB295A (or 0xAB295A) is unknown color: approx Lipstick. HEX triplet: AB, 29 and 5A. RGB value is (171,41,90). Sum of RGB (Red+Green+Blue) = 171+41+90=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB295A is #54D6A5. Grayscale: #555555. Windows color (decimal): -5559974 or 5908907. OLE color: 5908907.

HSL color Cylindrical-coordinate representation of color #AB295A: hue angle of 337.38º 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 #AB295A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1714190-
CMYK00.760.470.33
HSL337.38º61.32%41.57%-
HSV(B)337.38º76.02%67.06%-
XYZ19.4310.9810.77-
YUV85.46130.57189.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=56.62%
G=13.58%
B=29.80%

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
Decimal171419000.760.470.33337.3861.3241.57
HexAB295A04C2F211513d2a
Octal25351132011457415217552
Binary10101011101001101101001001100101111100001101010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB295A; }

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

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

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

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

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

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

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

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