COLOR #AC6589

HEX: #AC6589
RGB: (172,101,137)

Color info

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

RGB color model

#AC6589 color RGB value is (172,101,137).

  • red value is 172;
  • green value is 101;
  • blue value is 137.
RGB:
(172,101,137)
(67%,40%,54%)

RGB channels and saturation

R 172 of 255 = 67%
G 101 of 255 = 40%
B 137 of 255 = 54%

172
101
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 101 + 137 = 410 (100%)
R 172 of 410 ~ 41.95%
G 101 of 410 ~ 24.63%
B 137 of 410 ~ 33.41%

%41.95
%24.63
%33.41

CMYK color model

#AC6589 color CMYK value is (0,41,20,33).

  • cyan value is 0.00%
  • magenta value is 41.28%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(0,41,20,33)
C0M41Y20K33 
(0%,41%,20%,33%)
(0.00/0.41/0.20/0.33)	

CMYK percentages

%0
%41.28
%20.35
%32.55

Codes

Color #AC6589 in popluar color models

AC6589
RGB172101137
HSL330°29.96%53.53%
HSB/HSV330°41.28%67.45%
CMYK0.00%41.28%20.35%
32.55%

Color #AC6589 in popluar number systems.

HEXAC6589
Decimal172101137
Binary10101100110010110001001
Octal254145211

Shades and tints

Shades of #AC6589

#AC6589
(172,101,137)
#9D5C7D
(157,92,125)
#8E5371
(142,83,113)
#7F4A65
(127,74,101)
#704159
(112,65,89)
#61384D
(97,56,77)
#522F41
(82,47,65)
#432635
(67,38,53)
#341D29
(52,29,41)
#25141D
(37,20,29)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #AC6589

#AC6589
(172,101,137)
#B37393
(179,115,147)
#BA819D
(186,129,157)
#C18FA7
(193,143,167)
#C89DB1
(200,157,177)
#CFABBB
(207,171,187)
#D6B9C5
(214,185,197)
#DDC7CF
(221,199,207)
#E4D5D9
(228,213,217)
#EBE3E3
(235,227,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6589 color. Also use rgb(172,101,137) instead hex code.

Text Font Color

.myTextColor { color: #AC6589; }

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

This text font color is #AC6589.


Background Color

.myBgColor { background-color: #AC6589; }

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

This div background color is #AC6589.


Border color

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

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

This div border color is #AC6589.


Opacity

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

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

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

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

This text has shadow with #AC6589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6589 on black background.


Color preview on white background

This text has color #AC6589 on white background.



Black color preview on #AC6589 background

This text has black color on #AC6589 background.


White color preview on #AC6589 background

This text has white color on #AC6589 background.