COLOR #AC7099

HEX: #AC7099 RGB: (172,112,153)

Color info

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

RGB color model

#AC7099 color RGB value is (172,112,153).

RGB: (172,112,153) (67%, 44%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 112 of 255 = 44%
B 153 of 255 = 60%

172
112
153

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

Portions of RGB colors in percentages

R + G + B = 172 + 112 + 153 = 437 (100%)
R 172 of 437 ~ 39.36%
G 112 of 437 ~ 25.63%
B 153 of 437 ~ 35.01'%

%39.36
%25.63
%35.01

CMYK color model

#AC7099 color CMYK value is (0,35,11,33).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 11.05%
  • key color value is 32.55%

CMYK: (0,35,11,33)
C0M35Y11K33 (0%, 35%, 11%, 33%)
(0.00 / 0.35 / 0.11 / 0.33)

CMYK percentages

%0
%34.88
%11.05
%32.55

Codes

Color #AC7099 in popluar color models

AC 70 99
RGB 172 112 153
HSL 319° 26.55% 55.69%
HSB/HSV 319° 34.88% 67.45%
CMYK 0.00% 34.88% 11.05%
32.55%

Color #AC7099 in popluar number systems.

HEX AC 70 99
Decimal 172 112 153
Binary 10101100 1110000 10011001
Octal 254 160 231

Shades and tints

Shades of #AC7099

#AC7099
(172,112,153)
#9D668C
(157,102,140)
#8E5C7F
(142,92,127)
#7F5272
(127,82,114)
#704865
(112,72,101)
#613E58
(97,62,88)
#52344B
(82,52,75)
#432A3E
(67,42,62)
#342031
(52,32,49)
#251624
(37,22,36)
#160C17
(22,12,23)
#000000
(0,0,0)

Tints of #AC7099

#AC7099
(172,112,153)
#B37DA2
(179,125,162)
#BA8AAB
(186,138,171)
#C197B4
(193,151,180)
#C8A4BD
(200,164,189)
#CFB1C6
(207,177,198)
#D6BECF
(214,190,207)
#DDCBD8
(221,203,216)
#E4D8E1
(228,216,225)
#EBE5EA
(235,229,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7099 color. Also use rgb(172,112,153) instead hex code.

Text Font Color

.myTextColor { color: #AC7099; }

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

This text font color is #AC7099.

Background Color

.myBgColor { background-color: #AC7099; }

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

This div background color is #AC7099.

Border color

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

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

This div border color is #AC7099.

Opacity

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

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

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

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

This text has shadow with #AC7099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7099.

Preview

Color preview on black background

This text has color #AC7099 on black background.


Color preview on white background

This text has color #AC7099 on white background.


Black color preview on #AC7099 background

This text has black color on #AC7099 background.


White color preview on #AC7099 background

This text has white color on #AC7099 background.


Related colors

Complementary color

Complementary color for #hex is #538F66.


I love getcolorcode.com

Triadic colors

1 #99AC70 and #7099AC with #AC7099 are triadic colors.

2 #9970AC and #70AC99 with #AC7099 are triadic colors.