COLOR #AC4BA2

HEX: #AC4BA2
RGB: (172,75,162)

Color info

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

RGB color model

#AC4BA2 color RGB value is (172,75,162).

  • red value is 172;
  • green value is 75;
  • blue value is 162.
RGB:
(172,75,162)
(67%,29%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 75 of 255 = 29%
B 162 of 255 = 64%

172
75
162

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

Portions of RGB colors in percentages

R + G + B =
172 + 75 + 162 = 409 (100%)
R 172 of 409 ~ 42.05%
G 75 of 409 ~ 18.34%
B 162 of 409 ~ 39.61%

%42.05
%18.34
%39.61

CMYK color model

#AC4BA2 color CMYK value is (0,56,6,33).

  • cyan value is 0.00%
  • magenta value is 56.40%
  • yellow value is 5.81%
  • key color value is 32.55%
CMYK:
(0,56,6,33)
C0M56Y6K33 
(0%,56%,6%,33%)
(0.00/0.56/0.06/0.33)	

CMYK percentages

%0
%56.4
%5.81
%32.55

Codes

Color #AC4BA2 in popluar color models

AC4BA2
RGB17275162
HSL306°39.27%48.43%
HSB/HSV306°56.40%67.45%
CMYK0.00%56.40%5.81%
32.55%

Color #AC4BA2 in popluar number systems.

HEXAC4BA2
Decimal17275162
Binary10101100100101110100010
Octal254113242

Shades and tints

Shades of #AC4BA2

#AC4BA2
(172,75,162)
#9D4594
(157,69,148)
#8E3F86
(142,63,134)
#7F3978
(127,57,120)
#70336A
(112,51,106)
#612D5C
(97,45,92)
#52274E
(82,39,78)
#432140
(67,33,64)
#341B32
(52,27,50)
#251524
(37,21,36)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #AC4BA2

#AC4BA2
(172,75,162)
#B35BAA
(179,91,170)
#BA6BB2
(186,107,178)
#C17BBA
(193,123,186)
#C88BC2
(200,139,194)
#CF9BCA
(207,155,202)
#D6ABD2
(214,171,210)
#DDBBDA
(221,187,218)
#E4CBE2
(228,203,226)
#EBDBEA
(235,219,234)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4BA2 color. Also use rgb(172,75,162) instead hex code.

Text Font Color

.myTextColor { color: #AC4BA2; }

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

This text font color is #AC4BA2.


Background Color

.myBgColor { background-color: #AC4BA2; }

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

This div background color is #AC4BA2.


Border color

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

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

This div border color is #AC4BA2.


Opacity

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

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

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

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

This text has shadow with #AC4BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4BA2 on black background.


Color preview on white background

This text has color #AC4BA2 on white background.



Black color preview on #AC4BA2 background

This text has black color on #AC4BA2 background.


White color preview on #AC4BA2 background

This text has white color on #AC4BA2 background.