COLOR #AD517A

HEX: #AD517A RGB: (173,81,122)

Color info

#AD517A contains mainly red and blue colors. Web safe color of #AD517A is #996666 (or #966).

RGB color model

#AD517A color RGB value is (173,81,122).

RGB: (173,81,122) (68%, 32%, 48%)

RGB channels and saturation

R 173 of 255 = 68%
G 81 of 255 = 32%
B 122 of 255 = 48%

173
81
122

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

Portions of RGB colors in percentages

R + G + B = 173 + 81 + 122 = 376 (100%)
R 173 of 376 ~ 46.01%
G 81 of 376 ~ 21.54%
B 122 of 376 ~ 32.45'%

%46.01
%21.54
%32.45

CMYK color model

#AD517A color CMYK value is (0,53,29,32).

  • cyan value is 0.00%
  • magenta value is 53.18%
  • yellow value is 29.48%
  • key color value is 32.16%

CMYK: (0,53,29,32)
C0M53Y29K32 (0%, 53%, 29%, 32%)
(0.00 / 0.53 / 0.29 / 0.32)

CMYK percentages

%0
%53.18
%29.48
%32.16

Codes

Color #AD517A in popluar color models

AD 51 7A
RGB 173 81 122
HSL 333° 36.22% 49.80%
HSB/HSV 333° 53.18% 67.84%
CMYK 0.00% 53.18% 29.48%
32.16%

Color #AD517A in popluar number systems.

HEX AD 51 7A
Decimal 173 81 122
Binary 10101101 1010001 1111010
Octal 255 121 172

Shades and tints

Shades of #AD517A

#AD517A
(173,81,122)
#9E4A6F
(158,74,111)
#8F4364
(143,67,100)
#803C59
(128,60,89)
#71354E
(113,53,78)
#622E43
(98,46,67)
#532738
(83,39,56)
#44202D
(68,32,45)
#351922
(53,25,34)
#261217
(38,18,23)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #AD517A

#AD517A
(173,81,122)
#B46086
(180,96,134)
#BB6F92
(187,111,146)
#C27E9E
(194,126,158)
#C98DAA
(201,141,170)
#D09CB6
(208,156,182)
#D7ABC2
(215,171,194)
#DEBACE
(222,186,206)
#E5C9DA
(229,201,218)
#ECD8E6
(236,216,230)
#F3E7F2
(243,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD517A color. Also use rgb(173,81,122) instead hex code.

Text Font Color

.myTextColor { color: #AD517A; }

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

This text font color is #AD517A.

Background Color

.myBgColor { background-color: #AD517A; }

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

This div background color is #AD517A.

Border color

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

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

This div border color is #AD517A.

Opacity

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

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

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

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

This text has shadow with #AD517A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD517A.

Preview

Color preview on black background

This text has color #AD517A on black background.


Color preview on white background

This text has color #AD517A on white background.


Black color preview on #AD517A background

This text has black color on #AD517A background.


White color preview on #AD517A background

This text has white color on #AD517A background.


Related colors

Complementary color

Complementary color for #hex is #52AE85.


I love getcolorcode.com

Triadic colors

1 #7AAD51 and #517AAD with #AD517A are triadic colors.

2 #7A51AD and #51AD7A with #AD517A are triadic colors.