COLOR #AC49B0

HEX: #AC49B0 RGB: (172,73,176)

Color info

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

RGB color model

#AC49B0 color RGB value is (172,73,176).

RGB: (172,73,176) (67%, 29%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 73 of 255 = 29%
B 176 of 255 = 69%

172
73
176

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

Portions of RGB colors in percentages

R + G + B = 172 + 73 + 176 = 421 (100%)
R 172 of 421 ~ 40.86%
G 73 of 421 ~ 17.34%
B 176 of 421 ~ 41.81'%

%40.86
%17.34
%41.81

CMYK color model

#AC49B0 color CMYK value is (2,59,0,31).

  • cyan value is 2.27%
  • magenta value is 58.52%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (2,59,0,31)
C2M59Y0K31 (2%, 59%, 0%, 31%)
(0.02 / 0.59 / 0.00 / 0.31)

CMYK percentages

%2.27
%58.52
%0
%30.98

Codes

Color #AC49B0 in popluar color models

AC 49 B0
RGB 172 73 176
HSL 298° 41.37% 48.82%
HSB/HSV 298° 58.52% 69.02%
CMYK 2.27% 58.52% 0.00%
30.98%

Color #AC49B0 in popluar number systems.

HEX AC 49 B0
Decimal 172 73 176
Binary 10101100 1001001 10110000
Octal 254 111 260

Shades and tints

Shades of #AC49B0

#AC49B0
(172,73,176)
#9D43A0
(157,67,160)
#8E3D90
(142,61,144)
#7F3780
(127,55,128)
#703170
(112,49,112)
#612B60
(97,43,96)
#522550
(82,37,80)
#431F40
(67,31,64)
#341930
(52,25,48)
#251320
(37,19,32)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #AC49B0

#AC49B0
(172,73,176)
#B359B7
(179,89,183)
#BA69BE
(186,105,190)
#C179C5
(193,121,197)
#C889CC
(200,137,204)
#CF99D3
(207,153,211)
#D6A9DA
(214,169,218)
#DDB9E1
(221,185,225)
#E4C9E8
(228,201,232)
#EBD9EF
(235,217,239)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC49B0 color. Also use rgb(172,73,176) instead hex code.

Text Font Color

.myTextColor { color: #AC49B0; }

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

This text font color is #AC49B0.

Background Color

.myBgColor { background-color: #AC49B0; }

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

This div background color is #AC49B0.

Border color

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

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

This div border color is #AC49B0.

Opacity

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

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

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

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

This text has shadow with #AC49B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC49B0.

Preview

Color preview on black background

This text has color #AC49B0 on black background.


Color preview on white background

This text has color #AC49B0 on white background.


Black color preview on #AC49B0 background

This text has black color on #AC49B0 background.


White color preview on #AC49B0 background

This text has white color on #AC49B0 background.


Related colors

Complementary color

Complementary color for #hex is #53B64F.


I love getcolorcode.com

Triadic colors

1 #B0AC49 and #49B0AC with #AC49B0 are triadic colors.

2 #B049AC and #49ACB0 with #AC49B0 are triadic colors.