COLOR #AC1D83

HEX: #AC1D83
RGB: (172,29,131)

Color info

#AC1D83 contains mainly red and blue colors. Web safe color of #AC1D83 is #993399 (or #939).

RGB color model

#AC1D83 color RGB value is (172,29,131).

  • red value is 172;
  • green value is 29;
  • blue value is 131.
RGB:
(172,29,131)
(67%,11%,51%)

RGB channels and saturation

R 172 of 255 = 67%
G 29 of 255 = 11%
B 131 of 255 = 51%

172
29
131

R + G + B ~ 43%. #AC1D83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 29 + 131 = 332 (100%)
R 172 of 332 ~ 51.81%
G 29 of 332 ~ 8.73%
B 131 of 332 ~ 39.46%

%51.81
%39.46

CMYK color model

#AC1D83 color CMYK value is (0,83,24,33).

  • cyan value is 0.00%
  • magenta value is 83.14%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(0,83,24,33)
C0M83Y24K33 
(0%,83%,24%,33%)
(0.00/0.83/0.24/0.33)	

CMYK percentages

%0
%83.14
%23.84
%32.55

Codes

Color #AC1D83 in popluar color models

AC1D83
RGB17229131
HSL317°71.14%39.41%
HSB/HSV317°83.14%67.45%
CMYK0.00%83.14%23.84%
32.55%

Color #AC1D83 in popluar number systems.

HEXAC1D83
Decimal17229131
Binary101011001110110000011
Octal25435203

Shades and tints

Shades of #AC1D83

#AC1D83
(172,29,131)
#9D1B78
(157,27,120)
#8E196D
(142,25,109)
#7F1762
(127,23,98)
#701557
(112,21,87)
#61134C
(97,19,76)
#521141
(82,17,65)
#430F36
(67,15,54)
#340D2B
(52,13,43)
#250B20
(37,11,32)
#160915
(22,9,21)
#000000
(0,0,0)

Tints of #AC1D83

#AC1D83
(172,29,131)
#B3318E
(179,49,142)
#BA4599
(186,69,153)
#C159A4
(193,89,164)
#C86DAF
(200,109,175)
#CF81BA
(207,129,186)
#D695C5
(214,149,197)
#DDA9D0
(221,169,208)
#E4BDDB
(228,189,219)
#EBD1E6
(235,209,230)
#F2E5F1
(242,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC1D83 color. Also use rgb(172,29,131) instead hex code.

Text Font Color

.myTextColor { color: #AC1D83; }

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

This text font color is #AC1D83.


Background Color

.myBgColor { background-color: #AC1D83; }

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

This div background color is #AC1D83.


Border color

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

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

This div border color is #AC1D83.


Opacity

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

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

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

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

This text has shadow with #AC1D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC1D83 on black background.


Color preview on white background

This text has color #AC1D83 on white background.



Black color preview on #AC1D83 background

This text has black color on #AC1D83 background.


White color preview on #AC1D83 background

This text has white color on #AC1D83 background.