COLOR #AC7593

HEX: #AC7593
RGB: (172,117,147)

Color info

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

RGB color model

#AC7593 color RGB value is (172,117,147).

  • red value is 172;
  • green value is 117;
  • blue value is 147.
RGB:
(172,117,147)
(67%,46%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 117 of 255 = 46%
B 147 of 255 = 58%

172
117
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 117 + 147 = 436 (100%)
R 172 of 436 ~ 39.45%
G 117 of 436 ~ 26.83%
B 147 of 436 ~ 33.72%

%39.45
%26.83
%33.72

CMYK color model

#AC7593 color CMYK value is (0,32,15,33).

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(0,32,15,33)
C0M32Y15K33 
(0%,32%,15%,33%)
(0.00/0.32/0.15/0.33)	

CMYK percentages

%0
%31.98
%14.53
%32.55

Codes

Color #AC7593 in popluar color models

AC7593
RGB172117147
HSL327°24.89%56.67%
HSB/HSV327°31.98%67.45%
CMYK0.00%31.98%14.53%
32.55%

Color #AC7593 in popluar number systems.

HEXAC7593
Decimal172117147
Binary10101100111010110010011
Octal254165223

Shades and tints

Shades of #AC7593

#AC7593
(172,117,147)
#9D6B86
(157,107,134)
#8E6179
(142,97,121)
#7F576C
(127,87,108)
#704D5F
(112,77,95)
#614352
(97,67,82)
#523945
(82,57,69)
#432F38
(67,47,56)
#34252B
(52,37,43)
#251B1E
(37,27,30)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #AC7593

#AC7593
(172,117,147)
#B3819C
(179,129,156)
#BA8DA5
(186,141,165)
#C199AE
(193,153,174)
#C8A5B7
(200,165,183)
#CFB1C0
(207,177,192)
#D6BDC9
(214,189,201)
#DDC9D2
(221,201,210)
#E4D5DB
(228,213,219)
#EBE1E4
(235,225,228)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7593; }

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

This text font color is #AC7593.


Background Color

.myBgColor { background-color: #AC7593; }

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

This div background color is #AC7593.


Border color

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

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

This div border color is #AC7593.


Opacity

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

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

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

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

This text has shadow with #AC7593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7593 on black background.


Color preview on white background

This text has color #AC7593 on white background.



Black color preview on #AC7593 background

This text has black color on #AC7593 background.


White color preview on #AC7593 background

This text has white color on #AC7593 background.