COLOR #AC3B8C

HEX: #AC3B8C
RGB: (172,59,140)

Color info

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

RGB color model

#AC3B8C color RGB value is (172,59,140).

  • red value is 172;
  • green value is 59;
  • blue value is 140.
RGB:
(172,59,140)
(67%,23%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 59 of 255 = 23%
B 140 of 255 = 55%

172
59
140

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

Portions of RGB colors in percentages

R + G + B =
172 + 59 + 140 = 371 (100%)
R 172 of 371 ~ 46.36%
G 59 of 371 ~ 15.9%
B 140 of 371 ~ 37.74%

%46.36
%15.9
%37.74

CMYK color model

#AC3B8C color CMYK value is (0,66,19,33).

  • cyan value is 0.00%
  • magenta value is 65.70%
  • yellow value is 18.60%
  • key color value is 32.55%
CMYK:
(0,66,19,33)
C0M66Y19K33 
(0%,66%,19%,33%)
(0.00/0.66/0.19/0.33)	

CMYK percentages

%0
%65.7
%18.6
%32.55

Codes

Color #AC3B8C in popluar color models

AC3B8C
RGB17259140
HSL317°48.92%45.29%
HSB/HSV317°65.70%67.45%
CMYK0.00%65.70%18.60%
32.55%

Color #AC3B8C in popluar number systems.

HEXAC3B8C
Decimal17259140
Binary1010110011101110001100
Octal25473214

Shades and tints

Shades of #AC3B8C

#AC3B8C
(172,59,140)
#9D3680
(157,54,128)
#8E3174
(142,49,116)
#7F2C68
(127,44,104)
#70275C
(112,39,92)
#612250
(97,34,80)
#521D44
(82,29,68)
#431838
(67,24,56)
#34132C
(52,19,44)
#250E20
(37,14,32)
#160914
(22,9,20)
#000000
(0,0,0)

Tints of #AC3B8C

#AC3B8C
(172,59,140)
#B34C96
(179,76,150)
#BA5DA0
(186,93,160)
#C16EAA
(193,110,170)
#C87FB4
(200,127,180)
#CF90BE
(207,144,190)
#D6A1C8
(214,161,200)
#DDB2D2
(221,178,210)
#E4C3DC
(228,195,220)
#EBD4E6
(235,212,230)
#F2E5F0
(242,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC3B8C color. Also use rgb(172,59,140) instead hex code.

Text Font Color

.myTextColor { color: #AC3B8C; }

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

This text font color is #AC3B8C.


Background Color

.myBgColor { background-color: #AC3B8C; }

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

This div background color is #AC3B8C.


Border color

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

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

This div border color is #AC3B8C.


Opacity

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

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

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

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

This text has shadow with #AC3B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC3B8C on black background.


Color preview on white background

This text has color #AC3B8C on white background.



Black color preview on #AC3B8C background

This text has black color on #AC3B8C background.


White color preview on #AC3B8C background

This text has white color on #AC3B8C background.