COLOR #AC6ECD

HEX: #AC6ECD RGB: (172,110,205)

Color info

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

RGB color model

#AC6ECD color RGB value is (172,110,205).

RGB: (172,110,205) (67%, 43%, 80%)

RGB channels and saturation

R 172 of 255 = 67%
G 110 of 255 = 43%
B 205 of 255 = 80%

172
110
205

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

Portions of RGB colors in percentages

R + G + B = 172 + 110 + 205 = 487 (100%)
R 172 of 487 ~ 35.32%
G 110 of 487 ~ 22.59%
B 205 of 487 ~ 42.09'%

%35.32
%22.59
%42.09

CMYK color model

#AC6ECD color CMYK value is (16,46,0,20).

  • cyan value is 16.10%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (16,46,0,20)
C16M46Y0K20 (16%, 46%, 0%, 20%)
(0.16 / 0.46 / 0.00 / 0.20)

CMYK percentages

%16.1
%46.34
%0
%19.61

Codes

Color #AC6ECD in popluar color models

AC 6E CD
RGB 172 110 205
HSL 279° 48.72% 61.76%
HSB/HSV 279° 46.34% 80.39%
CMYK 16.10% 46.34% 0.00%
19.61%

Color #AC6ECD in popluar number systems.

HEX AC 6E CD
Decimal 172 110 205
Binary 10101100 1101110 11001101
Octal 254 156 315

Shades and tints

Shades of #AC6ECD

#AC6ECD
(172,110,205)
#9D64BB
(157,100,187)
#8E5AA9
(142,90,169)
#7F5097
(127,80,151)
#704685
(112,70,133)
#613C73
(97,60,115)
#523261
(82,50,97)
#43284F
(67,40,79)
#341E3D
(52,30,61)
#25142B
(37,20,43)
#160A19
(22,10,25)
#000000
(0,0,0)

Tints of #AC6ECD

#AC6ECD
(172,110,205)
#B37BD1
(179,123,209)
#BA88D5
(186,136,213)
#C195D9
(193,149,217)
#C8A2DD
(200,162,221)
#CFAFE1
(207,175,225)
#D6BCE5
(214,188,229)
#DDC9E9
(221,201,233)
#E4D6ED
(228,214,237)
#EBE3F1
(235,227,241)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6ECD color. Also use rgb(172,110,205) instead hex code.

Text Font Color

.myTextColor { color: #AC6ECD; }

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

This text font color is #AC6ECD.

Background Color

.myBgColor { background-color: #AC6ECD; }

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

This div background color is #AC6ECD.

Border color

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

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

This div border color is #AC6ECD.

Opacity

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

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

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

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

This text has shadow with #AC6ECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6ECD.

Preview

Color preview on black background

This text has color #AC6ECD on black background.


Color preview on white background

This text has color #AC6ECD on white background.


Black color preview on #AC6ECD background

This text has black color on #AC6ECD background.


White color preview on #AC6ECD background

This text has white color on #AC6ECD background.


Related colors

Complementary color

Complementary color for #hex is #539132.


I love getcolorcode.com

Triadic colors

1 #CDAC6E and #6ECDAC with #AC6ECD are triadic colors.

2 #CD6EAC and #6EACCD with #AC6ECD are triadic colors.