COLOR #AC43B7

HEX: #AC43B7
RGB: (172,67,183)

Color info

#AC43B7 contains mainly red and blue colors. Web safe color of #AC43B7 is #9933CC (or #93C).

RGB color model

#AC43B7 color RGB value is (172,67,183).

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

RGB channels and saturation

R 172 of 255 = 67%
G 67 of 255 = 26%
B 183 of 255 = 72%

172
67
183

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

Portions of RGB colors in percentages

R + G + B =
172 + 67 + 183 = 422 (100%)
R 172 of 422 ~ 40.76%
G 67 of 422 ~ 15.88%
B 183 of 422 ~ 43.36%

%40.76
%15.88
%43.36

CMYK color model

#AC43B7 color CMYK value is (6,63,0,28).

  • cyan value is 6.01%
  • magenta value is 63.39%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(6,63,0,28)
C6M63Y0K28 
(6%,63%,0%,28%)
(0.06/0.63/0.00/0.28)	

CMYK percentages

%6.01
%63.39
%0
%28.24

Codes

Color #AC43B7 in popluar color models

AC43B7
RGB17267183
HSL294°46.40%49.02%
HSB/HSV294°63.39%71.76%
CMYK6.01%63.39%0.00%
28.24%

Color #AC43B7 in popluar number systems.

HEXAC43B7
Decimal17267183
Binary10101100100001110110111
Octal254103267

Shades and tints

Shades of #AC43B7

#AC43B7
(172,67,183)
#9D3DA7
(157,61,167)
#8E3797
(142,55,151)
#7F3187
(127,49,135)
#702B77
(112,43,119)
#612567
(97,37,103)
#521F57
(82,31,87)
#431947
(67,25,71)
#341337
(52,19,55)
#250D27
(37,13,39)
#160717
(22,7,23)
#000000
(0,0,0)

Tints of #AC43B7

#AC43B7
(172,67,183)
#B354BD
(179,84,189)
#BA65C3
(186,101,195)
#C176C9
(193,118,201)
#C887CF
(200,135,207)
#CF98D5
(207,152,213)
#D6A9DB
(214,169,219)
#DDBAE1
(221,186,225)
#E4CBE7
(228,203,231)
#EBDCED
(235,220,237)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC43B7; }

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

This text font color is #AC43B7.


Background Color

.myBgColor { background-color: #AC43B7; }

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

This div background color is #AC43B7.


Border color

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

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

This div border color is #AC43B7.


Opacity

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

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

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

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

This text has shadow with #AC43B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC43B7 on black background.


Color preview on white background

This text has color #AC43B7 on white background.



Black color preview on #AC43B7 background

This text has black color on #AC43B7 background.


White color preview on #AC43B7 background

This text has white color on #AC43B7 background.