COLOR #AC4B82

HEX: #AC4B82
RGB: (172,75,130)

Color info

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

RGB color model

#AC4B82 color RGB value is (172,75,130).

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

RGB channels and saturation

R 172 of 255 = 67%
G 75 of 255 = 29%
B 130 of 255 = 51%

172
75
130

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

Portions of RGB colors in percentages

R + G + B =
172 + 75 + 130 = 377 (100%)
R 172 of 377 ~ 45.62%
G 75 of 377 ~ 19.89%
B 130 of 377 ~ 34.48%

%45.62
%19.89
%34.48

CMYK color model

#AC4B82 color CMYK value is (0,56,24,33).

  • cyan value is 0.00%
  • magenta value is 56.40%
  • yellow value is 24.42%
  • key color value is 32.55%
CMYK:
(0,56,24,33)
C0M56Y24K33 
(0%,56%,24%,33%)
(0.00/0.56/0.24/0.33)	

CMYK percentages

%0
%56.4
%24.42
%32.55

Codes

Color #AC4B82 in popluar color models

AC4B82
RGB17275130
HSL326°39.27%48.43%
HSB/HSV326°56.40%67.45%
CMYK0.00%56.40%24.42%
32.55%

Color #AC4B82 in popluar number systems.

HEXAC4B82
Decimal17275130
Binary10101100100101110000010
Octal254113202

Shades and tints

Shades of #AC4B82

#AC4B82
(172,75,130)
#9D4577
(157,69,119)
#8E3F6C
(142,63,108)
#7F3961
(127,57,97)
#703356
(112,51,86)
#612D4B
(97,45,75)
#522740
(82,39,64)
#432135
(67,33,53)
#341B2A
(52,27,42)
#25151F
(37,21,31)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #AC4B82

#AC4B82
(172,75,130)
#B35B8D
(179,91,141)
#BA6B98
(186,107,152)
#C17BA3
(193,123,163)
#C88BAE
(200,139,174)
#CF9BB9
(207,155,185)
#D6ABC4
(214,171,196)
#DDBBCF
(221,187,207)
#E4CBDA
(228,203,218)
#EBDBE5
(235,219,229)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4B82; }

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

This text font color is #AC4B82.


Background Color

.myBgColor { background-color: #AC4B82; }

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

This div background color is #AC4B82.


Border color

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

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

This div border color is #AC4B82.


Opacity

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

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

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

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

This text has shadow with #AC4B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4B82 on black background.


Color preview on white background

This text has color #AC4B82 on white background.



Black color preview on #AC4B82 background

This text has black color on #AC4B82 background.


White color preview on #AC4B82 background

This text has white color on #AC4B82 background.