COLOR #AD6393

HEX: #AD6393
RGB: (173,99,147)

Color info

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

RGB color model

#AD6393 color RGB value is (173,99,147).

  • red value is 173;
  • green value is 99;
  • blue value is 147.
RGB:
(173,99,147)
(68%,39%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 147 of 255 = 58%

173
99
147

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

Portions of RGB colors in percentages

R + G + B =
173 + 99 + 147 = 419 (100%)
R 173 of 419 ~ 41.29%
G 99 of 419 ~ 23.63%
B 147 of 419 ~ 35.08%

%41.29
%23.63
%35.08

CMYK color model

#AD6393 color CMYK value is (0,43,15,32).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(0,43,15,32)
C0M43Y15K32 
(0%,43%,15%,32%)
(0.00/0.43/0.15/0.32)	

CMYK percentages

%0
%42.77
%15.03
%32.16

Codes

Color #AD6393 in popluar color models

AD6393
RGB17399147
HSL321°31.09%53.33%
HSB/HSV321°42.77%67.84%
CMYK0.00%42.77%15.03%
32.16%

Color #AD6393 in popluar number systems.

HEXAD6393
Decimal17399147
Binary10101101110001110010011
Octal255143223

Shades and tints

Shades of #AD6393

#AD6393
(173,99,147)
#9E5A86
(158,90,134)
#8F5179
(143,81,121)
#80486C
(128,72,108)
#713F5F
(113,63,95)
#623652
(98,54,82)
#532D45
(83,45,69)
#442438
(68,36,56)
#351B2B
(53,27,43)
#26121E
(38,18,30)
#170911
(23,9,17)
#000000
(0,0,0)

Tints of #AD6393

#AD6393
(173,99,147)
#B4719C
(180,113,156)
#BB7FA5
(187,127,165)
#C28DAE
(194,141,174)
#C99BB7
(201,155,183)
#D0A9C0
(208,169,192)
#D7B7C9
(215,183,201)
#DEC5D2
(222,197,210)
#E5D3DB
(229,211,219)
#ECE1E4
(236,225,228)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6393; }

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

This text font color is #AD6393.


Background Color

.myBgColor { background-color: #AD6393; }

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

This div background color is #AD6393.


Border color

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

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

This div border color is #AD6393.


Opacity

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

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

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

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

This text has shadow with #AD6393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6393 on black background.


Color preview on white background

This text has color #AD6393 on white background.



Black color preview on #AD6393 background

This text has black color on #AD6393 background.


White color preview on #AD6393 background

This text has white color on #AD6393 background.