COLOR #AC1386

HEX: #AC1386
RGB: (172,19,134)

Color info

#AC1386 contains mainly red and blue colors. Web safe color of #AC1386 is #990099 (or #909).

RGB color model

#AC1386 color RGB value is (172,19,134).

  • red value is 172;
  • green value is 19;
  • blue value is 134.
RGB:
(172,19,134)
(67%,7%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 19 of 255 = 7%
B 134 of 255 = 53%

172
19
134

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

Portions of RGB colors in percentages

R + G + B =
172 + 19 + 134 = 325 (100%)
R 172 of 325 ~ 52.92%
G 19 of 325 ~ 5.85%
B 134 of 325 ~ 41.23%

%52.92
%41.23

CMYK color model

#AC1386 color CMYK value is (0,89,22,33).

  • cyan value is 0.00%
  • magenta value is 88.95%
  • yellow value is 22.09%
  • key color value is 32.55%
CMYK:
(0,89,22,33)
C0M89Y22K33 
(0%,89%,22%,33%)
(0.00/0.89/0.22/0.33)	

CMYK percentages

%0
%88.95
%22.09
%32.55

Codes

Color #AC1386 in popluar color models

AC1386
RGB17219134
HSL315°80.10%37.45%
HSB/HSV315°88.95%67.45%
CMYK0.00%88.95%22.09%
32.55%

Color #AC1386 in popluar number systems.

HEXAC1386
Decimal17219134
Binary101011001001110000110
Octal25423206

Shades and tints

Shades of #AC1386

#AC1386
(172,19,134)
#9D127A
(157,18,122)
#8E116E
(142,17,110)
#7F1062
(127,16,98)
#700F56
(112,15,86)
#610E4A
(97,14,74)
#520D3E
(82,13,62)
#430C32
(67,12,50)
#340B26
(52,11,38)
#250A1A
(37,10,26)
#16090E
(22,9,14)
#000000
(0,0,0)

Tints of #AC1386

#AC1386
(172,19,134)
#B32891
(179,40,145)
#BA3D9C
(186,61,156)
#C152A7
(193,82,167)
#C867B2
(200,103,178)
#CF7CBD
(207,124,189)
#D691C8
(214,145,200)
#DDA6D3
(221,166,211)
#E4BBDE
(228,187,222)
#EBD0E9
(235,208,233)
#F2E5F4
(242,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC1386 color. Also use rgb(172,19,134) instead hex code.

Text Font Color

.myTextColor { color: #AC1386; }

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

This text font color is #AC1386.


Background Color

.myBgColor { background-color: #AC1386; }

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

This div background color is #AC1386.


Border color

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

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

This div border color is #AC1386.


Opacity

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

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

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

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

This text has shadow with #AC1386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC1386 on black background.


Color preview on white background

This text has color #AC1386 on white background.



Black color preview on #AC1386 background

This text has black color on #AC1386 background.


White color preview on #AC1386 background

This text has white color on #AC1386 background.