COLOR #AB1D5C

HEX: #AB1D5C
RGB: (171,29,92)

Color info

#AB1D5C contains mainly red color. Web safe color of #AB1D5C is #993366 (or #936).

RGB color model

#AB1D5C color RGB value is (171,29,92).

  • red value is 171;
  • green value is 29;
  • blue value is 92.
RGB:
(171,29,92)
(67%,11%,36%)

RGB channels and saturation

R 171 of 255 = 67%
G 29 of 255 = 11%
B 92 of 255 = 36%

171
29
92

R + G + B ~ 38%. #AB1D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 29 + 92 = 292 (100%)
R 171 of 292 ~ 58.56%
G 29 of 292 ~ 9.93%
B 92 of 292 ~ 31.51%

%58.56
%9.93
%31.51

CMYK color model

#AB1D5C color CMYK value is (0,83,46,33).

  • cyan value is 0.00%
  • magenta value is 83.04%
  • yellow value is 46.20%
  • key color value is 32.94%
CMYK:
(0,83,46,33)
C0M83Y46K33 
(0%,83%,46%,33%)
(0.00/0.83/0.46/0.33)	

CMYK percentages

%0
%83.04
%46.2
%32.94

Codes

Color #AB1D5C in popluar color models

AB1D5C
RGB1712992
HSL333°71.00%39.22%
HSB/HSV333°83.04%67.06%
CMYK0.00%83.04%46.20%
32.94%

Color #AB1D5C in popluar number systems.

HEXAB1D5C
Decimal1712992
Binary10101011111011011100
Octal25335134

Shades and tints

Shades of #AB1D5C

#AB1D5C
(171,29,92)
#9C1B54
(156,27,84)
#8D194C
(141,25,76)
#7E1744
(126,23,68)
#6F153C
(111,21,60)
#601334
(96,19,52)
#51112C
(81,17,44)
#420F24
(66,15,36)
#330D1C
(51,13,28)
#240B14
(36,11,20)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #AB1D5C

#AB1D5C
(171,29,92)
#B2316A
(178,49,106)
#B94578
(185,69,120)
#C05986
(192,89,134)
#C76D94
(199,109,148)
#CE81A2
(206,129,162)
#D595B0
(213,149,176)
#DCA9BE
(220,169,190)
#E3BDCC
(227,189,204)
#EAD1DA
(234,209,218)
#F1E5E8
(241,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1D5C color. Also use rgb(171,29,92) instead hex code.

Text Font Color

.myTextColor { color: #AB1D5C; }

<p style="color:#AB1D5C">This sample text font color is #AB1D5C.</p>

This text font color is #AB1D5C.


Background Color

.myBgColor { background-color: #AB1D5C; }

<div style="background-color:#AB1D5C">Inner text</div>

This div background color is #AB1D5C.


Border color

.myBorderColor { border: 1px solid #AB1D5C; }

<div style="border:3px solid #AB1D5C">Div</div>

This div border color is #AB1D5C.


Opacity

.myOpacity80 { color: #AB1D5C; opacity: 0.8; }

<p style="color:#AB1D5C;opacity:0.8;">80%</p>

Text with #AB1D5C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB1D5C;}

<p style="text-shadow: 3px 3px 1px #AB1D5C">Text here.</p>

This text has shadow with #AB1D5C color.

.textShadow {text-shadow: 3px 3px 1px #AB1D5C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB1D5C, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB1D5C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB1D5C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB1D5C, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB1D5C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AB1D5C;
  -webkit-box-shadow:	1px 1px 3px 2px #AB1D5C;
  box-shadow:		1px 1px 3px 2px #AB1D5C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB1D5C;
-webkit-box-shadow: 1px 1px 3px 2px #AB1D5C;
box-shadow:1px 1px 3px 2px #AB1D5C;">
Div content here</div>
This div box has shadow with color #AB1D5C.

Preview

Color preview on black background

This text has color #AB1D5C on black background.


Color preview on white background

This text has color #AB1D5C on white background.



Black color preview on #AB1D5C background

This text has black color on #AB1D5C background.


White color preview on #AB1D5C background

This text has white color on #AB1D5C background.