COLOR #AC62A2

HEX: #AC62A2 RGB: (172,98,162)

Color info

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

RGB color model

#AC62A2 color RGB value is (172,98,162).

RGB: (172,98,162) (67%, 38%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 98 of 255 = 38%
B 162 of 255 = 64%

172
98
162

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

Portions of RGB colors in percentages

R + G + B = 172 + 98 + 162 = 432 (100%)
R 172 of 432 ~ 39.81%
G 98 of 432 ~ 22.69%
B 162 of 432 ~ 37.5'%

%39.81
%22.69
%37.5

CMYK color model

#AC62A2 color CMYK value is (0,43,6,33).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 5.81%
  • key color value is 32.55%

CMYK: (0,43,6,33)
C0M43Y6K33 (0%, 43%, 6%, 33%)
(0.00 / 0.43 / 0.06 / 0.33)

CMYK percentages

%0
%43.02
%5.81
%32.55

Codes

Color #AC62A2 in popluar color models

AC 62 A2
RGB 172 98 162
HSL 308° 30.83% 52.94%
HSB/HSV 308° 43.02% 67.45%
CMYK 0.00% 43.02% 5.81%
32.55%

Color #AC62A2 in popluar number systems.

HEX AC 62 A2
Decimal 172 98 162
Binary 10101100 1100010 10100010
Octal 254 142 242

Shades and tints

Shades of #AC62A2

#AC62A2
(172,98,162)
#9D5A94
(157,90,148)
#8E5286
(142,82,134)
#7F4A78
(127,74,120)
#70426A
(112,66,106)
#613A5C
(97,58,92)
#52324E
(82,50,78)
#432A40
(67,42,64)
#342232
(52,34,50)
#251A24
(37,26,36)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #AC62A2

#AC62A2
(172,98,162)
#B370AA
(179,112,170)
#BA7EB2
(186,126,178)
#C18CBA
(193,140,186)
#C89AC2
(200,154,194)
#CFA8CA
(207,168,202)
#D6B6D2
(214,182,210)
#DDC4DA
(221,196,218)
#E4D2E2
(228,210,226)
#EBE0EA
(235,224,234)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC62A2 color. Also use rgb(172,98,162) instead hex code.

Text Font Color

.myTextColor { color: #AC62A2; }

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

This text font color is #AC62A2.

Background Color

.myBgColor { background-color: #AC62A2; }

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

This div background color is #AC62A2.

Border color

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

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

This div border color is #AC62A2.

Opacity

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

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

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

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

This text has shadow with #AC62A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC62A2.

Preview

Color preview on black background

This text has color #AC62A2 on black background.


Color preview on white background

This text has color #AC62A2 on white background.


Black color preview on #AC62A2 background

This text has black color on #AC62A2 background.


White color preview on #AC62A2 background

This text has white color on #AC62A2 background.


Related colors

Complementary color

Complementary color for #hex is #539D5D.


I love getcolorcode.com

Triadic colors

1 #A2AC62 and #62A2AC with #AC62A2 are triadic colors.

2 #A262AC and #62ACA2 with #AC62A2 are triadic colors.