COLOR #AC73B4

HEX: #AC73B4
RGB: (172,115,180)

Color info

#AC73B4 contains mainly red and blue colors. Web safe color of #AC73B4 is #9966CC (or #96C).

RGB color model

#AC73B4 color RGB value is (172,115,180).

  • red value is 172;
  • green value is 115;
  • blue value is 180.
RGB: (172,115,180) (67%,45%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 180 of 255 = 71%

172
115
180

R + G + B ~ 61%. #AC73B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 180 = 467 (100%)
R 172 of 467 ~ 36.83%
G 115 of 467 ~ 24.63%
B 180 of 467 ~ 38.54%

%36.83
%24.63
%38.54

CMYK color model

#AC73B4 color CMYK value is (4,36,0,29).

  • cyan value is 4.44%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (4,36,0,29) C4M36Y0K29 (4%,36%,0%,29%) (0.04/0.36/0.00/0.29)

CMYK percentages

%4.44
%36.11
%0
%29.41

Codes

Color #AC73B4 in popluar color models

AC73B4
RGB172115180
HSL293°30.23%57.84%
HSB/HSV293°36.11%70.59%
CMYK4.44%36.11%0.00%
29.41%

Color #AC73B4 in popluar number systems.

HEXAC73B4
Decimal172115180
Binary10101100111001110110100
Octal254163264

Shades and tints

Shades of #AC73B4

#AC73B4
(172,115,180)
#9D69A4
(157,105,164)
#8E5F94
(142,95,148)
#7F5584
(127,85,132)
#704B74
(112,75,116)
#614164
(97,65,100)
#523754
(82,55,84)
#432D44
(67,45,68)
#342334
(52,35,52)
#251924
(37,25,36)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #AC73B4

#AC73B4
(172,115,180)
#B37FBA
(179,127,186)
#BA8BC0
(186,139,192)
#C197C6
(193,151,198)
#C8A3CC
(200,163,204)
#CFAFD2
(207,175,210)
#D6BBD8
(214,187,216)
#DDC7DE
(221,199,222)
#E4D3E4
(228,211,228)
#EBDFEA
(235,223,234)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC73B4 color. Also use rgb(172,115,180) instead hex code.

Text Font Color

.myTextColor { color: #AC73B4; }

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

This text font color is #AC73B4.


Background Color

.myBgColor { background-color: #AC73B4; }

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

This div background color is #AC73B4.


Border color

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

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

This div border color is #AC73B4.


Opacity

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

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

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

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

This text has shadow with #AC73B4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AC73B4 on black background.


Color preview on white background

This text has color #AC73B4 on white background.



Black color preview on #AC73B4 background

This text has black color on #AC73B4 background.


White color preview on #AC73B4 background

This text has white color on #AC73B4 background.