COLOR #AD457B

HEX: #AD457B RGB: (173,69,123)

Color info

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

RGB color model

#AD457B color RGB value is (173,69,123).

RGB: (173,69,123) (68%, 27%, 48%)

RGB channels and saturation

R 173 of 255 = 68%
G 69 of 255 = 27%
B 123 of 255 = 48%

173
69
123

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

Portions of RGB colors in percentages

R + G + B = 173 + 69 + 123 = 365 (100%)
R 173 of 365 ~ 47.4%
G 69 of 365 ~ 18.9%
B 123 of 365 ~ 33.7'%

%47.4
%18.9
%33.7

CMYK color model

#AD457B color CMYK value is (0,60,29,32).

  • cyan value is 0.00%
  • magenta value is 60.12%
  • yellow value is 28.90%
  • key color value is 32.16%

CMYK: (0,60,29,32)
C0M60Y29K32 (0%, 60%, 29%, 32%)
(0.00 / 0.60 / 0.29 / 0.32)

CMYK percentages

%0
%60.12
%28.9
%32.16

Codes

Color #AD457B in popluar color models

AD 45 7B
RGB 173 69 123
HSL 329° 42.98% 47.45%
HSB/HSV 329° 60.12% 67.84%
CMYK 0.00% 60.12% 28.90%
32.16%

Color #AD457B in popluar number systems.

HEX AD 45 7B
Decimal 173 69 123
Binary 10101101 1000101 1111011
Octal 255 105 173

Shades and tints

Shades of #AD457B

#AD457B
(173,69,123)
#9E3F70
(158,63,112)
#8F3965
(143,57,101)
#80335A
(128,51,90)
#712D4F
(113,45,79)
#622744
(98,39,68)
#532139
(83,33,57)
#441B2E
(68,27,46)
#351523
(53,21,35)
#260F18
(38,15,24)
#17090D
(23,9,13)
#000000
(0,0,0)

Tints of #AD457B

#AD457B
(173,69,123)
#B45587
(180,85,135)
#BB6593
(187,101,147)
#C2759F
(194,117,159)
#C985AB
(201,133,171)
#D095B7
(208,149,183)
#D7A5C3
(215,165,195)
#DEB5CF
(222,181,207)
#E5C5DB
(229,197,219)
#ECD5E7
(236,213,231)
#F3E5F3
(243,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD457B color. Also use rgb(173,69,123) instead hex code.

Text Font Color

.myTextColor { color: #AD457B; }

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

This text font color is #AD457B.

Background Color

.myBgColor { background-color: #AD457B; }

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

This div background color is #AD457B.

Border color

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

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

This div border color is #AD457B.

Opacity

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

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

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

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

This text has shadow with #AD457B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD457B.

Preview

Color preview on black background

This text has color #AD457B on black background.


Color preview on white background

This text has color #AD457B on white background.


Black color preview on #AD457B background

This text has black color on #AD457B background.


White color preview on #AD457B background

This text has white color on #AD457B background.


Related colors

Complementary color

Complementary color for #hex is #52BA84.


I love getcolorcode.com

Triadic colors

1 #7BAD45 and #457BAD with #AD457B are triadic colors.

2 #7B45AD and #45AD7B with #AD457B are triadic colors.