COLOR #AC7293

HEX: #AC7293 RGB: (172,114,147)

Color info

#AC7293 contains red, green and blue colors in about the same proportion. Web safe color of #AC7293 is #996699 (or #969).

RGB color model

#AC7293 color RGB value is (172,114,147).

RGB: (172,114,147) (67%, 45%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 114 of 255 = 45%
B 147 of 255 = 58%

172
114
147

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

Portions of RGB colors in percentages

R + G + B = 172 + 114 + 147 = 433 (100%)
R 172 of 433 ~ 39.72%
G 114 of 433 ~ 26.33%
B 147 of 433 ~ 33.95'%

%39.72
%26.33
%33.95

CMYK color model

#AC7293 color CMYK value is (0,34,15,33).

  • cyan value is 0.00%
  • magenta value is 33.72%
  • yellow value is 14.53%
  • key color value is 32.55%

CMYK: (0,34,15,33)
C0M34Y15K33 (0%, 34%, 15%, 33%)
(0.00 / 0.34 / 0.15 / 0.33)

CMYK percentages

%0
%33.72
%14.53
%32.55

Codes

Color #AC7293 in popluar color models

AC 72 93
RGB 172 114 147
HSL 326° 25.89% 56.08%
HSB/HSV 326° 33.72% 67.45%
CMYK 0.00% 33.72% 14.53%
32.55%

Color #AC7293 in popluar number systems.

HEX AC 72 93
Decimal 172 114 147
Binary 10101100 1110010 10010011
Octal 254 162 223

Shades and tints

Shades of #AC7293

#AC7293
(172,114,147)
#9D6886
(157,104,134)
#8E5E79
(142,94,121)
#7F546C
(127,84,108)
#704A5F
(112,74,95)
#614052
(97,64,82)
#523645
(82,54,69)
#432C38
(67,44,56)
#34222B
(52,34,43)
#25181E
(37,24,30)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #AC7293

#AC7293
(172,114,147)
#B37E9C
(179,126,156)
#BA8AA5
(186,138,165)
#C196AE
(193,150,174)
#C8A2B7
(200,162,183)
#CFAEC0
(207,174,192)
#D6BAC9
(214,186,201)
#DDC6D2
(221,198,210)
#E4D2DB
(228,210,219)
#EBDEE4
(235,222,228)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7293 color. Also use rgb(172,114,147) instead hex code.

Text Font Color

.myTextColor { color: #AC7293; }

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

This text font color is #AC7293.

Background Color

.myBgColor { background-color: #AC7293; }

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

This div background color is #AC7293.

Border color

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

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

This div border color is #AC7293.

Opacity

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

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

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

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

This text has shadow with #AC7293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7293.

Preview

Color preview on black background

This text has color #AC7293 on black background.


Color preview on white background

This text has color #AC7293 on white background.


Black color preview on #AC7293 background

This text has black color on #AC7293 background.


White color preview on #AC7293 background

This text has white color on #AC7293 background.


Related colors

Complementary color

Complementary color for #hex is #538D6C.


I love getcolorcode.com

Triadic colors

1 #93AC72 and #7293AC with #AC7293 are triadic colors.

2 #9372AC and #72AC93 with #AC7293 are triadic colors.