#AB2A56

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

Shades of Lipstick #AB2A56

Tints of Lipstick #AB2A56

Color information

#AB2A56 (or 0xAB2A56) is unknown color: approx Lipstick. HEX triplet: AB, 2A and 56. RGB value is (171,42,86). Sum of RGB (Red+Green+Blue) = 171+42+86=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A56 is #54D5A9. Grayscale: #555555. Windows color (decimal): -5559722 or 5647019. OLE color: 5647019.

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

Color convert

RGB1714286-
CMYK00.750.500.33
HSL339.53º60.56%41.76%-
HSV(B)339.53º75.44%67.06%-
XYZ19.310.999.91-
YUV85.59128.24188.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=57.19%
G=14.05%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171428600.750.500.33339.5360.5641.76
HexAB2A5604B32211543d2a
Octal25352126011362415247552
Binary10101011101010101011001001011110010100001101010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A56; }

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

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

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

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

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

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

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

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