COLOR #AC5993

HEX: #AC5993
RGB: (172,89,147)

Color info

#AC5993 contains mainly red and blue colors. Web safe color of #AC5993 is #996699 (or #969).

RGB color model

#AC5993 color RGB value is (172,89,147).

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

RGB channels and saturation

R 172 of 255 = 67%
G 89 of 255 = 35%
B 147 of 255 = 58%

172
89
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 89 + 147 = 408 (100%)
R 172 of 408 ~ 42.16%
G 89 of 408 ~ 21.81%
B 147 of 408 ~ 36.03%

%42.16
%21.81
%36.03

CMYK color model

#AC5993 color CMYK value is (0,48,15,33).

  • cyan value is 0.00%
  • magenta value is 48.26%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(0,48,15,33)
C0M48Y15K33 
(0%,48%,15%,33%)
(0.00/0.48/0.15/0.33)	

CMYK percentages

%0
%48.26
%14.53
%32.55

Codes

Color #AC5993 in popluar color models

AC5993
RGB17289147
HSL318°33.33%51.18%
HSB/HSV318°48.26%67.45%
CMYK0.00%48.26%14.53%
32.55%

Color #AC5993 in popluar number systems.

HEXAC5993
Decimal17289147
Binary10101100101100110010011
Octal254131223

Shades and tints

Shades of #AC5993

#AC5993
(172,89,147)
#9D5186
(157,81,134)
#8E4979
(142,73,121)
#7F416C
(127,65,108)
#70395F
(112,57,95)
#613152
(97,49,82)
#522945
(82,41,69)
#432138
(67,33,56)
#34192B
(52,25,43)
#25111E
(37,17,30)
#160911
(22,9,17)
#000000
(0,0,0)

Tints of #AC5993

#AC5993
(172,89,147)
#B3689C
(179,104,156)
#BA77A5
(186,119,165)
#C186AE
(193,134,174)
#C895B7
(200,149,183)
#CFA4C0
(207,164,192)
#D6B3C9
(214,179,201)
#DDC2D2
(221,194,210)
#E4D1DB
(228,209,219)
#EBE0E4
(235,224,228)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5993; }

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

This text font color is #AC5993.


Background Color

.myBgColor { background-color: #AC5993; }

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

This div background color is #AC5993.


Border color

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

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

This div border color is #AC5993.


Opacity

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

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

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

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

This text has shadow with #AC5993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5993 on black background.


Color preview on white background

This text has color #AC5993 on white background.



Black color preview on #AC5993 background

This text has black color on #AC5993 background.


White color preview on #AC5993 background

This text has white color on #AC5993 background.