COLOR #AC58A3

HEX: #AC58A3
RGB: (172,88,163)

Color info

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

RGB color model

#AC58A3 color RGB value is (172,88,163).

  • red value is 172;
  • green value is 88;
  • blue value is 163.
RGB:
(172,88,163)
(67%,35%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 88 of 255 = 35%
B 163 of 255 = 64%

172
88
163

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

Portions of RGB colors in percentages

R + G + B =
172 + 88 + 163 = 423 (100%)
R 172 of 423 ~ 40.66%
G 88 of 423 ~ 20.8%
B 163 of 423 ~ 38.53%

%40.66
%20.8
%38.53

CMYK color model

#AC58A3 color CMYK value is (0,49,5,33).

  • cyan value is 0.00%
  • magenta value is 48.84%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(0,49,5,33)
C0M49Y5K33 
(0%,49%,5%,33%)
(0.00/0.49/0.05/0.33)	

CMYK percentages

%0
%48.84
%5.23
%32.55

Codes

Color #AC58A3 in popluar color models

AC58A3
RGB17288163
HSL306°33.60%50.98%
HSB/HSV306°48.84%67.45%
CMYK0.00%48.84%5.23%
32.55%

Color #AC58A3 in popluar number systems.

HEXAC58A3
Decimal17288163
Binary10101100101100010100011
Octal254130243

Shades and tints

Shades of #AC58A3

#AC58A3
(172,88,163)
#9D5095
(157,80,149)
#8E4887
(142,72,135)
#7F4079
(127,64,121)
#70386B
(112,56,107)
#61305D
(97,48,93)
#52284F
(82,40,79)
#432041
(67,32,65)
#341833
(52,24,51)
#251025
(37,16,37)
#160817
(22,8,23)
#000000
(0,0,0)

Tints of #AC58A3

#AC58A3
(172,88,163)
#B367AB
(179,103,171)
#BA76B3
(186,118,179)
#C185BB
(193,133,187)
#C894C3
(200,148,195)
#CFA3CB
(207,163,203)
#D6B2D3
(214,178,211)
#DDC1DB
(221,193,219)
#E4D0E3
(228,208,227)
#EBDFEB
(235,223,235)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC58A3 color. Also use rgb(172,88,163) instead hex code.

Text Font Color

.myTextColor { color: #AC58A3; }

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

This text font color is #AC58A3.


Background Color

.myBgColor { background-color: #AC58A3; }

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

This div background color is #AC58A3.


Border color

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

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

This div border color is #AC58A3.


Opacity

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

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

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

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

This text has shadow with #AC58A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC58A3 on black background.


Color preview on white background

This text has color #AC58A3 on white background.



Black color preview on #AC58A3 background

This text has black color on #AC58A3 background.


White color preview on #AC58A3 background

This text has white color on #AC58A3 background.