COLOR #AC76BA

HEX: #AC76BA
RGB: (172,118,186)

Color info

#AC76BA contains mainly red and blue colors. Web safe color of #AC76BA is #9966CC (or #96C).

RGB color model

#AC76BA color RGB value is (172,118,186).

  • red value is 172;
  • green value is 118;
  • blue value is 186.
RGB:
(172,118,186)
(67%,46%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 118 of 255 = 46%
B 186 of 255 = 73%

172
118
186

R + G + B ~ 62%. #AC76BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 118 + 186 = 476 (100%)
R 172 of 476 ~ 36.13%
G 118 of 476 ~ 24.79%
B 186 of 476 ~ 39.08%

%36.13
%24.79
%39.08

CMYK color model

#AC76BA color CMYK value is (8,37,0,27).

  • cyan value is 7.53%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,37,0,27)
C8M37Y0K27 
(8%,37%,0%,27%)
(0.08/0.37/0.00/0.27)	

CMYK percentages

%7.53
%36.56
%0
%27.06

Codes

Color #AC76BA in popluar color models

AC76BA
RGB172118186
HSL288°33.01%59.61%
HSB/HSV288°36.56%72.94%
CMYK7.53%36.56%0.00%
27.06%

Color #AC76BA in popluar number systems.

HEXAC76BA
Decimal172118186
Binary10101100111011010111010
Octal254166272

Shades and tints

Shades of #AC76BA

#AC76BA
(172,118,186)
#9D6CAA
(157,108,170)
#8E629A
(142,98,154)
#7F588A
(127,88,138)
#704E7A
(112,78,122)
#61446A
(97,68,106)
#523A5A
(82,58,90)
#43304A
(67,48,74)
#34263A
(52,38,58)
#251C2A
(37,28,42)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #AC76BA

#AC76BA
(172,118,186)
#B382C0
(179,130,192)
#BA8EC6
(186,142,198)
#C19ACC
(193,154,204)
#C8A6D2
(200,166,210)
#CFB2D8
(207,178,216)
#D6BEDE
(214,190,222)
#DDCAE4
(221,202,228)
#E4D6EA
(228,214,234)
#EBE2F0
(235,226,240)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC76BA; }

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

This text font color is #AC76BA.


Background Color

.myBgColor { background-color: #AC76BA; }

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

This div background color is #AC76BA.


Border color

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

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

This div border color is #AC76BA.


Opacity

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

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

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

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

This text has shadow with #AC76BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC76BA on black background.


Color preview on white background

This text has color #AC76BA on white background.



Black color preview on #AC76BA background

This text has black color on #AC76BA background.


White color preview on #AC76BA background

This text has white color on #AC76BA background.