COLOR #AC61AC

HEX: #AC61AC
RGB: (172,97,172)

Color info

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

RGB color model

#AC61AC color RGB value is (172,97,172).

  • red value is 172;
  • green value is 97;
  • blue value is 172.
RGB:
(172,97,172)
(67%,38%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 97 of 255 = 38%
B 172 of 255 = 67%

172
97
172

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

Portions of RGB colors in percentages

R + G + B =
172 + 97 + 172 = 441 (100%)
R 172 of 441 ~ 39%
G 97 of 441 ~ 22%
B 172 of 441 ~ 39%

%39
%22
%39

CMYK color model

#AC61AC color CMYK value is (0,44,0,33).

  • cyan value is 0.00%
  • magenta value is 43.60%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(0,44,0,33)
C0M44Y0K33 
(0%,44%,0%,33%)
(0.00/0.44/0.00/0.33)	

CMYK percentages

%0
%43.6
%0
%32.55

Codes

Color #AC61AC in popluar color models

AC61AC
RGB17297172
HSL300°31.12%52.75%
HSB/HSV300°43.60%67.45%
CMYK0.00%43.60%0.00%
32.55%

Color #AC61AC in popluar number systems.

HEXAC61AC
Decimal17297172
Binary10101100110000110101100
Octal254141254

Shades and tints

Shades of #AC61AC

#AC61AC
(172,97,172)
#9D599D
(157,89,157)
#8E518E
(142,81,142)
#7F497F
(127,73,127)
#704170
(112,65,112)
#613961
(97,57,97)
#523152
(82,49,82)
#432943
(67,41,67)
#342134
(52,33,52)
#251925
(37,25,37)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #AC61AC

#AC61AC
(172,97,172)
#B36FB3
(179,111,179)
#BA7DBA
(186,125,186)
#C18BC1
(193,139,193)
#C899C8
(200,153,200)
#CFA7CF
(207,167,207)
#D6B5D6
(214,181,214)
#DDC3DD
(221,195,221)
#E4D1E4
(228,209,228)
#EBDFEB
(235,223,235)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC61AC; }

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

This text font color is #AC61AC.


Background Color

.myBgColor { background-color: #AC61AC; }

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

This div background color is #AC61AC.


Border color

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

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

This div border color is #AC61AC.


Opacity

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

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

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

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

This text has shadow with #AC61AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC61AC on black background.


Color preview on white background

This text has color #AC61AC on white background.



Black color preview on #AC61AC background

This text has black color on #AC61AC background.


White color preview on #AC61AC background

This text has white color on #AC61AC background.