COLOR #AC64AB

HEX: #AC64AB
RGB: (172,100,171)

Color info

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

RGB color model

#AC64AB color RGB value is (172,100,171).

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

RGB channels and saturation

R 172 of 255 = 67%
G 100 of 255 = 39%
B 171 of 255 = 67%

172
100
171

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

Portions of RGB colors in percentages

R + G + B =
172 + 100 + 171 = 443 (100%)
R 172 of 443 ~ 38.83%
G 100 of 443 ~ 22.57%
B 171 of 443 ~ 38.6%

%38.83
%22.57
%38.6

CMYK color model

#AC64AB color CMYK value is (0,42,1,33).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 0.58%
  • key color value is 32.55%
CMYK:
(0,42,1,33)
C0M42Y1K33 
(0%,42%,1%,33%)
(0.00/0.42/0.01/0.33)	

CMYK percentages

%0
%41.86
%0.58
%32.55

Codes

Color #AC64AB in popluar color models

AC64AB
RGB172100171
HSL301°30.25%53.33%
HSB/HSV301°41.86%67.45%
CMYK0.00%41.86%0.58%
32.55%

Color #AC64AB in popluar number systems.

HEXAC64AB
Decimal172100171
Binary10101100110010010101011
Octal254144253

Shades and tints

Shades of #AC64AB

#AC64AB
(172,100,171)
#9D5B9C
(157,91,156)
#8E528D
(142,82,141)
#7F497E
(127,73,126)
#70406F
(112,64,111)
#613760
(97,55,96)
#522E51
(82,46,81)
#432542
(67,37,66)
#341C33
(52,28,51)
#251324
(37,19,36)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #AC64AB

#AC64AB
(172,100,171)
#B372B2
(179,114,178)
#BA80B9
(186,128,185)
#C18EC0
(193,142,192)
#C89CC7
(200,156,199)
#CFAACE
(207,170,206)
#D6B8D5
(214,184,213)
#DDC6DC
(221,198,220)
#E4D4E3
(228,212,227)
#EBE2EA
(235,226,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC64AB; }

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

This text font color is #AC64AB.


Background Color

.myBgColor { background-color: #AC64AB; }

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

This div background color is #AC64AB.


Border color

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

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

This div border color is #AC64AB.


Opacity

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

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

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

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

This text has shadow with #AC64AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC64AB on black background.


Color preview on white background

This text has color #AC64AB on white background.



Black color preview on #AC64AB background

This text has black color on #AC64AB background.


White color preview on #AC64AB background

This text has white color on #AC64AB background.