COLOR #AC4893

HEX: #AC4893 RGB: (172,72,147)

Color info

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

RGB color model

#AC4893 color RGB value is (172,72,147).

RGB: (172,72,147) (67%, 28%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 72 of 255 = 28%
B 147 of 255 = 58%

172
72
147

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

Portions of RGB colors in percentages

R + G + B = 172 + 72 + 147 = 391 (100%)
R 172 of 391 ~ 43.99%
G 72 of 391 ~ 18.41%
B 147 of 391 ~ 37.6'%

%43.99
%18.41
%37.6

CMYK color model

#AC4893 color CMYK value is (0,58,15,33).

  • cyan value is 0.00%
  • magenta value is 58.14%
  • yellow value is 14.53%
  • key color value is 32.55%

CMYK: (0,58,15,33)
C0M58Y15K33 (0%, 58%, 15%, 33%)
(0.00 / 0.58 / 0.15 / 0.33)

CMYK percentages

%0
%58.14
%14.53
%32.55

Codes

Color #AC4893 in popluar color models

AC 48 93
RGB 172 72 147
HSL 315° 40.98% 47.84%
HSB/HSV 315° 58.14% 67.45%
CMYK 0.00% 58.14% 14.53%
32.55%

Color #AC4893 in popluar number systems.

HEX AC 48 93
Decimal 172 72 147
Binary 10101100 1001000 10010011
Octal 254 110 223

Shades and tints

Shades of #AC4893

#AC4893
(172,72,147)
#9D4286
(157,66,134)
#8E3C79
(142,60,121)
#7F366C
(127,54,108)
#70305F
(112,48,95)
#612A52
(97,42,82)
#522445
(82,36,69)
#431E38
(67,30,56)
#34182B
(52,24,43)
#25121E
(37,18,30)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #AC4893

#AC4893
(172,72,147)
#B3589C
(179,88,156)
#BA68A5
(186,104,165)
#C178AE
(193,120,174)
#C888B7
(200,136,183)
#CF98C0
(207,152,192)
#D6A8C9
(214,168,201)
#DDB8D2
(221,184,210)
#E4C8DB
(228,200,219)
#EBD8E4
(235,216,228)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4893 color. Also use rgb(172,72,147) instead hex code.

Text Font Color

.myTextColor { color: #AC4893; }

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

This text font color is #AC4893.

Background Color

.myBgColor { background-color: #AC4893; }

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

This div background color is #AC4893.

Border color

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

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

This div border color is #AC4893.

Opacity

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

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

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

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

This text has shadow with #AC4893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC4893.

Preview

Color preview on black background

This text has color #AC4893 on black background.


Color preview on white background

This text has color #AC4893 on white background.


Black color preview on #AC4893 background

This text has black color on #AC4893 background.


White color preview on #AC4893 background

This text has white color on #AC4893 background.


Related colors

Complementary color

Complementary color for #hex is #53B76C.


I love getcolorcode.com

Triadic colors

1 #93AC48 and #4893AC with #AC4893 are triadic colors.

2 #9348AC and #48AC93 with #AC4893 are triadic colors.