COLOR #AC4A92

HEX: #AC4A92 RGB: (172,74,146)

Color info

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

RGB color model

#AC4A92 color RGB value is (172,74,146).

RGB: (172,74,146) (67%, 29%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 74 of 255 = 29%
B 146 of 255 = 57%

172
74
146

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

Portions of RGB colors in percentages

R + G + B = 172 + 74 + 146 = 392 (100%)
R 172 of 392 ~ 43.88%
G 74 of 392 ~ 18.88%
B 146 of 392 ~ 37.24'%

%43.88
%18.88
%37.24

CMYK color model

#AC4A92 color CMYK value is (0,57,15,33).

  • cyan value is 0.00%
  • magenta value is 56.98%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK: (0,57,15,33) C0M57Y15K33 (0%,57%,15%,33%) (0.00/0.57/0.15/0.33) 

CMYK percentages

%0
%56.98
%15.12
%32.55

Codes

Color #AC4A92 in popluar color models

AC 4A 92
RGB 172 74 146
HSL 316° 39.84% 48.24%
HSB/HSV 316° 56.98% 67.45%
CMYK 0.00% 56.98% 15.12%
32.55%

Color #AC4A92 in popluar number systems.

HEX AC 4A 92
Decimal 172 74 146
Binary 10101100 1001010 10010010
Octal 254 112 222

Shades and tints

Shades of #AC4A92

#AC4A92
(172,74,146)
#9D4485
(157,68,133)
#8E3E78
(142,62,120)
#7F386B
(127,56,107)
#70325E
(112,50,94)
#612C51
(97,44,81)
#522644
(82,38,68)
#432037
(67,32,55)
#341A2A
(52,26,42)
#25141D
(37,20,29)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #AC4A92

#AC4A92
(172,74,146)
#B35A9B
(179,90,155)
#BA6AA4
(186,106,164)
#C17AAD
(193,122,173)
#C88AB6
(200,138,182)
#CF9ABF
(207,154,191)
#D6AAC8
(214,170,200)
#DDBAD1
(221,186,209)
#E4CADA
(228,202,218)
#EBDAE3
(235,218,227)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4A92 color. Also use rgb(172,74,146) instead hex code.

Text Font Color

.myTextColor { color: #AC4A92; }

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

This text font color is #AC4A92.

Background Color

.myBgColor { background-color: #AC4A92; }

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

This div background color is #AC4A92.

Border color

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

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

This div border color is #AC4A92.

Opacity

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

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

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

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

This text has shadow with #AC4A92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC4A92.

Preview

Color preview on black background

This text has color #AC4A92 on black background.


Color preview on white background

This text has color #AC4A92 on white background.


Black color preview on #AC4A92 background

This text has black color on #AC4A92 background.


White color preview on #AC4A92 background

This text has white color on #AC4A92 background.


Related colors

Complementary color

Complementary color for #hex is #53B56D.


I love getcolorcode.com

Triadic colors

1 #92AC4A and #4A92AC with #AC4A92 are triadic colors.

2 #924AAC and #4AAC92 with #AC4A92 are triadic colors.