COLOR #AC7BB4

HEX: #AC7BB4 RGB: (172,123,180)

Color info

#AC7BB4 contains red, green and blue colors in about the same proportion. Web safe color of #AC7BB4 is #9966CC (or #96C).

RGB color model

#AC7BB4 color RGB value is (172,123,180).

RGB: (172,123,180) (67%, 48%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 123 of 255 = 48%
B 180 of 255 = 71%

172
123
180

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

Portions of RGB colors in percentages

R + G + B = 172 + 123 + 180 = 475 (100%)
R 172 of 475 ~ 36.21%
G 123 of 475 ~ 25.89%
B 180 of 475 ~ 37.89'%

%36.21
%25.89
%37.89

CMYK color model

#AC7BB4 color CMYK value is (4,32,0,29).

  • cyan value is 4.44%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (4,32,0,29)
C4M32Y0K29 (4%, 32%, 0%, 29%)
(0.04 / 0.32 / 0.00 / 0.29)

CMYK percentages

%4.44
%31.67
%0
%29.41

Codes

Color #AC7BB4 in popluar color models

AC 7B B4
RGB 172 123 180
HSL 292° 27.54% 59.41%
HSB/HSV 292° 31.67% 70.59%
CMYK 4.44% 31.67% 0.00%
29.41%

Color #AC7BB4 in popluar number systems.

HEX AC 7B B4
Decimal 172 123 180
Binary 10101100 1111011 10110100
Octal 254 173 264

Shades and tints

Shades of #AC7BB4

#AC7BB4
(172,123,180)
#9D70A4
(157,112,164)
#8E6594
(142,101,148)
#7F5A84
(127,90,132)
#704F74
(112,79,116)
#614464
(97,68,100)
#523954
(82,57,84)
#432E44
(67,46,68)
#342334
(52,35,52)
#251824
(37,24,36)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #AC7BB4

#AC7BB4
(172,123,180)
#B387BA
(179,135,186)
#BA93C0
(186,147,192)
#C19FC6
(193,159,198)
#C8ABCC
(200,171,204)
#CFB7D2
(207,183,210)
#D6C3D8
(214,195,216)
#DDCFDE
(221,207,222)
#E4DBE4
(228,219,228)
#EBE7EA
(235,231,234)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7BB4; }

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

This text font color is #AC7BB4.

Background Color

.myBgColor { background-color: #AC7BB4; }

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

This div background color is #AC7BB4.

Border color

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

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

This div border color is #AC7BB4.

Opacity

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

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

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

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

This text has shadow with #AC7BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7BB4.

Preview

Color preview on black background

This text has color #AC7BB4 on black background.


Color preview on white background

This text has color #AC7BB4 on white background.


Black color preview on #AC7BB4 background

This text has black color on #AC7BB4 background.


White color preview on #AC7BB4 background

This text has white color on #AC7BB4 background.


Related colors

Complementary color

Complementary color for #hex is #53844B.


I love getcolorcode.com

Triadic colors

1 #B4AC7B and #7BB4AC with #AC7BB4 are triadic colors.

2 #B47BAC and #7BACB4 with #AC7BB4 are triadic colors.