COLOR #AC5F91

HEX: #AC5F91
RGB: (172,95,145)

Color info

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

RGB color model

#AC5F91 color RGB value is (172,95,145).

  • red value is 172;
  • green value is 95;
  • blue value is 145.
RGB:
(172,95,145)
(67%,37%,57%)

RGB channels and saturation

R 172 of 255 = 67%
G 95 of 255 = 37%
B 145 of 255 = 57%

172
95
145

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

Portions of RGB colors in percentages

R + G + B =
172 + 95 + 145 = 412 (100%)
R 172 of 412 ~ 41.75%
G 95 of 412 ~ 23.06%
B 145 of 412 ~ 35.19%

%41.75
%23.06
%35.19

CMYK color model

#AC5F91 color CMYK value is (0,45,16,33).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 15.70%
  • key color value is 32.55%
CMYK:
(0,45,16,33)
C0M45Y16K33 
(0%,45%,16%,33%)
(0.00/0.45/0.16/0.33)	

CMYK percentages

%0
%44.77
%15.7
%32.55

Codes

Color #AC5F91 in popluar color models

AC5F91
RGB17295145
HSL321°31.69%52.35%
HSB/HSV321°44.77%67.45%
CMYK0.00%44.77%15.70%
32.55%

Color #AC5F91 in popluar number systems.

HEXAC5F91
Decimal17295145
Binary10101100101111110010001
Octal254137221

Shades and tints

Shades of #AC5F91

#AC5F91
(172,95,145)
#9D5784
(157,87,132)
#8E4F77
(142,79,119)
#7F476A
(127,71,106)
#703F5D
(112,63,93)
#613750
(97,55,80)
#522F43
(82,47,67)
#432736
(67,39,54)
#341F29
(52,31,41)
#25171C
(37,23,28)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #AC5F91

#AC5F91
(172,95,145)
#B36D9B
(179,109,155)
#BA7BA5
(186,123,165)
#C189AF
(193,137,175)
#C897B9
(200,151,185)
#CFA5C3
(207,165,195)
#D6B3CD
(214,179,205)
#DDC1D7
(221,193,215)
#E4CFE1
(228,207,225)
#EBDDEB
(235,221,235)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5F91 color. Also use rgb(172,95,145) instead hex code.

Text Font Color

.myTextColor { color: #AC5F91; }

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

This text font color is #AC5F91.


Background Color

.myBgColor { background-color: #AC5F91; }

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

This div background color is #AC5F91.


Border color

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

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

This div border color is #AC5F91.


Opacity

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

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

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

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

This text has shadow with #AC5F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5F91 on black background.


Color preview on white background

This text has color #AC5F91 on white background.



Black color preview on #AC5F91 background

This text has black color on #AC5F91 background.


White color preview on #AC5F91 background

This text has white color on #AC5F91 background.