COLOR #AD497F

HEX: #AD497F
RGB: (173,73,127)

Color info

#AD497F contains mainly red and blue colors. Web safe color of #AD497F is #993366 (or #936).

RGB color model

#AD497F color RGB value is (173,73,127).

  • red value is 173;
  • green value is 73;
  • blue value is 127.
RGB:
(173,73,127)
(68%,29%,50%)

RGB channels and saturation

R 173 of 255 = 68%
G 73 of 255 = 29%
B 127 of 255 = 50%

173
73
127

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

Portions of RGB colors in percentages

R + G + B =
173 + 73 + 127 = 373 (100%)
R 173 of 373 ~ 46.38%
G 73 of 373 ~ 19.57%
B 127 of 373 ~ 34.05%

%46.38
%19.57
%34.05

CMYK color model

#AD497F color CMYK value is (0,58,27,32).

  • cyan value is 0.00%
  • magenta value is 57.80%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(0,58,27,32)
C0M58Y27K32 
(0%,58%,27%,32%)
(0.00/0.58/0.27/0.32)	

CMYK percentages

%0
%57.8
%26.59
%32.16

Codes

Color #AD497F in popluar color models

AD497F
RGB17373127
HSL328°40.65%48.24%
HSB/HSV328°57.80%67.84%
CMYK0.00%57.80%26.59%
32.16%

Color #AD497F in popluar number systems.

HEXAD497F
Decimal17373127
Binary1010110110010011111111
Octal255111177

Shades and tints

Shades of #AD497F

#AD497F
(173,73,127)
#9E4374
(158,67,116)
#8F3D69
(143,61,105)
#80375E
(128,55,94)
#713153
(113,49,83)
#622B48
(98,43,72)
#53253D
(83,37,61)
#441F32
(68,31,50)
#351927
(53,25,39)
#26131C
(38,19,28)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #AD497F

#AD497F
(173,73,127)
#B4598A
(180,89,138)
#BB6995
(187,105,149)
#C279A0
(194,121,160)
#C989AB
(201,137,171)
#D099B6
(208,153,182)
#D7A9C1
(215,169,193)
#DEB9CC
(222,185,204)
#E5C9D7
(229,201,215)
#ECD9E2
(236,217,226)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD497F color. Also use rgb(173,73,127) instead hex code.

Text Font Color

.myTextColor { color: #AD497F; }

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

This text font color is #AD497F.


Background Color

.myBgColor { background-color: #AD497F; }

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

This div background color is #AD497F.


Border color

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

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

This div border color is #AD497F.


Opacity

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

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

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

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

This text has shadow with #AD497F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD497F on black background.


Color preview on white background

This text has color #AD497F on white background.



Black color preview on #AD497F background

This text has black color on #AD497F background.


White color preview on #AD497F background

This text has white color on #AD497F background.