COLOR #AC51A6

HEX: #AC51A6 RGB: (172,81,166)

Color info

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

RGB color model

#AC51A6 color RGB value is (172,81,166).

RGB: (172,81,166) (67%, 32%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 81 of 255 = 32%
B 166 of 255 = 65%

172
81
166

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

Portions of RGB colors in percentages

R + G + B = 172 + 81 + 166 = 419 (100%)
R 172 of 419 ~ 41.05%
G 81 of 419 ~ 19.33%
B 166 of 419 ~ 39.62'%

%41.05
%19.33
%39.62

CMYK color model

#AC51A6 color CMYK value is (0,53,3,33).

  • cyan value is 0.00%
  • magenta value is 52.91%
  • yellow value is 3.49%
  • key color value is 32.55%

CMYK: (0,53,3,33)
C0M53Y3K33 (0%, 53%, 3%, 33%)
(0.00 / 0.53 / 0.03 / 0.33)

CMYK percentages

%0
%52.91
%3.49
%32.55

Codes

Color #AC51A6 in popluar color models

AC 51 A6
RGB 172 81 166
HSL 304° 35.97% 49.61%
HSB/HSV 304° 52.91% 67.45%
CMYK 0.00% 52.91% 3.49%
32.55%

Color #AC51A6 in popluar number systems.

HEX AC 51 A6
Decimal 172 81 166
Binary 10101100 1010001 10100110
Octal 254 121 246

Shades and tints

Shades of #AC51A6

#AC51A6
(172,81,166)
#9D4A97
(157,74,151)
#8E4388
(142,67,136)
#7F3C79
(127,60,121)
#70356A
(112,53,106)
#612E5B
(97,46,91)
#52274C
(82,39,76)
#43203D
(67,32,61)
#34192E
(52,25,46)
#25121F
(37,18,31)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #AC51A6

#AC51A6
(172,81,166)
#B360AE
(179,96,174)
#BA6FB6
(186,111,182)
#C17EBE
(193,126,190)
#C88DC6
(200,141,198)
#CF9CCE
(207,156,206)
#D6ABD6
(214,171,214)
#DDBADE
(221,186,222)
#E4C9E6
(228,201,230)
#EBD8EE
(235,216,238)
#F2E7F6
(242,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC51A6; }

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

This text font color is #AC51A6.

Background Color

.myBgColor { background-color: #AC51A6; }

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

This div background color is #AC51A6.

Border color

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

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

This div border color is #AC51A6.

Opacity

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

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

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

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

This text has shadow with #AC51A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC51A6.

Preview

Color preview on black background

This text has color #AC51A6 on black background.


Color preview on white background

This text has color #AC51A6 on white background.


Black color preview on #AC51A6 background

This text has black color on #AC51A6 background.


White color preview on #AC51A6 background

This text has white color on #AC51A6 background.


Related colors

Complementary color

Complementary color for #hex is #53AE59.


I love getcolorcode.com

Triadic colors

1 #A6AC51 and #51A6AC with #AC51A6 are triadic colors.

2 #A651AC and #51ACA6 with #AC51A6 are triadic colors.