COLOR #AC65A8

HEX: #AC65A8 RGB: (172,101,168)

Color info

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

RGB color model

#AC65A8 color RGB value is (172,101,168).

RGB: (172,101,168) (67%, 40%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 101 of 255 = 40%
B 168 of 255 = 66%

172
101
168

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

Portions of RGB colors in percentages

R + G + B = 172 + 101 + 168 = 441 (100%)
R 172 of 441 ~ 39%
G 101 of 441 ~ 22.9%
B 168 of 441 ~ 38.1'%

%39
%22.9
%38.1

CMYK color model

#AC65A8 color CMYK value is (0,41,2,33).

  • cyan value is 0.00%
  • magenta value is 41.28%
  • yellow value is 2.33%
  • key color value is 32.55%

CMYK: (0,41,2,33)
C0M41Y2K33 (0%, 41%, 2%, 33%)
(0.00 / 0.41 / 0.02 / 0.33)

CMYK percentages

%0
%41.28
%2.33
%32.55

Codes

Color #AC65A8 in popluar color models

AC 65 A8
RGB 172 101 168
HSL 303° 29.96% 53.53%
HSB/HSV 303° 41.28% 67.45%
CMYK 0.00% 41.28% 2.33%
32.55%

Color #AC65A8 in popluar number systems.

HEX AC 65 A8
Decimal 172 101 168
Binary 10101100 1100101 10101000
Octal 254 145 250

Shades and tints

Shades of #AC65A8

#AC65A8
(172,101,168)
#9D5C99
(157,92,153)
#8E538A
(142,83,138)
#7F4A7B
(127,74,123)
#70416C
(112,65,108)
#61385D
(97,56,93)
#522F4E
(82,47,78)
#43263F
(67,38,63)
#341D30
(52,29,48)
#251421
(37,20,33)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #AC65A8

#AC65A8
(172,101,168)
#B373AF
(179,115,175)
#BA81B6
(186,129,182)
#C18FBD
(193,143,189)
#C89DC4
(200,157,196)
#CFABCB
(207,171,203)
#D6B9D2
(214,185,210)
#DDC7D9
(221,199,217)
#E4D5E0
(228,213,224)
#EBE3E7
(235,227,231)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC65A8; }

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

This text font color is #AC65A8.

Background Color

.myBgColor { background-color: #AC65A8; }

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

This div background color is #AC65A8.

Border color

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

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

This div border color is #AC65A8.

Opacity

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

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

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

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

This text has shadow with #AC65A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC65A8.

Preview

Color preview on black background

This text has color #AC65A8 on black background.


Color preview on white background

This text has color #AC65A8 on white background.


Black color preview on #AC65A8 background

This text has black color on #AC65A8 background.


White color preview on #AC65A8 background

This text has white color on #AC65A8 background.


Related colors

Complementary color

Complementary color for #hex is #539A57.


I love getcolorcode.com

Triadic colors

1 #A8AC65 and #65A8AC with #AC65A8 are triadic colors.

2 #A865AC and #65ACA8 with #AC65A8 are triadic colors.