COLOR #AC63A8

HEX: #AC63A8
RGB: (172,99,168)

Color info

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

RGB color model

#AC63A8 color RGB value is (172,99,168).

  • red value is 172;
  • green value is 99;
  • blue value is 168.
RGB:
(172,99,168)
(67%,39%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 99 of 255 = 39%
B 168 of 255 = 66%

172
99
168

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

Portions of RGB colors in percentages

R + G + B =
172 + 99 + 168 = 439 (100%)
R 172 of 439 ~ 39.18%
G 99 of 439 ~ 22.55%
B 168 of 439 ~ 38.27%

%39.18
%22.55
%38.27

CMYK color model

#AC63A8 color CMYK value is (0,42,2,33).

  • cyan value is 0.00%
  • magenta value is 42.44%
  • yellow value is 2.33%
  • key color value is 32.55%
CMYK:
(0,42,2,33)
C0M42Y2K33 
(0%,42%,2%,33%)
(0.00/0.42/0.02/0.33)	

CMYK percentages

%0
%42.44
%2.33
%32.55

Codes

Color #AC63A8 in popluar color models

AC63A8
RGB17299168
HSL303°30.54%53.14%
HSB/HSV303°42.44%67.45%
CMYK0.00%42.44%2.33%
32.55%

Color #AC63A8 in popluar number systems.

HEXAC63A8
Decimal17299168
Binary10101100110001110101000
Octal254143250

Shades and tints

Shades of #AC63A8

#AC63A8
(172,99,168)
#9D5A99
(157,90,153)
#8E518A
(142,81,138)
#7F487B
(127,72,123)
#703F6C
(112,63,108)
#61365D
(97,54,93)
#522D4E
(82,45,78)
#43243F
(67,36,63)
#341B30
(52,27,48)
#251221
(37,18,33)
#160912
(22,9,18)
#000000
(0,0,0)

Tints of #AC63A8

#AC63A8
(172,99,168)
#B371AF
(179,113,175)
#BA7FB6
(186,127,182)
#C18DBD
(193,141,189)
#C89BC4
(200,155,196)
#CFA9CB
(207,169,203)
#D6B7D2
(214,183,210)
#DDC5D9
(221,197,217)
#E4D3E0
(228,211,224)
#EBE1E7
(235,225,231)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC63A8 color. Also use rgb(172,99,168) instead hex code.

Text Font Color

.myTextColor { color: #AC63A8; }

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

This text font color is #AC63A8.


Background Color

.myBgColor { background-color: #AC63A8; }

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

This div background color is #AC63A8.


Border color

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

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

This div border color is #AC63A8.


Opacity

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

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

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

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

This text has shadow with #AC63A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC63A8 on black background.


Color preview on white background

This text has color #AC63A8 on white background.



Black color preview on #AC63A8 background

This text has black color on #AC63A8 background.


White color preview on #AC63A8 background

This text has white color on #AC63A8 background.