#AB2A57

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

Shades of Lipstick #AB2A57

Tints of Lipstick #AB2A57

Color information

#AB2A57 (or 0xAB2A57) is unknown color: approx Lipstick. HEX triplet: AB, 2A and 57. RGB value is (171,42,87). Sum of RGB (Red+Green+Blue) = 171+42+87=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A57 is #54D5A8. Grayscale: #555555. Windows color (decimal): -5559721 or 5712555. OLE color: 5712555.

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

Color convert

RGB1714287-
CMYK00.750.490.33
HSL339.07º60.56%41.76%-
HSV(B)339.07º75.44%67.06%-
XYZ19.341110.12-
YUV85.7128.74188.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 87 (34.38% from 255) = 29%
R=57%
G=14%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171428700.750.490.33339.0760.5641.76
HexAB2A5704B31211533d2a
Octal25352127011361415237552
Binary10101011101010101011101001011110001100001101010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A57; }

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

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

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

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

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

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

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

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