COLOR #AC4F81

HEX: #AC4F81
RGB: (172,79,129)

Color info

#AC4F81 contains mainly red and blue colors. Web safe color of #AC4F81 is #996699 (or #969).

RGB color model

#AC4F81 color RGB value is (172,79,129).

  • red value is 172;
  • green value is 79;
  • blue value is 129.
RGB:
(172,79,129)
(67%,31%,51%)

RGB channels and saturation

R 172 of 255 = 67%
G 79 of 255 = 31%
B 129 of 255 = 51%

172
79
129

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

Portions of RGB colors in percentages

R + G + B =
172 + 79 + 129 = 380 (100%)
R 172 of 380 ~ 45.26%
G 79 of 380 ~ 20.79%
B 129 of 380 ~ 33.95%

%45.26
%20.79
%33.95

CMYK color model

#AC4F81 color CMYK value is (0,54,25,33).

  • cyan value is 0.00%
  • magenta value is 54.07%
  • yellow value is 25.00%
  • key color value is 32.55%
CMYK:
(0,54,25,33)
C0M54Y25K33 
(0%,54%,25%,33%)
(0.00/0.54/0.25/0.33)	

CMYK percentages

%0
%54.07
%25
%32.55

Codes

Color #AC4F81 in popluar color models

AC4F81
RGB17279129
HSL328°37.05%49.22%
HSB/HSV328°54.07%67.45%
CMYK0.00%54.07%25.00%
32.55%

Color #AC4F81 in popluar number systems.

HEXAC4F81
Decimal17279129
Binary10101100100111110000001
Octal254117201

Shades and tints

Shades of #AC4F81

#AC4F81
(172,79,129)
#9D4876
(157,72,118)
#8E416B
(142,65,107)
#7F3A60
(127,58,96)
#703355
(112,51,85)
#612C4A
(97,44,74)
#52253F
(82,37,63)
#431E34
(67,30,52)
#341729
(52,23,41)
#25101E
(37,16,30)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #AC4F81

#AC4F81
(172,79,129)
#B35F8C
(179,95,140)
#BA6F97
(186,111,151)
#C17FA2
(193,127,162)
#C88FAD
(200,143,173)
#CF9FB8
(207,159,184)
#D6AFC3
(214,175,195)
#DDBFCE
(221,191,206)
#E4CFD9
(228,207,217)
#EBDFE4
(235,223,228)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4F81 color. Also use rgb(172,79,129) instead hex code.

Text Font Color

.myTextColor { color: #AC4F81; }

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

This text font color is #AC4F81.


Background Color

.myBgColor { background-color: #AC4F81; }

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

This div background color is #AC4F81.


Border color

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

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

This div border color is #AC4F81.


Opacity

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

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

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

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

This text has shadow with #AC4F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4F81 on black background.


Color preview on white background

This text has color #AC4F81 on white background.



Black color preview on #AC4F81 background

This text has black color on #AC4F81 background.


White color preview on #AC4F81 background

This text has white color on #AC4F81 background.