COLOR #AC4392

HEX: #AC4392
RGB: (172,67,146)

Color info

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

RGB color model

#AC4392 color RGB value is (172,67,146).

  • red value is 172;
  • green value is 67;
  • blue value is 146.
RGB:
(172,67,146)
(67%,26%,57%)

RGB channels and saturation

R 172 of 255 = 67%
G 67 of 255 = 26%
B 146 of 255 = 57%

172
67
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 67 + 146 = 385 (100%)
R 172 of 385 ~ 44.68%
G 67 of 385 ~ 17.4%
B 146 of 385 ~ 37.92%

%44.68
%17.4
%37.92

CMYK color model

#AC4392 color CMYK value is (0,61,15,33).

  • cyan value is 0.00%
  • magenta value is 61.05%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(0,61,15,33)
C0M61Y15K33 
(0%,61%,15%,33%)
(0.00/0.61/0.15/0.33)	

CMYK percentages

%0
%61.05
%15.12
%32.55

Codes

Color #AC4392 in popluar color models

AC4392
RGB17267146
HSL315°43.93%46.86%
HSB/HSV315°61.05%67.45%
CMYK0.00%61.05%15.12%
32.55%

Color #AC4392 in popluar number systems.

HEXAC4392
Decimal17267146
Binary10101100100001110010010
Octal254103222

Shades and tints

Shades of #AC4392

#AC4392
(172,67,146)
#9D3D85
(157,61,133)
#8E3778
(142,55,120)
#7F316B
(127,49,107)
#702B5E
(112,43,94)
#612551
(97,37,81)
#521F44
(82,31,68)
#431937
(67,25,55)
#34132A
(52,19,42)
#250D1D
(37,13,29)
#160710
(22,7,16)
#000000
(0,0,0)

Tints of #AC4392

#AC4392
(172,67,146)
#B3549B
(179,84,155)
#BA65A4
(186,101,164)
#C176AD
(193,118,173)
#C887B6
(200,135,182)
#CF98BF
(207,152,191)
#D6A9C8
(214,169,200)
#DDBAD1
(221,186,209)
#E4CBDA
(228,203,218)
#EBDCE3
(235,220,227)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC4392; }

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

This text font color is #AC4392.


Background Color

.myBgColor { background-color: #AC4392; }

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

This div background color is #AC4392.


Border color

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

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

This div border color is #AC4392.


Opacity

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

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

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

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

This text has shadow with #AC4392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4392 on black background.


Color preview on white background

This text has color #AC4392 on white background.



Black color preview on #AC4392 background

This text has black color on #AC4392 background.


White color preview on #AC4392 background

This text has white color on #AC4392 background.