COLOR #AD4690

HEX: #AD4690 RGB: (173,70,144)

Color info

#AD4690 contains mainly red and blue colors. Web safe color of #AD4690 is #993399 (or #939).

RGB color model

#AD4690 color RGB value is (173,70,144).

RGB: (173,70,144) (68%, 27%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 70 of 255 = 27%
B 144 of 255 = 56%

173
70
144

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

Portions of RGB colors in percentages

R + G + B = 173 + 70 + 144 = 387 (100%)
R 173 of 387 ~ 44.7%
G 70 of 387 ~ 18.09%
B 144 of 387 ~ 37.21'%

%44.7
%18.09
%37.21

CMYK color model

#AD4690 color CMYK value is (0,60,17,32).

  • cyan value is 0.00%
  • magenta value is 59.54%
  • yellow value is 16.76%
  • key color value is 32.16%

CMYK: (0,60,17,32)
C0M60Y17K32 (0%, 60%, 17%, 32%)
(0.00 / 0.60 / 0.17 / 0.32)

CMYK percentages

%0
%59.54
%16.76
%32.16

Codes

Color #AD4690 in popluar color models

AD 46 90
RGB 173 70 144
HSL 317° 42.39% 47.65%
HSB/HSV 317° 59.54% 67.84%
CMYK 0.00% 59.54% 16.76%
32.16%

Color #AD4690 in popluar number systems.

HEX AD 46 90
Decimal 173 70 144
Binary 10101101 1000110 10010000
Octal 255 106 220

Shades and tints

Shades of #AD4690

#AD4690
(173,70,144)
#9E4083
(158,64,131)
#8F3A76
(143,58,118)
#803469
(128,52,105)
#712E5C
(113,46,92)
#62284F
(98,40,79)
#532242
(83,34,66)
#441C35
(68,28,53)
#351628
(53,22,40)
#26101B
(38,16,27)
#170A0E
(23,10,14)
#000000
(0,0,0)

Tints of #AD4690

#AD4690
(173,70,144)
#B4569A
(180,86,154)
#BB66A4
(187,102,164)
#C276AE
(194,118,174)
#C986B8
(201,134,184)
#D096C2
(208,150,194)
#D7A6CC
(215,166,204)
#DEB6D6
(222,182,214)
#E5C6E0
(229,198,224)
#ECD6EA
(236,214,234)
#F3E6F4
(243,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4690 color. Also use rgb(173,70,144) instead hex code.

Text Font Color

.myTextColor { color: #AD4690; }

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

This text font color is #AD4690.

Background Color

.myBgColor { background-color: #AD4690; }

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

This div background color is #AD4690.

Border color

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

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

This div border color is #AD4690.

Opacity

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

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

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

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

This text has shadow with #AD4690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD4690.

Preview

Color preview on black background

This text has color #AD4690 on black background.


Color preview on white background

This text has color #AD4690 on white background.


Black color preview on #AD4690 background

This text has black color on #AD4690 background.


White color preview on #AD4690 background

This text has white color on #AD4690 background.


Related colors

Complementary color

Complementary color for #hex is #52B96F.


I love getcolorcode.com

Triadic colors

1 #90AD46 and #4690AD with #AD4690 are triadic colors.

2 #9046AD and #46AD90 with #AD4690 are triadic colors.