#AB2157

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

Shades of Lipstick #AB2157

Tints of Lipstick #AB2157

Color information

#AB2157 (or 0xAB2157) is unknown color: approx Lipstick. HEX triplet: AB, 21 and 57. RGB value is (171,33,87). Sum of RGB (Red+Green+Blue) = 171+33+87=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2157 is #54DEA8. Grayscale: #505050. Windows color (decimal): -5562025 or 5710251. OLE color: 5710251.

HSL color Cylindrical-coordinate representation of color #AB2157: hue angle of 336.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2157 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1713387-
CMYK00.810.490.33
HSL336.52º67.65%40%-
HSV(B)336.52º80.7%67.06%-
XYZ19.0610.4310.03-
YUV80.42131.72192.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.76%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=58.76%
G=11.34%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171338700.810.490.33336.5267.6540
HexAB215705131211514428
Octal253411270121614152110450
Binary101010111000011010111010100011100011000011010100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2157; }

 p { color: rgb(171,33,87); }

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

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

 a { background-color: rgb(171,33,87); }

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

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

 span { border-color: rgb(171,33,87); }

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