COLOR #AD6593

HEX: #AD6593 RGB: (173,101,147)

Color info

#AD6593 contains mainly red and blue colors. Web safe color of #AD6593 is #996699 (or #969).

RGB color model

#AD6593 color RGB value is (173,101,147).

RGB: (173,101,147) (68%, 40%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 101 of 255 = 40%
B 147 of 255 = 58%

173
101
147

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

Portions of RGB colors in percentages

R + G + B = 173 + 101 + 147 = 421 (100%)
R 173 of 421 ~ 41.09%
G 101 of 421 ~ 23.99%
B 147 of 421 ~ 34.92'%

%41.09
%23.99
%34.92

CMYK color model

#AD6593 color CMYK value is (0,42,15,32).

  • cyan value is 0.00%
  • magenta value is 41.62%
  • yellow value is 15.03%
  • key color value is 32.16%

CMYK: (0,42,15,32)
C0M42Y15K32 (0%, 42%, 15%, 32%)
(0.00 / 0.42 / 0.15 / 0.32)

CMYK percentages

%0
%41.62
%15.03
%32.16

Codes

Color #AD6593 in popluar color models

AD 65 93
RGB 173 101 147
HSL 322° 30.51% 53.73%
HSB/HSV 322° 41.62% 67.84%
CMYK 0.00% 41.62% 15.03%
32.16%

Color #AD6593 in popluar number systems.

HEX AD 65 93
Decimal 173 101 147
Binary 10101101 1100101 10010011
Octal 255 145 223

Shades and tints

Shades of #AD6593

#AD6593
(173,101,147)
#9E5C86
(158,92,134)
#8F5379
(143,83,121)
#804A6C
(128,74,108)
#71415F
(113,65,95)
#623852
(98,56,82)
#532F45
(83,47,69)
#442638
(68,38,56)
#351D2B
(53,29,43)
#26141E
(38,20,30)
#170B11
(23,11,17)
#000000
(0,0,0)

Tints of #AD6593

#AD6593
(173,101,147)
#B4739C
(180,115,156)
#BB81A5
(187,129,165)
#C28FAE
(194,143,174)
#C99DB7
(201,157,183)
#D0ABC0
(208,171,192)
#D7B9C9
(215,185,201)
#DEC7D2
(222,199,210)
#E5D5DB
(229,213,219)
#ECE3E4
(236,227,228)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6593 color. Also use rgb(173,101,147) instead hex code.

Text Font Color

.myTextColor { color: #AD6593; }

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

This text font color is #AD6593.

Background Color

.myBgColor { background-color: #AD6593; }

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

This div background color is #AD6593.

Border color

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

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

This div border color is #AD6593.

Opacity

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

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

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

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

This text has shadow with #AD6593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6593.

Preview

Color preview on black background

This text has color #AD6593 on black background.


Color preview on white background

This text has color #AD6593 on white background.


Black color preview on #AD6593 background

This text has black color on #AD6593 background.


White color preview on #AD6593 background

This text has white color on #AD6593 background.


Related colors

Complementary color

Complementary color for #hex is #529A6C.


I love getcolorcode.com

Triadic colors

1 #93AD65 and #6593AD with #AD6593 are triadic colors.

2 #9365AD and #65AD93 with #AD6593 are triadic colors.