#AB295D

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

Shades of Lipstick #AB295D

Tints of Lipstick #AB295D

Color information

#AB295D (or 0xAB295D) is unknown color: approx Lipstick. HEX triplet: AB, 29 and 5D. RGB value is (171,41,93). Sum of RGB (Red+Green+Blue) = 171+41+93=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB295D is #54D6A2. Grayscale: #555555. Windows color (decimal): -5559971 or 6105515. OLE color: 6105515.

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

Color convert

RGB1714193-
CMYK00.760.460.33
HSL336º61.32%41.57%-
HSV(B)336º76.02%67.06%-
XYZ19.5611.0311.45-
YUV85.8132.07188.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=56.07%
G=13.44%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171419300.760.460.3333661.3241.57
HexAB295D04C2E211503d2a
Octal25351135011456415207552
Binary10101011101001101110101001100101110100001101010000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB295D; }

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

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

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

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

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

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

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

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