COLOR #AC65BA

HEX: #AC65BA
RGB: (172,101,186)

Color info

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

RGB color model

#AC65BA color RGB value is (172,101,186).

  • red value is 172;
  • green value is 101;
  • blue value is 186.
RGB:
(172,101,186)
(67%,40%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 101 of 255 = 40%
B 186 of 255 = 73%

172
101
186

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

Portions of RGB colors in percentages

R + G + B =
172 + 101 + 186 = 459 (100%)
R 172 of 459 ~ 37.47%
G 101 of 459 ~ 22%
B 186 of 459 ~ 40.52%

%37.47
%22
%40.52

CMYK color model

#AC65BA color CMYK value is (8,46,0,27).

  • cyan value is 7.53%
  • magenta value is 45.70%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,46,0,27)
C8M46Y0K27 
(8%,46%,0%,27%)
(0.08/0.46/0.00/0.27)	

CMYK percentages

%7.53
%45.7
%0
%27.06

Codes

Color #AC65BA in popluar color models

AC65BA
RGB172101186
HSL290°38.12%56.27%
HSB/HSV290°45.70%72.94%
CMYK7.53%45.70%0.00%
27.06%

Color #AC65BA in popluar number systems.

HEXAC65BA
Decimal172101186
Binary10101100110010110111010
Octal254145272

Shades and tints

Shades of #AC65BA

#AC65BA
(172,101,186)
#9D5CAA
(157,92,170)
#8E539A
(142,83,154)
#7F4A8A
(127,74,138)
#70417A
(112,65,122)
#61386A
(97,56,106)
#522F5A
(82,47,90)
#43264A
(67,38,74)
#341D3A
(52,29,58)
#25142A
(37,20,42)
#160B1A
(22,11,26)
#000000
(0,0,0)

Tints of #AC65BA

#AC65BA
(172,101,186)
#B373C0
(179,115,192)
#BA81C6
(186,129,198)
#C18FCC
(193,143,204)
#C89DD2
(200,157,210)
#CFABD8
(207,171,216)
#D6B9DE
(214,185,222)
#DDC7E4
(221,199,228)
#E4D5EA
(228,213,234)
#EBE3F0
(235,227,240)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC65BA color. Also use rgb(172,101,186) instead hex code.

Text Font Color

.myTextColor { color: #AC65BA; }

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

This text font color is #AC65BA.


Background Color

.myBgColor { background-color: #AC65BA; }

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

This div background color is #AC65BA.


Border color

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

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

This div border color is #AC65BA.


Opacity

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

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

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

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

This text has shadow with #AC65BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC65BA on black background.


Color preview on white background

This text has color #AC65BA on white background.



Black color preview on #AC65BA background

This text has black color on #AC65BA background.


White color preview on #AC65BA background

This text has white color on #AC65BA background.