COLOR #AC51A9

HEX: #AC51A9
RGB: (172,81,169)

Color info

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

RGB color model

#AC51A9 color RGB value is (172,81,169).

  • red value is 172;
  • green value is 81;
  • blue value is 169.
RGB:
(172,81,169)
(67%,32%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 81 of 255 = 32%
B 169 of 255 = 66%

172
81
169

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

Portions of RGB colors in percentages

R + G + B =
172 + 81 + 169 = 422 (100%)
R 172 of 422 ~ 40.76%
G 81 of 422 ~ 19.19%
B 169 of 422 ~ 40.05%

%40.76
%19.19
%40.05

CMYK color model

#AC51A9 color CMYK value is (0,53,2,33).

  • cyan value is 0.00%
  • magenta value is 52.91%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(0,53,2,33)
C0M53Y2K33 
(0%,53%,2%,33%)
(0.00/0.53/0.02/0.33)	

CMYK percentages

%0
%52.91
%1.74
%32.55

Codes

Color #AC51A9 in popluar color models

AC51A9
RGB17281169
HSL302°35.97%49.61%
HSB/HSV302°52.91%67.45%
CMYK0.00%52.91%1.74%
32.55%

Color #AC51A9 in popluar number systems.

HEXAC51A9
Decimal17281169
Binary10101100101000110101001
Octal254121251

Shades and tints

Shades of #AC51A9

#AC51A9
(172,81,169)
#9D4A9A
(157,74,154)
#8E438B
(142,67,139)
#7F3C7C
(127,60,124)
#70356D
(112,53,109)
#612E5E
(97,46,94)
#52274F
(82,39,79)
#432040
(67,32,64)
#341931
(52,25,49)
#251222
(37,18,34)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #AC51A9

#AC51A9
(172,81,169)
#B360B0
(179,96,176)
#BA6FB7
(186,111,183)
#C17EBE
(193,126,190)
#C88DC5
(200,141,197)
#CF9CCC
(207,156,204)
#D6ABD3
(214,171,211)
#DDBADA
(221,186,218)
#E4C9E1
(228,201,225)
#EBD8E8
(235,216,232)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC51A9 color. Also use rgb(172,81,169) instead hex code.

Text Font Color

.myTextColor { color: #AC51A9; }

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

This text font color is #AC51A9.


Background Color

.myBgColor { background-color: #AC51A9; }

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

This div background color is #AC51A9.


Border color

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

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

This div border color is #AC51A9.


Opacity

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

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

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

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

This text has shadow with #AC51A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC51A9 on black background.


Color preview on white background

This text has color #AC51A9 on white background.



Black color preview on #AC51A9 background

This text has black color on #AC51A9 background.


White color preview on #AC51A9 background

This text has white color on #AC51A9 background.