COLOR #AC4CB1

HEX: #AC4CB1
RGB: (172,76,177)

Color info

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

RGB color model

#AC4CB1 color RGB value is (172,76,177).

  • red value is 172;
  • green value is 76;
  • blue value is 177.
RGB:
(172,76,177)
(67%,30%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 76 of 255 = 30%
B 177 of 255 = 69%

172
76
177

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

Portions of RGB colors in percentages

R + G + B =
172 + 76 + 177 = 425 (100%)
R 172 of 425 ~ 40.47%
G 76 of 425 ~ 17.88%
B 177 of 425 ~ 41.65%

%40.47
%17.88
%41.65

CMYK color model

#AC4CB1 color CMYK value is (3,57,0,31).

  • cyan value is 2.82%
  • magenta value is 57.06%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(3,57,0,31)
C3M57Y0K31 
(3%,57%,0%,31%)
(0.03/0.57/0.00/0.31)	

CMYK percentages

%2.82
%57.06
%0
%30.59

Codes

Color #AC4CB1 in popluar color models

AC4CB1
RGB17276177
HSL297°39.92%49.61%
HSB/HSV297°57.06%69.41%
CMYK2.82%57.06%0.00%
30.59%

Color #AC4CB1 in popluar number systems.

HEXAC4CB1
Decimal17276177
Binary10101100100110010110001
Octal254114261

Shades and tints

Shades of #AC4CB1

#AC4CB1
(172,76,177)
#9D46A1
(157,70,161)
#8E4091
(142,64,145)
#7F3A81
(127,58,129)
#703471
(112,52,113)
#612E61
(97,46,97)
#522851
(82,40,81)
#432241
(67,34,65)
#341C31
(52,28,49)
#251621
(37,22,33)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #AC4CB1

#AC4CB1
(172,76,177)
#B35CB8
(179,92,184)
#BA6CBF
(186,108,191)
#C17CC6
(193,124,198)
#C88CCD
(200,140,205)
#CF9CD4
(207,156,212)
#D6ACDB
(214,172,219)
#DDBCE2
(221,188,226)
#E4CCE9
(228,204,233)
#EBDCF0
(235,220,240)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4CB1 color. Also use rgb(172,76,177) instead hex code.

Text Font Color

.myTextColor { color: #AC4CB1; }

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

This text font color is #AC4CB1.


Background Color

.myBgColor { background-color: #AC4CB1; }

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

This div background color is #AC4CB1.


Border color

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

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

This div border color is #AC4CB1.


Opacity

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

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

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

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

This text has shadow with #AC4CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4CB1 on black background.


Color preview on white background

This text has color #AC4CB1 on white background.



Black color preview on #AC4CB1 background

This text has black color on #AC4CB1 background.


White color preview on #AC4CB1 background

This text has white color on #AC4CB1 background.