COLOR #AD73A6

HEX: #AD73A6 RGB: (173,115,166)

Color info

#AD73A6 contains red, green and blue colors in about the same proportion. Web safe color of #AD73A6 is #996699 (or #969).

RGB color model

#AD73A6 color RGB value is (173,115,166).

RGB: (173,115,166) (68%, 45%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 115 of 255 = 45%
B 166 of 255 = 65%

173
115
166

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

Portions of RGB colors in percentages

R + G + B = 173 + 115 + 166 = 454 (100%)
R 173 of 454 ~ 38.11%
G 115 of 454 ~ 25.33%
B 166 of 454 ~ 36.56'%

%38.11
%25.33
%36.56

CMYK color model

#AD73A6 color CMYK value is (0,34,4,32).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 4.05%
  • key color value is 32.16%

CMYK: (0,34,4,32)
C0M34Y4K32 (0%, 34%, 4%, 32%)
(0.00 / 0.34 / 0.04 / 0.32)

CMYK percentages

%0
%33.53
%4.05
%32.16

Codes

Color #AD73A6 in popluar color models

AD 73 A6
RGB 173 115 166
HSL 307° 26.13% 56.47%
HSB/HSV 307° 33.53% 67.84%
CMYK 0.00% 33.53% 4.05%
32.16%

Color #AD73A6 in popluar number systems.

HEX AD 73 A6
Decimal 173 115 166
Binary 10101101 1110011 10100110
Octal 255 163 246

Shades and tints

Shades of #AD73A6

#AD73A6
(173,115,166)
#9E6997
(158,105,151)
#8F5F88
(143,95,136)
#805579
(128,85,121)
#714B6A
(113,75,106)
#62415B
(98,65,91)
#53374C
(83,55,76)
#442D3D
(68,45,61)
#35232E
(53,35,46)
#26191F
(38,25,31)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD73A6

#AD73A6
(173,115,166)
#B47FAE
(180,127,174)
#BB8BB6
(187,139,182)
#C297BE
(194,151,190)
#C9A3C6
(201,163,198)
#D0AFCE
(208,175,206)
#D7BBD6
(215,187,214)
#DEC7DE
(222,199,222)
#E5D3E6
(229,211,230)
#ECDFEE
(236,223,238)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD73A6 color. Also use rgb(173,115,166) instead hex code.

Text Font Color

.myTextColor { color: #AD73A6; }

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

This text font color is #AD73A6.

Background Color

.myBgColor { background-color: #AD73A6; }

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

This div background color is #AD73A6.

Border color

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

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

This div border color is #AD73A6.

Opacity

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

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

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

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

This text has shadow with #AD73A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD73A6.

Preview

Color preview on black background

This text has color #AD73A6 on black background.


Color preview on white background

This text has color #AD73A6 on white background.


Black color preview on #AD73A6 background

This text has black color on #AD73A6 background.


White color preview on #AD73A6 background

This text has white color on #AD73A6 background.


Related colors

Complementary color

Complementary color for #hex is #528C59.


I love getcolorcode.com

Triadic colors

1 #A6AD73 and #73A6AD with #AD73A6 are triadic colors.

2 #A673AD and #73ADA6 with #AD73A6 are triadic colors.