COLOR #AC4799

HEX: #AC4799
RGB: (172,71,153)

Color info

#AC4799 contains mainly red and blue colors. Web safe color of #AC4799 is #993399 (or #939).

RGB color model

#AC4799 color RGB value is (172,71,153).

  • red value is 172;
  • green value is 71;
  • blue value is 153.
RGB:
(172,71,153)
(67%,28%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 71 of 255 = 28%
B 153 of 255 = 60%

172
71
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 71 + 153 = 396 (100%)
R 172 of 396 ~ 43.43%
G 71 of 396 ~ 17.93%
B 153 of 396 ~ 38.64%

%43.43
%17.93
%38.64

CMYK color model

#AC4799 color CMYK value is (0,59,11,33).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(0,59,11,33)
C0M59Y11K33 
(0%,59%,11%,33%)
(0.00/0.59/0.11/0.33)	

CMYK percentages

%0
%58.72
%11.05
%32.55

Codes

Color #AC4799 in popluar color models

AC4799
RGB17271153
HSL311°41.56%47.65%
HSB/HSV311°58.72%67.45%
CMYK0.00%58.72%11.05%
32.55%

Color #AC4799 in popluar number systems.

HEXAC4799
Decimal17271153
Binary10101100100011110011001
Octal254107231

Shades and tints

Shades of #AC4799

#AC4799
(172,71,153)
#9D418C
(157,65,140)
#8E3B7F
(142,59,127)
#7F3572
(127,53,114)
#702F65
(112,47,101)
#612958
(97,41,88)
#52234B
(82,35,75)
#431D3E
(67,29,62)
#341731
(52,23,49)
#251124
(37,17,36)
#160B17
(22,11,23)
#000000
(0,0,0)

Tints of #AC4799

#AC4799
(172,71,153)
#B357A2
(179,87,162)
#BA67AB
(186,103,171)
#C177B4
(193,119,180)
#C887BD
(200,135,189)
#CF97C6
(207,151,198)
#D6A7CF
(214,167,207)
#DDB7D8
(221,183,216)
#E4C7E1
(228,199,225)
#EBD7EA
(235,215,234)
#F2E7F3
(242,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4799 color. Also use rgb(172,71,153) instead hex code.

Text Font Color

.myTextColor { color: #AC4799; }

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

This text font color is #AC4799.


Background Color

.myBgColor { background-color: #AC4799; }

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

This div background color is #AC4799.


Border color

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

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

This div border color is #AC4799.


Opacity

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

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

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

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

This text has shadow with #AC4799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4799 on black background.


Color preview on white background

This text has color #AC4799 on white background.



Black color preview on #AC4799 background

This text has black color on #AC4799 background.


White color preview on #AC4799 background

This text has white color on #AC4799 background.