COLOR #AC1B5B

HEX: #AC1B5B
RGB: (172,27,91)

Color info

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

RGB color model

#AC1B5B color RGB value is (172,27,91).

  • red value is 172;
  • green value is 27;
  • blue value is 91.
RGB:
(172,27,91)
(67%,11%,36%)

RGB channels and saturation

R 172 of 255 = 67%
G 27 of 255 = 11%
B 91 of 255 = 36%

172
27
91

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

Portions of RGB colors in percentages

R + G + B =
172 + 27 + 91 = 290 (100%)
R 172 of 290 ~ 59.31%
G 27 of 290 ~ 9.31%
B 91 of 290 ~ 31.38%

%59.31
%31.38

CMYK color model

#AC1B5B color CMYK value is (0,84,47,33).

  • cyan value is 0.00%
  • magenta value is 84.30%
  • yellow value is 47.09%
  • key color value is 32.55%
CMYK:
(0,84,47,33)
C0M84Y47K33 
(0%,84%,47%,33%)
(0.00/0.84/0.47/0.33)	

CMYK percentages

%0
%84.3
%47.09
%32.55

Codes

Color #AC1B5B in popluar color models

AC1B5B
RGB1722791
HSL334°72.86%39.02%
HSB/HSV334°84.30%67.45%
CMYK0.00%84.30%47.09%
32.55%

Color #AC1B5B in popluar number systems.

HEXAC1B5B
Decimal1722791
Binary10101100110111011011
Octal25433133

Shades and tints

Shades of #AC1B5B

#AC1B5B
(172,27,91)
#9D1953
(157,25,83)
#8E174B
(142,23,75)
#7F1543
(127,21,67)
#70133B
(112,19,59)
#611133
(97,17,51)
#520F2B
(82,15,43)
#430D23
(67,13,35)
#340B1B
(52,11,27)
#250913
(37,9,19)
#16070B
(22,7,11)
#000000
(0,0,0)

Tints of #AC1B5B

#AC1B5B
(172,27,91)
#B32F69
(179,47,105)
#BA4377
(186,67,119)
#C15785
(193,87,133)
#C86B93
(200,107,147)
#CF7FA1
(207,127,161)
#D693AF
(214,147,175)
#DDA7BD
(221,167,189)
#E4BBCB
(228,187,203)
#EBCFD9
(235,207,217)
#F2E3E7
(242,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC1B5B color. Also use rgb(172,27,91) instead hex code.

Text Font Color

.myTextColor { color: #AC1B5B; }

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

This text font color is #AC1B5B.


Background Color

.myBgColor { background-color: #AC1B5B; }

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

This div background color is #AC1B5B.


Border color

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

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

This div border color is #AC1B5B.


Opacity

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

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

Text with #AC1B5B 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 #AC1B5B;}

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

This text has shadow with #AC1B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC1B5B on black background.


Color preview on white background

This text has color #AC1B5B on white background.



Black color preview on #AC1B5B background

This text has black color on #AC1B5B background.


White color preview on #AC1B5B background

This text has white color on #AC1B5B background.