COLOR #AC6DAD

HEX: #AC6DAD RGB: (172,109,173)

Color info

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

RGB color model

#AC6DAD color RGB value is (172,109,173).

RGB: (172,109,173) (67%, 43%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 109 of 255 = 43%
B 173 of 255 = 68%

172
109
173

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

Portions of RGB colors in percentages

R + G + B = 172 + 109 + 173 = 454 (100%)
R 172 of 454 ~ 37.89%
G 109 of 454 ~ 24.01%
B 173 of 454 ~ 38.11'%

%37.89
%24.01
%38.11

CMYK color model

#AC6DAD color CMYK value is (1,37,0,32).

  • cyan value is 0.58%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (1,37,0,32)
C1M37Y0K32 (1%, 37%, 0%, 32%)
(0.01 / 0.37 / 0.00 / 0.32)

CMYK percentages

%0.58
%36.99
%0
%32.16

Codes

Color #AC6DAD in popluar color models

AC 6D AD
RGB 172 109 173
HSL 299° 28.07% 55.29%
HSB/HSV 299° 36.99% 67.84%
CMYK 0.58% 36.99% 0.00%
32.16%

Color #AC6DAD in popluar number systems.

HEX AC 6D AD
Decimal 172 109 173
Binary 10101100 1101101 10101101
Octal 254 155 255

Shades and tints

Shades of #AC6DAD

#AC6DAD
(172,109,173)
#9D649E
(157,100,158)
#8E5B8F
(142,91,143)
#7F5280
(127,82,128)
#704971
(112,73,113)
#614062
(97,64,98)
#523753
(82,55,83)
#432E44
(67,46,68)
#342535
(52,37,53)
#251C26
(37,28,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #AC6DAD

#AC6DAD
(172,109,173)
#B37AB4
(179,122,180)
#BA87BB
(186,135,187)
#C194C2
(193,148,194)
#C8A1C9
(200,161,201)
#CFAED0
(207,174,208)
#D6BBD7
(214,187,215)
#DDC8DE
(221,200,222)
#E4D5E5
(228,213,229)
#EBE2EC
(235,226,236)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6DAD; }

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

This text font color is #AC6DAD.

Background Color

.myBgColor { background-color: #AC6DAD; }

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

This div background color is #AC6DAD.

Border color

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

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

This div border color is #AC6DAD.

Opacity

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

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

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

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

This text has shadow with #AC6DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6DAD.

Preview

Color preview on black background

This text has color #AC6DAD on black background.


Color preview on white background

This text has color #AC6DAD on white background.


Black color preview on #AC6DAD background

This text has black color on #AC6DAD background.


White color preview on #AC6DAD background

This text has white color on #AC6DAD background.


Related colors

Complementary color

Complementary color for #hex is #539252.


I love getcolorcode.com

Triadic colors

1 #ADAC6D and #6DADAC with #AC6DAD are triadic colors.

2 #AD6DAC and #6DACAD with #AC6DAD are triadic colors.