COLOR #AC5595

HEX: #AC5595 RGB: (172,85,149)

Color info

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

RGB color model

#AC5595 color RGB value is (172,85,149).

RGB: (172,85,149) (67%, 33%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 85 of 255 = 33%
B 149 of 255 = 58%

172
85
149

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

Portions of RGB colors in percentages

R + G + B = 172 + 85 + 149 = 406 (100%)
R 172 of 406 ~ 42.36%
G 85 of 406 ~ 20.94%
B 149 of 406 ~ 36.7'%

%42.36
%20.94
%36.7

CMYK color model

#AC5595 color CMYK value is (0,51,13,33).

  • cyan value is 0.00%
  • magenta value is 50.58%
  • yellow value is 13.37%
  • key color value is 32.55%

CMYK: (0,51,13,33)
C0M51Y13K33 (0%, 51%, 13%, 33%)
(0.00 / 0.51 / 0.13 / 0.33)

CMYK percentages

%0
%50.58
%13.37
%32.55

Codes

Color #AC5595 in popluar color models

AC 55 95
RGB 172 85 149
HSL 316° 34.39% 50.39%
HSB/HSV 316° 50.58% 67.45%
CMYK 0.00% 50.58% 13.37%
32.55%

Color #AC5595 in popluar number systems.

HEX AC 55 95
Decimal 172 85 149
Binary 10101100 1010101 10010101
Octal 254 125 225

Shades and tints

Shades of #AC5595

#AC5595
(172,85,149)
#9D4E88
(157,78,136)
#8E477B
(142,71,123)
#7F406E
(127,64,110)
#703961
(112,57,97)
#613254
(97,50,84)
#522B47
(82,43,71)
#43243A
(67,36,58)
#341D2D
(52,29,45)
#251620
(37,22,32)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #AC5595

#AC5595
(172,85,149)
#B3649E
(179,100,158)
#BA73A7
(186,115,167)
#C182B0
(193,130,176)
#C891B9
(200,145,185)
#CFA0C2
(207,160,194)
#D6AFCB
(214,175,203)
#DDBED4
(221,190,212)
#E4CDDD
(228,205,221)
#EBDCE6
(235,220,230)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5595 color. Also use rgb(172,85,149) instead hex code.

Text Font Color

.myTextColor { color: #AC5595; }

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

This text font color is #AC5595.

Background Color

.myBgColor { background-color: #AC5595; }

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

This div background color is #AC5595.

Border color

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

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

This div border color is #AC5595.

Opacity

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

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

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

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

This text has shadow with #AC5595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC5595.

Preview

Color preview on black background

This text has color #AC5595 on black background.


Color preview on white background

This text has color #AC5595 on white background.


Black color preview on #AC5595 background

This text has black color on #AC5595 background.


White color preview on #AC5595 background

This text has white color on #AC5595 background.


Related colors

Complementary color

Complementary color for #hex is #53AA6A.


I love getcolorcode.com

Triadic colors

1 #95AC55 and #5595AC with #AC5595 are triadic colors.

2 #9555AC and #55AC95 with #AC5595 are triadic colors.