#AB2B5C

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

Shades of Lipstick #AB2B5C

Tints of Lipstick #AB2B5C

Color information

#AB2B5C (or 0xAB2B5C) is unknown color: approx Lipstick. HEX triplet: AB, 2B and 5C. RGB value is (171,43,92). Sum of RGB (Red+Green+Blue) = 171+43+92=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B5C is #54D4A3. Grayscale: #565656. Windows color (decimal): -5559460 or 6040491. OLE color: 6040491.

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

Color convert

RGB1714392-
CMYK00.750.460.33
HSL337.03º59.81%41.96%-
HSV(B)337.03º74.85%67.06%-
XYZ19.5911.1611.25-
YUV86.86130.91188.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.88%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=55.88%
G=14.05%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171439200.750.460.33337.0359.8141.96
HexAB2B5C04B2E211513c2a
Octal25353134011356415217452
Binary10101011101011101110001001011101110100001101010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B5C; }

 p { color: rgb(171,43,92); }

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

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

 a { background-color: rgb(171,43,92); }

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

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

 span { border-color: rgb(171,43,92); }

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