COLOR #AC64B6

HEX: #AC64B6 RGB: (172,100,182)

Color info

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

RGB color model

#AC64B6 color RGB value is (172,100,182).

RGB: (172,100,182) (67%, 39%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 100 of 255 = 39%
B 182 of 255 = 71%

172
100
182

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

Portions of RGB colors in percentages

R + G + B = 172 + 100 + 182 = 454 (100%)
R 172 of 454 ~ 37.89%
G 100 of 454 ~ 22.03%
B 182 of 454 ~ 40.09'%

%37.89
%22.03
%40.09

CMYK color model

#AC64B6 color CMYK value is (5,45,0,29).

  • cyan value is 5.49%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (5,45,0,29)
C5M45Y0K29 (5%, 45%, 0%, 29%)
(0.05 / 0.45 / 0.00 / 0.29)

CMYK percentages

%5.49
%45.05
%0
%28.63

Codes

Color #AC64B6 in popluar color models

AC 64 B6
RGB 172 100 182
HSL 293° 35.96% 55.29%
HSB/HSV 293° 45.05% 71.37%
CMYK 5.49% 45.05% 0.00%
28.63%

Color #AC64B6 in popluar number systems.

HEX AC 64 B6
Decimal 172 100 182
Binary 10101100 1100100 10110110
Octal 254 144 266

Shades and tints

Shades of #AC64B6

#AC64B6
(172,100,182)
#9D5BA6
(157,91,166)
#8E5296
(142,82,150)
#7F4986
(127,73,134)
#704076
(112,64,118)
#613766
(97,55,102)
#522E56
(82,46,86)
#432546
(67,37,70)
#341C36
(52,28,54)
#251326
(37,19,38)
#160A16
(22,10,22)
#000000
(0,0,0)

Tints of #AC64B6

#AC64B6
(172,100,182)
#B372BC
(179,114,188)
#BA80C2
(186,128,194)
#C18EC8
(193,142,200)
#C89CCE
(200,156,206)
#CFAAD4
(207,170,212)
#D6B8DA
(214,184,218)
#DDC6E0
(221,198,224)
#E4D4E6
(228,212,230)
#EBE2EC
(235,226,236)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC64B6; }

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

This text font color is #AC64B6.

Background Color

.myBgColor { background-color: #AC64B6; }

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

This div background color is #AC64B6.

Border color

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

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

This div border color is #AC64B6.

Opacity

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

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

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

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

This text has shadow with #AC64B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC64B6.

Preview

Color preview on black background

This text has color #AC64B6 on black background.


Color preview on white background

This text has color #AC64B6 on white background.


Black color preview on #AC64B6 background

This text has black color on #AC64B6 background.


White color preview on #AC64B6 background

This text has white color on #AC64B6 background.


Related colors

Complementary color

Complementary color for #hex is #539B49.


I love getcolorcode.com

Triadic colors

1 #B6AC64 and #64B6AC with #AC64B6 are triadic colors.

2 #B664AC and #64ACB6 with #AC64B6 are triadic colors.