COLOR #AC63BD

HEX: #AC63BD
RGB: (172,99,189)

Color info

#AC63BD contains mainly red and blue colors. Web safe color of #AC63BD is #9966CC (or #96C).

RGB color model

#AC63BD color RGB value is (172,99,189).

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

RGB channels and saturation

R 172 of 255 = 67%
G 99 of 255 = 39%
B 189 of 255 = 74%

172
99
189

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

Portions of RGB colors in percentages

R + G + B =
172 + 99 + 189 = 460 (100%)
R 172 of 460 ~ 37.39%
G 99 of 460 ~ 21.52%
B 189 of 460 ~ 41.09%

%37.39
%21.52
%41.09

CMYK color model

#AC63BD color CMYK value is (9,48,0,26).

  • cyan value is 8.99%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(9,48,0,26)
C9M48Y0K26 
(9%,48%,0%,26%)
(0.09/0.48/0.00/0.26)	

CMYK percentages

%8.99
%47.62
%0
%25.88

Codes

Color #AC63BD in popluar color models

AC63BD
RGB17299189
HSL289°40.54%56.47%
HSB/HSV289°47.62%74.12%
CMYK8.99%47.62%0.00%
25.88%

Color #AC63BD in popluar number systems.

HEXAC63BD
Decimal17299189
Binary10101100110001110111101
Octal254143275

Shades and tints

Shades of #AC63BD

#AC63BD
(172,99,189)
#9D5AAC
(157,90,172)
#8E519B
(142,81,155)
#7F488A
(127,72,138)
#703F79
(112,63,121)
#613668
(97,54,104)
#522D57
(82,45,87)
#432446
(67,36,70)
#341B35
(52,27,53)
#251224
(37,18,36)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #AC63BD

#AC63BD
(172,99,189)
#B371C3
(179,113,195)
#BA7FC9
(186,127,201)
#C18DCF
(193,141,207)
#C89BD5
(200,155,213)
#CFA9DB
(207,169,219)
#D6B7E1
(214,183,225)
#DDC5E7
(221,197,231)
#E4D3ED
(228,211,237)
#EBE1F3
(235,225,243)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC63BD; }

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

This text font color is #AC63BD.


Background Color

.myBgColor { background-color: #AC63BD; }

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

This div background color is #AC63BD.


Border color

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

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

This div border color is #AC63BD.


Opacity

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

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

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

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

This text has shadow with #AC63BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC63BD on black background.


Color preview on white background

This text has color #AC63BD on white background.



Black color preview on #AC63BD background

This text has black color on #AC63BD background.


White color preview on #AC63BD background

This text has white color on #AC63BD background.