COLOR #AC64C9

HEX: #AC64C9
RGB: (172,100,201)

Color info

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

RGB color model

#AC64C9 color RGB value is (172,100,201).

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

RGB channels and saturation

R 172 of 255 = 67%
G 100 of 255 = 39%
B 201 of 255 = 79%

172
100
201

R + G + B ~ 62%. #AC64C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 100 + 201 = 473 (100%)
R 172 of 473 ~ 36.36%
G 100 of 473 ~ 21.14%
B 201 of 473 ~ 42.49%

%36.36
%21.14
%42.49

CMYK color model

#AC64C9 color CMYK value is (14,50,0,21).

  • cyan value is 14.43%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(14,50,0,21)
C14M50Y0K21 
(14%,50%,0%,21%)
(0.14/0.50/0.00/0.21)	

CMYK percentages

%14.43
%50.25
%0
%21.18

Codes

Color #AC64C9 in popluar color models

AC64C9
RGB172100201
HSL283°48.33%59.02%
HSB/HSV283°50.25%78.82%
CMYK14.43%50.25%0.00%
21.18%

Color #AC64C9 in popluar number systems.

HEXAC64C9
Decimal172100201
Binary10101100110010011001001
Octal254144311

Shades and tints

Shades of #AC64C9

#AC64C9
(172,100,201)
#9D5BB7
(157,91,183)
#8E52A5
(142,82,165)
#7F4993
(127,73,147)
#704081
(112,64,129)
#61376F
(97,55,111)
#522E5D
(82,46,93)
#43254B
(67,37,75)
#341C39
(52,28,57)
#251327
(37,19,39)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #AC64C9

#AC64C9
(172,100,201)
#B372CD
(179,114,205)
#BA80D1
(186,128,209)
#C18ED5
(193,142,213)
#C89CD9
(200,156,217)
#CFAADD
(207,170,221)
#D6B8E1
(214,184,225)
#DDC6E5
(221,198,229)
#E4D4E9
(228,212,233)
#EBE2ED
(235,226,237)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC64C9; }

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

This text font color is #AC64C9.


Background Color

.myBgColor { background-color: #AC64C9; }

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

This div background color is #AC64C9.


Border color

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

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

This div border color is #AC64C9.


Opacity

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

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

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

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

This text has shadow with #AC64C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC64C9 on black background.


Color preview on white background

This text has color #AC64C9 on white background.



Black color preview on #AC64C9 background

This text has black color on #AC64C9 background.


White color preview on #AC64C9 background

This text has white color on #AC64C9 background.