COLOR #AC77BF

HEX: #AC77BF RGB: (172,119,191)

Color info

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

RGB color model

#AC77BF color RGB value is (172,119,191).

RGB: (172,119,191) (67%, 47%, 75%)

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 191 of 255 = 75%

172
119
191

R + G + B ~ 63%. #AC77BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 119 + 191 = 482 (100%)
R 172 of 482 ~ 35.68%
G 119 of 482 ~ 24.69%
B 191 of 482 ~ 39.63'%

%35.68
%24.69
%39.63

CMYK color model

#AC77BF color CMYK value is (10,38,0,25).

  • cyan value is 9.95%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (10,38,0,25) C10M38Y0K25 (10%,38%,0%,25%) (0.10/0.38/0.00/0.25) 

CMYK percentages

%9.95
%37.7
%0
%25.1

Codes

Color #AC77BF in popluar color models

AC 77 BF
RGB 172 119 191
HSL 284° 36.00% 60.78%
HSB/HSV 284° 37.70% 74.90%
CMYK 9.95% 37.70% 0.00%
25.10%

Color #AC77BF in popluar number systems.

HEX AC 77 BF
Decimal 172 119 191
Binary 10101100 1110111 10111111
Octal 254 167 277

Shades and tints

Shades of #AC77BF

#AC77BF
(172,119,191)
#9D6DAE
(157,109,174)
#8E639D
(142,99,157)
#7F598C
(127,89,140)
#704F7B
(112,79,123)
#61456A
(97,69,106)
#523B59
(82,59,89)
#433148
(67,49,72)
#342737
(52,39,55)
#251D26
(37,29,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #AC77BF

#AC77BF
(172,119,191)
#B383C4
(179,131,196)
#BA8FC9
(186,143,201)
#C19BCE
(193,155,206)
#C8A7D3
(200,167,211)
#CFB3D8
(207,179,216)
#D6BFDD
(214,191,221)
#DDCBE2
(221,203,226)
#E4D7E7
(228,215,231)
#EBE3EC
(235,227,236)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC77BF; }

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

This text font color is #AC77BF.

Background Color

.myBgColor { background-color: #AC77BF; }

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

This div background color is #AC77BF.

Border color

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

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

This div border color is #AC77BF.

Opacity

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

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

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

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

This text has shadow with #AC77BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC77BF.

Preview

Color preview on black background

This text has color #AC77BF on black background.


Color preview on white background

This text has color #AC77BF on white background.


Black color preview on #AC77BF background

This text has black color on #AC77BF background.


White color preview on #AC77BF background

This text has white color on #AC77BF background.


Related colors

Complementary color

Complementary color for #hex is #538840.


I love getcolorcode.com

Triadic colors

1 #BFAC77 and #77BFAC with #AC77BF are triadic colors.

2 #BF77AC and #77ACBF with #AC77BF are triadic colors.