COLOR #AC64B8

HEX: #AC64B8
RGB: (172,100,184)

Color info

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

RGB color model

#AC64B8 color RGB value is (172,100,184).

  • red value is 172;
  • green value is 100;
  • blue value is 184.
RGB:
(172,100,184)
(67%,39%,72%)

RGB channels and saturation

R 172 of 255 = 67%
G 100 of 255 = 39%
B 184 of 255 = 72%

172
100
184

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

Portions of RGB colors in percentages

R + G + B =
172 + 100 + 184 = 456 (100%)
R 172 of 456 ~ 37.72%
G 100 of 456 ~ 21.93%
B 184 of 456 ~ 40.35%

%37.72
%21.93
%40.35

CMYK color model

#AC64B8 color CMYK value is (7,46,0,28).

  • cyan value is 6.52%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(7,46,0,28)
C7M46Y0K28 
(7%,46%,0%,28%)
(0.07/0.46/0.00/0.28)	

CMYK percentages

%6.52
%45.65
%0
%27.84

Codes

Color #AC64B8 in popluar color models

AC64B8
RGB172100184
HSL291°37.17%55.69%
HSB/HSV291°45.65%72.16%
CMYK6.52%45.65%0.00%
27.84%

Color #AC64B8 in popluar number systems.

HEXAC64B8
Decimal172100184
Binary10101100110010010111000
Octal254144270

Shades and tints

Shades of #AC64B8

#AC64B8
(172,100,184)
#9D5BA8
(157,91,168)
#8E5298
(142,82,152)
#7F4988
(127,73,136)
#704078
(112,64,120)
#613768
(97,55,104)
#522E58
(82,46,88)
#432548
(67,37,72)
#341C38
(52,28,56)
#251328
(37,19,40)
#160A18
(22,10,24)
#000000
(0,0,0)

Tints of #AC64B8

#AC64B8
(172,100,184)
#B372BE
(179,114,190)
#BA80C4
(186,128,196)
#C18ECA
(193,142,202)
#C89CD0
(200,156,208)
#CFAAD6
(207,170,214)
#D6B8DC
(214,184,220)
#DDC6E2
(221,198,226)
#E4D4E8
(228,212,232)
#EBE2EE
(235,226,238)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC64B8 color. Also use rgb(172,100,184) instead hex code.

Text Font Color

.myTextColor { color: #AC64B8; }

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

This text font color is #AC64B8.


Background Color

.myBgColor { background-color: #AC64B8; }

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

This div background color is #AC64B8.


Border color

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

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

This div border color is #AC64B8.


Opacity

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

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

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

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

This text has shadow with #AC64B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC64B8 on black background.


Color preview on white background

This text has color #AC64B8 on white background.



Black color preview on #AC64B8 background

This text has black color on #AC64B8 background.


White color preview on #AC64B8 background

This text has white color on #AC64B8 background.