COLOR #AC5191

HEX: #AC5191
RGB: (172,81,145)

Color info

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

RGB color model

#AC5191 color RGB value is (172,81,145).

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

RGB channels and saturation

R 172 of 255 = 67%
G 81 of 255 = 32%
B 145 of 255 = 57%

172
81
145

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

Portions of RGB colors in percentages

R + G + B =
172 + 81 + 145 = 398 (100%)
R 172 of 398 ~ 43.22%
G 81 of 398 ~ 20.35%
B 145 of 398 ~ 36.43%

%43.22
%20.35
%36.43

CMYK color model

#AC5191 color CMYK value is (0,53,16,33).

  • cyan value is 0.00%
  • magenta value is 52.91%
  • yellow value is 15.70%
  • key color value is 32.55%
CMYK:
(0,53,16,33)
C0M53Y16K33 
(0%,53%,16%,33%)
(0.00/0.53/0.16/0.33)	

CMYK percentages

%0
%52.91
%15.7
%32.55

Codes

Color #AC5191 in popluar color models

AC5191
RGB17281145
HSL318°35.97%49.61%
HSB/HSV318°52.91%67.45%
CMYK0.00%52.91%15.70%
32.55%

Color #AC5191 in popluar number systems.

HEXAC5191
Decimal17281145
Binary10101100101000110010001
Octal254121221

Shades and tints

Shades of #AC5191

#AC5191
(172,81,145)
#9D4A84
(157,74,132)
#8E4377
(142,67,119)
#7F3C6A
(127,60,106)
#70355D
(112,53,93)
#612E50
(97,46,80)
#522743
(82,39,67)
#432036
(67,32,54)
#341929
(52,25,41)
#25121C
(37,18,28)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #AC5191

#AC5191
(172,81,145)
#B3609B
(179,96,155)
#BA6FA5
(186,111,165)
#C17EAF
(193,126,175)
#C88DB9
(200,141,185)
#CF9CC3
(207,156,195)
#D6ABCD
(214,171,205)
#DDBAD7
(221,186,215)
#E4C9E1
(228,201,225)
#EBD8EB
(235,216,235)
#F2E7F5
(242,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5191; }

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

This text font color is #AC5191.


Background Color

.myBgColor { background-color: #AC5191; }

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

This div background color is #AC5191.


Border color

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

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

This div border color is #AC5191.


Opacity

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

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

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

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

This text has shadow with #AC5191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5191 on black background.


Color preview on white background

This text has color #AC5191 on white background.



Black color preview on #AC5191 background

This text has black color on #AC5191 background.


White color preview on #AC5191 background

This text has white color on #AC5191 background.