#AB2A5C

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

Shades of Lipstick #AB2A5C

Tints of Lipstick #AB2A5C

Color information

#AB2A5C (or 0xAB2A5C) is unknown color: approx Lipstick. HEX triplet: AB, 2A and 5C. RGB value is (171,42,92). Sum of RGB (Red+Green+Blue) = 171+42+92=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A5C is #54D5A3. Grayscale: #565656. Windows color (decimal): -5559716 or 6040235. OLE color: 6040235.

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

Color convert

RGB1714292-
CMYK00.750.460.33
HSL336.74º60.56%41.76%-
HSV(B)336.74º75.44%67.06%-
XYZ19.5511.0911.23-
YUV86.27131.24188.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=56.07%
G=13.77%
B=30.16%

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
Decimal171429200.750.460.33336.7460.5641.76
HexAB2A5C04B2E211513d2a
Octal25352134011356415217552
Binary10101011101010101110001001011101110100001101010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A5C; }

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

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

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

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

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

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

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

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