COLOR #AC4790

HEX: #AC4790
RGB: (172,71,144)

Color info

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

RGB color model

#AC4790 color RGB value is (172,71,144).

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

RGB channels and saturation

R 172 of 255 = 67%
G 71 of 255 = 28%
B 144 of 255 = 56%

172
71
144

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

Portions of RGB colors in percentages

R + G + B =
172 + 71 + 144 = 387 (100%)
R 172 of 387 ~ 44.44%
G 71 of 387 ~ 18.35%
B 144 of 387 ~ 37.21%

%44.44
%18.35
%37.21

CMYK color model

#AC4790 color CMYK value is (0,59,16,33).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 16.28%
  • key color value is 32.55%
CMYK:
(0,59,16,33)
C0M59Y16K33 
(0%,59%,16%,33%)
(0.00/0.59/0.16/0.33)	

CMYK percentages

%0
%58.72
%16.28
%32.55

Codes

Color #AC4790 in popluar color models

AC4790
RGB17271144
HSL317°41.56%47.65%
HSB/HSV317°58.72%67.45%
CMYK0.00%58.72%16.28%
32.55%

Color #AC4790 in popluar number systems.

HEXAC4790
Decimal17271144
Binary10101100100011110010000
Octal254107220

Shades and tints

Shades of #AC4790

#AC4790
(172,71,144)
#9D4183
(157,65,131)
#8E3B76
(142,59,118)
#7F3569
(127,53,105)
#702F5C
(112,47,92)
#61294F
(97,41,79)
#522342
(82,35,66)
#431D35
(67,29,53)
#341728
(52,23,40)
#25111B
(37,17,27)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #AC4790

#AC4790
(172,71,144)
#B3579A
(179,87,154)
#BA67A4
(186,103,164)
#C177AE
(193,119,174)
#C887B8
(200,135,184)
#CF97C2
(207,151,194)
#D6A7CC
(214,167,204)
#DDB7D6
(221,183,214)
#E4C7E0
(228,199,224)
#EBD7EA
(235,215,234)
#F2E7F4
(242,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4790; }

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

This text font color is #AC4790.


Background Color

.myBgColor { background-color: #AC4790; }

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

This div background color is #AC4790.


Border color

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

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

This div border color is #AC4790.


Opacity

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

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

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

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

This text has shadow with #AC4790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4790 on black background.


Color preview on white background

This text has color #AC4790 on white background.



Black color preview on #AC4790 background

This text has black color on #AC4790 background.


White color preview on #AC4790 background

This text has white color on #AC4790 background.