COLOR #AC4580

HEX: #AC4580
RGB: (172,69,128)

Color info

#AC4580 contains mainly red and blue colors. Web safe color of #AC4580 is #993366 (or #936).

RGB color model

#AC4580 color RGB value is (172,69,128).

  • red value is 172;
  • green value is 69;
  • blue value is 128.
RGB:
(172,69,128)
(67%,27%,50%)

RGB channels and saturation

R 172 of 255 = 67%
G 69 of 255 = 27%
B 128 of 255 = 50%

172
69
128

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

Portions of RGB colors in percentages

R + G + B =
172 + 69 + 128 = 369 (100%)
R 172 of 369 ~ 46.61%
G 69 of 369 ~ 18.7%
B 128 of 369 ~ 34.69%

%46.61
%18.7
%34.69

CMYK color model

#AC4580 color CMYK value is (0,60,26,33).

  • cyan value is 0.00%
  • magenta value is 59.88%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(0,60,26,33)
C0M60Y26K33 
(0%,60%,26%,33%)
(0.00/0.60/0.26/0.33)	

CMYK percentages

%0
%59.88
%25.58
%32.55

Codes

Color #AC4580 in popluar color models

AC4580
RGB17269128
HSL326°42.74%47.25%
HSB/HSV326°59.88%67.45%
CMYK0.00%59.88%25.58%
32.55%

Color #AC4580 in popluar number systems.

HEXAC4580
Decimal17269128
Binary10101100100010110000000
Octal254105200

Shades and tints

Shades of #AC4580

#AC4580
(172,69,128)
#9D3F75
(157,63,117)
#8E396A
(142,57,106)
#7F335F
(127,51,95)
#702D54
(112,45,84)
#612749
(97,39,73)
#52213E
(82,33,62)
#431B33
(67,27,51)
#341528
(52,21,40)
#250F1D
(37,15,29)
#160912
(22,9,18)
#000000
(0,0,0)

Tints of #AC4580

#AC4580
(172,69,128)
#B3558B
(179,85,139)
#BA6596
(186,101,150)
#C175A1
(193,117,161)
#C885AC
(200,133,172)
#CF95B7
(207,149,183)
#D6A5C2
(214,165,194)
#DDB5CD
(221,181,205)
#E4C5D8
(228,197,216)
#EBD5E3
(235,213,227)
#F2E5EE
(242,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4580 color. Also use rgb(172,69,128) instead hex code.

Text Font Color

.myTextColor { color: #AC4580; }

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

This text font color is #AC4580.


Background Color

.myBgColor { background-color: #AC4580; }

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

This div background color is #AC4580.


Border color

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

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

This div border color is #AC4580.


Opacity

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

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

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

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

This text has shadow with #AC4580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4580 on black background.


Color preview on white background

This text has color #AC4580 on white background.



Black color preview on #AC4580 background

This text has black color on #AC4580 background.


White color preview on #AC4580 background

This text has white color on #AC4580 background.