COLOR #AC438C

HEX: #AC438C RGB: (172,67,140)

Color info

#AC438C contains mainly red and blue colors. Web safe color of #AC438C is #993399 (or #939).

RGB color model

#AC438C color RGB value is (172,67,140).

RGB: (172,67,140) (67%, 26%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 67 of 255 = 26%
B 140 of 255 = 55%

172
67
140

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

Portions of RGB colors in percentages

R + G + B = 172 + 67 + 140 = 379 (100%)
R 172 of 379 ~ 45.38%
G 67 of 379 ~ 17.68%
B 140 of 379 ~ 36.94'%

%45.38
%17.68
%36.94

CMYK color model

#AC438C color CMYK value is (0,61,19,33).

  • cyan value is 0.00%
  • magenta value is 61.05%
  • yellow value is 18.60%
  • key color value is 32.55%

CMYK: (0,61,19,33)
C0M61Y19K33 (0%, 61%, 19%, 33%)
(0.00 / 0.61 / 0.19 / 0.33)

CMYK percentages

%0
%61.05
%18.6
%32.55

Codes

Color #AC438C in popluar color models

AC 43 8C
RGB 172 67 140
HSL 318° 43.93% 46.86%
HSB/HSV 318° 61.05% 67.45%
CMYK 0.00% 61.05% 18.60%
32.55%

Color #AC438C in popluar number systems.

HEX AC 43 8C
Decimal 172 67 140
Binary 10101100 1000011 10001100
Octal 254 103 214

Shades and tints

Shades of #AC438C

#AC438C
(172,67,140)
#9D3D80
(157,61,128)
#8E3774
(142,55,116)
#7F3168
(127,49,104)
#702B5C
(112,43,92)
#612550
(97,37,80)
#521F44
(82,31,68)
#431938
(67,25,56)
#34132C
(52,19,44)
#250D20
(37,13,32)
#160714
(22,7,20)
#000000
(0,0,0)

Tints of #AC438C

#AC438C
(172,67,140)
#B35496
(179,84,150)
#BA65A0
(186,101,160)
#C176AA
(193,118,170)
#C887B4
(200,135,180)
#CF98BE
(207,152,190)
#D6A9C8
(214,169,200)
#DDBAD2
(221,186,210)
#E4CBDC
(228,203,220)
#EBDCE6
(235,220,230)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC438C color. Also use rgb(172,67,140) instead hex code.

Text Font Color

.myTextColor { color: #AC438C; }

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

This text font color is #AC438C.

Background Color

.myBgColor { background-color: #AC438C; }

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

This div background color is #AC438C.

Border color

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

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

This div border color is #AC438C.

Opacity

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

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

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

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

This text has shadow with #AC438C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC438C.

Preview

Color preview on black background

This text has color #AC438C on black background.


Color preview on white background

This text has color #AC438C on white background.


Black color preview on #AC438C background

This text has black color on #AC438C background.


White color preview on #AC438C background

This text has white color on #AC438C background.


Related colors

Complementary color

Complementary color for #hex is #53BC73.


I love getcolorcode.com

Triadic colors

1 #8CAC43 and #438CAC with #AC438C are triadic colors.

2 #8C43AC and #43AC8C with #AC438C are triadic colors.