COLOR #AC4693

HEX: #AC4693
RGB: (172,70,147)

Color info

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

RGB color model

#AC4693 color RGB value is (172,70,147).

  • red value is 172;
  • green value is 70;
  • blue value is 147.
RGB:
(172,70,147)
(67%,27%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 70 of 255 = 27%
B 147 of 255 = 58%

172
70
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 70 + 147 = 389 (100%)
R 172 of 389 ~ 44.22%
G 70 of 389 ~ 17.99%
B 147 of 389 ~ 37.79%

%44.22
%17.99
%37.79

CMYK color model

#AC4693 color CMYK value is (0,59,15,33).

  • cyan value is 0.00%
  • magenta value is 59.30%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(0,59,15,33)
C0M59Y15K33 
(0%,59%,15%,33%)
(0.00/0.59/0.15/0.33)	

CMYK percentages

%0
%59.3
%14.53
%32.55

Codes

Color #AC4693 in popluar color models

AC4693
RGB17270147
HSL315°42.15%47.45%
HSB/HSV315°59.30%67.45%
CMYK0.00%59.30%14.53%
32.55%

Color #AC4693 in popluar number systems.

HEXAC4693
Decimal17270147
Binary10101100100011010010011
Octal254106223

Shades and tints

Shades of #AC4693

#AC4693
(172,70,147)
#9D4086
(157,64,134)
#8E3A79
(142,58,121)
#7F346C
(127,52,108)
#702E5F
(112,46,95)
#612852
(97,40,82)
#522245
(82,34,69)
#431C38
(67,28,56)
#34162B
(52,22,43)
#25101E
(37,16,30)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #AC4693

#AC4693
(172,70,147)
#B3569C
(179,86,156)
#BA66A5
(186,102,165)
#C176AE
(193,118,174)
#C886B7
(200,134,183)
#CF96C0
(207,150,192)
#D6A6C9
(214,166,201)
#DDB6D2
(221,182,210)
#E4C6DB
(228,198,219)
#EBD6E4
(235,214,228)
#F2E6ED
(242,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4693 color. Also use rgb(172,70,147) instead hex code.

Text Font Color

.myTextColor { color: #AC4693; }

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

This text font color is #AC4693.


Background Color

.myBgColor { background-color: #AC4693; }

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

This div background color is #AC4693.


Border color

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

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

This div border color is #AC4693.


Opacity

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

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

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

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

This text has shadow with #AC4693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4693 on black background.


Color preview on white background

This text has color #AC4693 on white background.



Black color preview on #AC4693 background

This text has black color on #AC4693 background.


White color preview on #AC4693 background

This text has white color on #AC4693 background.