COLOR #AC5084

HEX: #AC5084
RGB: (172,80,132)

Color info

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

RGB color model

#AC5084 color RGB value is (172,80,132).

  • red value is 172;
  • green value is 80;
  • blue value is 132.
RGB:
(172,80,132)
(67%,31%,52%)

RGB channels and saturation

R 172 of 255 = 67%
G 80 of 255 = 31%
B 132 of 255 = 52%

172
80
132

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

Portions of RGB colors in percentages

R + G + B =
172 + 80 + 132 = 384 (100%)
R 172 of 384 ~ 44.79%
G 80 of 384 ~ 20.83%
B 132 of 384 ~ 34.38%

%44.79
%20.83
%34.38

CMYK color model

#AC5084 color CMYK value is (0,53,23,33).

  • cyan value is 0.00%
  • magenta value is 53.49%
  • yellow value is 23.26%
  • key color value is 32.55%
CMYK:
(0,53,23,33)
C0M53Y23K33 
(0%,53%,23%,33%)
(0.00/0.53/0.23/0.33)	

CMYK percentages

%0
%53.49
%23.26
%32.55

Codes

Color #AC5084 in popluar color models

AC5084
RGB17280132
HSL326°36.51%49.41%
HSB/HSV326°53.49%67.45%
CMYK0.00%53.49%23.26%
32.55%

Color #AC5084 in popluar number systems.

HEXAC5084
Decimal17280132
Binary10101100101000010000100
Octal254120204

Shades and tints

Shades of #AC5084

#AC5084
(172,80,132)
#9D4978
(157,73,120)
#8E426C
(142,66,108)
#7F3B60
(127,59,96)
#703454
(112,52,84)
#612D48
(97,45,72)
#52263C
(82,38,60)
#431F30
(67,31,48)
#341824
(52,24,36)
#251118
(37,17,24)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #AC5084

#AC5084
(172,80,132)
#B35F8F
(179,95,143)
#BA6E9A
(186,110,154)
#C17DA5
(193,125,165)
#C88CB0
(200,140,176)
#CF9BBB
(207,155,187)
#D6AAC6
(214,170,198)
#DDB9D1
(221,185,209)
#E4C8DC
(228,200,220)
#EBD7E7
(235,215,231)
#F2E6F2
(242,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5084 color. Also use rgb(172,80,132) instead hex code.

Text Font Color

.myTextColor { color: #AC5084; }

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

This text font color is #AC5084.


Background Color

.myBgColor { background-color: #AC5084; }

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

This div background color is #AC5084.


Border color

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

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

This div border color is #AC5084.


Opacity

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

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

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

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

This text has shadow with #AC5084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5084 on black background.


Color preview on white background

This text has color #AC5084 on white background.



Black color preview on #AC5084 background

This text has black color on #AC5084 background.


White color preview on #AC5084 background

This text has white color on #AC5084 background.