#AB295E

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

Shades of Lipstick #AB295E

Tints of Lipstick #AB295E

Color information

#AB295E (or 0xAB295E) is unknown color: approx Lipstick. HEX triplet: AB, 29 and 5E. RGB value is (171,41,94). Sum of RGB (Red+Green+Blue) = 171+41+94=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB295E is #54D6A1. Grayscale: #555555. Windows color (decimal): -5559970 or 6171051. OLE color: 6171051.

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

Color convert

RGB1714194-
CMYK00.760.450.33
HSL335.54º61.32%41.57%-
HSV(B)335.54º76.02%67.06%-
XYZ19.6111.0511.69-
YUV85.91132.57188.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.88%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=55.88%
G=13.40%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171419400.760.450.33335.5461.3241.57
HexAB295E04C2D211503d2a
Octal25351136011455415207552
Binary10101011101001101111001001100101101100001101010000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB295E; }

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

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

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

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

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

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

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

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