COLOR #AC6CAE

HEX: #AC6CAE
RGB: (172,108,174)

Color info

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

RGB color model

#AC6CAE color RGB value is (172,108,174).

  • red value is 172;
  • green value is 108;
  • blue value is 174.
RGB:
(172,108,174)
(67%,42%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 108 of 255 = 42%
B 174 of 255 = 68%

172
108
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 108 + 174 = 454 (100%)
R 172 of 454 ~ 37.89%
G 108 of 454 ~ 23.79%
B 174 of 454 ~ 38.33%

%37.89
%23.79
%38.33

CMYK color model

#AC6CAE color CMYK value is (1,38,0,32).

  • cyan value is 1.15%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,38,0,32)
C1M38Y0K32 
(1%,38%,0%,32%)
(0.01/0.38/0.00/0.32)	

CMYK percentages

%1.15
%37.93
%0
%31.76

Codes

Color #AC6CAE in popluar color models

AC6CAE
RGB172108174
HSL298°28.95%55.29%
HSB/HSV298°37.93%68.24%
CMYK1.15%37.93%0.00%
31.76%

Color #AC6CAE in popluar number systems.

HEXAC6CAE
Decimal172108174
Binary10101100110110010101110
Octal254154256

Shades and tints

Shades of #AC6CAE

#AC6CAE
(172,108,174)
#9D639F
(157,99,159)
#8E5A90
(142,90,144)
#7F5181
(127,81,129)
#704872
(112,72,114)
#613F63
(97,63,99)
#523654
(82,54,84)
#432D45
(67,45,69)
#342436
(52,36,54)
#251B27
(37,27,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #AC6CAE

#AC6CAE
(172,108,174)
#B379B5
(179,121,181)
#BA86BC
(186,134,188)
#C193C3
(193,147,195)
#C8A0CA
(200,160,202)
#CFADD1
(207,173,209)
#D6BAD8
(214,186,216)
#DDC7DF
(221,199,223)
#E4D4E6
(228,212,230)
#EBE1ED
(235,225,237)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6CAE; }

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

This text font color is #AC6CAE.


Background Color

.myBgColor { background-color: #AC6CAE; }

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

This div background color is #AC6CAE.


Border color

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

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

This div border color is #AC6CAE.


Opacity

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

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

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

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

This text has shadow with #AC6CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6CAE on black background.


Color preview on white background

This text has color #AC6CAE on white background.



Black color preview on #AC6CAE background

This text has black color on #AC6CAE background.


White color preview on #AC6CAE background

This text has white color on #AC6CAE background.