COLOR #AC38A1

HEX: #AC38A1 RGB: (172,56,161)

Color info

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

RGB color model

#AC38A1 color RGB value is (172,56,161).

RGB: (172,56,161) (67%, 22%, 63%)

RGB channels and saturation

R 172 of 255 = 67%
G 56 of 255 = 22%
B 161 of 255 = 63%

172
56
161

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

Portions of RGB colors in percentages

R + G + B = 172 + 56 + 161 = 389 (100%)
R 172 of 389 ~ 44.22%
G 56 of 389 ~ 14.4%
B 161 of 389 ~ 41.39'%

%44.22
%14.4
%41.39

CMYK color model

#AC38A1 color CMYK value is (0,67,6,33).

  • cyan value is 0.00%
  • magenta value is 67.44%
  • yellow value is 6.40%
  • key color value is 32.55%

CMYK: (0,67,6,33)
C0M67Y6K33 (0%, 67%, 6%, 33%)
(0.00 / 0.67 / 0.06 / 0.33)

CMYK percentages

%0
%67.44
%6.4
%32.55

Codes

Color #AC38A1 in popluar color models

AC 38 A1
RGB 172 56 161
HSL 306° 50.88% 44.71%
HSB/HSV 306° 67.44% 67.45%
CMYK 0.00% 67.44% 6.40%
32.55%

Color #AC38A1 in popluar number systems.

HEX AC 38 A1
Decimal 172 56 161
Binary 10101100 111000 10100001
Octal 254 70 241

Shades and tints

Shades of #AC38A1

#AC38A1
(172,56,161)
#9D3393
(157,51,147)
#8E2E85
(142,46,133)
#7F2977
(127,41,119)
#702469
(112,36,105)
#611F5B
(97,31,91)
#521A4D
(82,26,77)
#43153F
(67,21,63)
#341031
(52,16,49)
#250B23
(37,11,35)
#160615
(22,6,21)
#000000
(0,0,0)

Tints of #AC38A1

#AC38A1
(172,56,161)
#B34AA9
(179,74,169)
#BA5CB1
(186,92,177)
#C16EB9
(193,110,185)
#C880C1
(200,128,193)
#CF92C9
(207,146,201)
#D6A4D1
(214,164,209)
#DDB6D9
(221,182,217)
#E4C8E1
(228,200,225)
#EBDAE9
(235,218,233)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC38A1 color. Also use rgb(172,56,161) instead hex code.

Text Font Color

.myTextColor { color: #AC38A1; }

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

This text font color is #AC38A1.

Background Color

.myBgColor { background-color: #AC38A1; }

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

This div background color is #AC38A1.

Border color

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

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

This div border color is #AC38A1.

Opacity

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

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

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

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

This text has shadow with #AC38A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC38A1.

Preview

Color preview on black background

This text has color #AC38A1 on black background.


Color preview on white background

This text has color #AC38A1 on white background.


Black color preview on #AC38A1 background

This text has black color on #AC38A1 background.


White color preview on #AC38A1 background

This text has white color on #AC38A1 background.


Related colors

Complementary color

Complementary color for #hex is #53C75E.


I love getcolorcode.com

Triadic colors

1 #A1AC38 and #38A1AC with #AC38A1 are triadic colors.

2 #A138AC and #38ACA1 with #AC38A1 are triadic colors.