COLOR #AD73A8

HEX: #AD73A8 RGB: (173,115,168)

Color info

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

RGB color model

#AD73A8 color RGB value is (173,115,168).

RGB: (173,115,168) (68%, 45%, 66%)

RGB channels and saturation

R 173 of 255 = 68%
G 115 of 255 = 45%
B 168 of 255 = 66%

173
115
168

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

Portions of RGB colors in percentages

R + G + B = 173 + 115 + 168 = 456 (100%)
R 173 of 456 ~ 37.94%
G 115 of 456 ~ 25.22%
B 168 of 456 ~ 36.84'%

%37.94
%25.22
%36.84

CMYK color model

#AD73A8 color CMYK value is (0,34,3,32).

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

CMYK: (0,34,3,32)
C0M34Y3K32 (0%, 34%, 3%, 32%)
(0.00 / 0.34 / 0.03 / 0.32)

CMYK percentages

%0
%33.53
%2.89
%32.16

Codes

Color #AD73A8 in popluar color models

AD 73 A8
RGB 173 115 168
HSL 305° 26.13% 56.47%
HSB/HSV 305° 33.53% 67.84%
CMYK 0.00% 33.53% 2.89%
32.16%

Color #AD73A8 in popluar number systems.

HEX AD 73 A8
Decimal 173 115 168
Binary 10101101 1110011 10101000
Octal 255 163 250

Shades and tints

Shades of #AD73A8

#AD73A8
(173,115,168)
#9E6999
(158,105,153)
#8F5F8A
(143,95,138)
#80557B
(128,85,123)
#714B6C
(113,75,108)
#62415D
(98,65,93)
#53374E
(83,55,78)
#442D3F
(68,45,63)
#352330
(53,35,48)
#261921
(38,25,33)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #AD73A8

#AD73A8
(173,115,168)
#B47FAF
(180,127,175)
#BB8BB6
(187,139,182)
#C297BD
(194,151,189)
#C9A3C4
(201,163,196)
#D0AFCB
(208,175,203)
#D7BBD2
(215,187,210)
#DEC7D9
(222,199,217)
#E5D3E0
(229,211,224)
#ECDFE7
(236,223,231)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD73A8; }

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

This text font color is #AD73A8.

Background Color

.myBgColor { background-color: #AD73A8; }

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

This div background color is #AD73A8.

Border color

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

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

This div border color is #AD73A8.

Opacity

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

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

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

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

This text has shadow with #AD73A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD73A8.

Preview

Color preview on black background

This text has color #AD73A8 on black background.


Color preview on white background

This text has color #AD73A8 on white background.


Black color preview on #AD73A8 background

This text has black color on #AD73A8 background.


White color preview on #AD73A8 background

This text has white color on #AD73A8 background.


Related colors

Complementary color

Complementary color for #hex is #528C57.


I love getcolorcode.com

Triadic colors

1 #A8AD73 and #73A8AD with #AD73A8 are triadic colors.

2 #A873AD and #73ADA8 with #AD73A8 are triadic colors.