COLOR #AC6CAF

HEX: #AC6CAF RGB: (172,108,175)

Color info

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

RGB color model

#AC6CAF color RGB value is (172,108,175).

RGB: (172,108,175) (67%, 42%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 108 of 255 = 42%
B 175 of 255 = 69%

172
108
175

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

Portions of RGB colors in percentages

R + G + B = 172 + 108 + 175 = 455 (100%)
R 172 of 455 ~ 37.8%
G 108 of 455 ~ 23.74%
B 175 of 455 ~ 38.46'%

%37.8
%23.74
%38.46

CMYK color model

#AC6CAF color CMYK value is (2,38,0,31).

  • cyan value is 1.71%
  • magenta value is 38.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (2,38,0,31) C2M38Y0K31 (2%,38%,0%,31%) (0.02/0.38/0.00/0.31) 

CMYK percentages

%1.71
%38.29
%0
%31.37

Codes

Color #AC6CAF in popluar color models

AC 6C AF
RGB 172 108 175
HSL 297° 29.52% 55.49%
HSB/HSV 297° 38.29% 68.63%
CMYK 1.71% 38.29% 0.00%
31.37%

Color #AC6CAF in popluar number systems.

HEX AC 6C AF
Decimal 172 108 175
Binary 10101100 1101100 10101111
Octal 254 154 257

Shades and tints

Shades of #AC6CAF

#AC6CAF
(172,108,175)
#9D63A0
(157,99,160)
#8E5A91
(142,90,145)
#7F5182
(127,81,130)
#704873
(112,72,115)
#613F64
(97,63,100)
#523655
(82,54,85)
#432D46
(67,45,70)
#342437
(52,36,55)
#251B28
(37,27,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #AC6CAF

#AC6CAF
(172,108,175)
#B379B6
(179,121,182)
#BA86BD
(186,134,189)
#C193C4
(193,147,196)
#C8A0CB
(200,160,203)
#CFADD2
(207,173,210)
#D6BAD9
(214,186,217)
#DDC7E0
(221,199,224)
#E4D4E7
(228,212,231)
#EBE1EE
(235,225,238)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6CAF color. Also use rgb(172,108,175) instead hex code.

Text Font Color

.myTextColor { color: #AC6CAF; }

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

This text font color is #AC6CAF.

Background Color

.myBgColor { background-color: #AC6CAF; }

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

This div background color is #AC6CAF.

Border color

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

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

This div border color is #AC6CAF.

Opacity

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

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

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

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

This text has shadow with #AC6CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6CAF.

Preview

Color preview on black background

This text has color #AC6CAF on black background.


Color preview on white background

This text has color #AC6CAF on white background.


Black color preview on #AC6CAF background

This text has black color on #AC6CAF background.


White color preview on #AC6CAF background

This text has white color on #AC6CAF background.


Related colors

Complementary color

Complementary color for #hex is #539350.


I love getcolorcode.com

Triadic colors

1 #AFAC6C and #6CAFAC with #AC6CAF are triadic colors.

2 #AF6CAC and #6CACAF with #AC6CAF are triadic colors.