COLOR #AC36AE

HEX: #AC36AE
RGB: (172,54,174)

Color info

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

RGB color model

#AC36AE color RGB value is (172,54,174).

  • red value is 172;
  • green value is 54;
  • blue value is 174.
RGB:
(172,54,174)
(67%,21%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 54 of 255 = 21%
B 174 of 255 = 68%

172
54
174

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

Portions of RGB colors in percentages

R + G + B =
172 + 54 + 174 = 400 (100%)
R 172 of 400 ~ 43%
G 54 of 400 ~ 13.5%
B 174 of 400 ~ 43.5%

%43
%13.5
%43.5

CMYK color model

#AC36AE color CMYK value is (1,69,0,32).

  • cyan value is 1.15%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(1,69,0,32)
C1M69Y0K32 
(1%,69%,0%,32%)
(0.01/0.69/0.00/0.32)	

CMYK percentages

%1.15
%68.97
%0
%31.76

Codes

Color #AC36AE in popluar color models

AC36AE
RGB17254174
HSL299°52.63%44.71%
HSB/HSV299°68.97%68.24%
CMYK1.15%68.97%0.00%
31.76%

Color #AC36AE in popluar number systems.

HEXAC36AE
Decimal17254174
Binary1010110011011010101110
Octal25466256

Shades and tints

Shades of #AC36AE

#AC36AE
(172,54,174)
#9D329F
(157,50,159)
#8E2E90
(142,46,144)
#7F2A81
(127,42,129)
#702672
(112,38,114)
#612263
(97,34,99)
#521E54
(82,30,84)
#431A45
(67,26,69)
#341636
(52,22,54)
#251227
(37,18,39)
#160E18
(22,14,24)
#000000
(0,0,0)

Tints of #AC36AE

#AC36AE
(172,54,174)
#B348B5
(179,72,181)
#BA5ABC
(186,90,188)
#C16CC3
(193,108,195)
#C87ECA
(200,126,202)
#CF90D1
(207,144,209)
#D6A2D8
(214,162,216)
#DDB4DF
(221,180,223)
#E4C6E6
(228,198,230)
#EBD8ED
(235,216,237)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC36AE color. Also use rgb(172,54,174) instead hex code.

Text Font Color

.myTextColor { color: #AC36AE; }

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

This text font color is #AC36AE.


Background Color

.myBgColor { background-color: #AC36AE; }

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

This div background color is #AC36AE.


Border color

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

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

This div border color is #AC36AE.


Opacity

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

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

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

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

This text has shadow with #AC36AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC36AE on black background.


Color preview on white background

This text has color #AC36AE on white background.



Black color preview on #AC36AE background

This text has black color on #AC36AE background.


White color preview on #AC36AE background

This text has white color on #AC36AE background.