COLOR #AC70AD

HEX: #AC70AD
RGB: (172,112,173)

Color info

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

RGB color model

#AC70AD color RGB value is (172,112,173).

  • red value is 172;
  • green value is 112;
  • blue value is 173.
RGB:
(172,112,173)
(67%,44%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 112 of 255 = 44%
B 173 of 255 = 68%

172
112
173

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

Portions of RGB colors in percentages

R + G + B =
172 + 112 + 173 = 457 (100%)
R 172 of 457 ~ 37.64%
G 112 of 457 ~ 24.51%
B 173 of 457 ~ 37.86%

%37.64
%24.51
%37.86

CMYK color model

#AC70AD color CMYK value is (1,35,0,32).

  • cyan value is 0.58%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,35,0,32)
C1M35Y0K32 
(1%,35%,0%,32%)
(0.01/0.35/0.00/0.32)	

CMYK percentages

%0.58
%35.26
%0
%32.16

Codes

Color #AC70AD in popluar color models

AC70AD
RGB172112173
HSL299°27.11%55.88%
HSB/HSV299°35.26%67.84%
CMYK0.58%35.26%0.00%
32.16%

Color #AC70AD in popluar number systems.

HEXAC70AD
Decimal172112173
Binary10101100111000010101101
Octal254160255

Shades and tints

Shades of #AC70AD

#AC70AD
(172,112,173)
#9D669E
(157,102,158)
#8E5C8F
(142,92,143)
#7F5280
(127,82,128)
#704871
(112,72,113)
#613E62
(97,62,98)
#523453
(82,52,83)
#432A44
(67,42,68)
#342035
(52,32,53)
#251626
(37,22,38)
#160C17
(22,12,23)
#000000
(0,0,0)

Tints of #AC70AD

#AC70AD
(172,112,173)
#B37DB4
(179,125,180)
#BA8ABB
(186,138,187)
#C197C2
(193,151,194)
#C8A4C9
(200,164,201)
#CFB1D0
(207,177,208)
#D6BED7
(214,190,215)
#DDCBDE
(221,203,222)
#E4D8E5
(228,216,229)
#EBE5EC
(235,229,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC70AD color. Also use rgb(172,112,173) instead hex code.

Text Font Color

.myTextColor { color: #AC70AD; }

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

This text font color is #AC70AD.


Background Color

.myBgColor { background-color: #AC70AD; }

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

This div background color is #AC70AD.


Border color

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

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

This div border color is #AC70AD.


Opacity

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

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

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

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

This text has shadow with #AC70AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC70AD on black background.


Color preview on white background

This text has color #AC70AD on white background.



Black color preview on #AC70AD background

This text has black color on #AC70AD background.


White color preview on #AC70AD background

This text has white color on #AC70AD background.