COLOR #AD6DBD

HEX: #AD6DBD
RGB: (173,109,189)

Color info

#AD6DBD contains mainly red and blue colors. Web safe color of #AD6DBD is #9966CC (or #96C).

RGB color model

#AD6DBD color RGB value is (173,109,189).

  • red value is 173;
  • green value is 109;
  • blue value is 189.
RGB:
(173,109,189)
(68%,43%,74%)

RGB channels and saturation

R 173 of 255 = 68%
G 109 of 255 = 43%
B 189 of 255 = 74%

173
109
189

R + G + B ~ 62%. #AD6DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 109 + 189 = 471 (100%)
R 173 of 471 ~ 36.73%
G 109 of 471 ~ 23.14%
B 189 of 471 ~ 40.13%

%36.73
%23.14
%40.13

CMYK color model

#AD6DBD color CMYK value is (8,42,0,26).

  • cyan value is 8.47%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,42,0,26)
C8M42Y0K26 
(8%,42%,0%,26%)
(0.08/0.42/0.00/0.26)	

CMYK percentages

%8.47
%42.33
%0
%25.88

Codes

Color #AD6DBD in popluar color models

AD6DBD
RGB173109189
HSL288°37.74%58.43%
HSB/HSV288°42.33%74.12%
CMYK8.47%42.33%0.00%
25.88%

Color #AD6DBD in popluar number systems.

HEXAD6DBD
Decimal173109189
Binary10101101110110110111101
Octal255155275

Shades and tints

Shades of #AD6DBD

#AD6DBD
(173,109,189)
#9E64AC
(158,100,172)
#8F5B9B
(143,91,155)
#80528A
(128,82,138)
#714979
(113,73,121)
#624068
(98,64,104)
#533757
(83,55,87)
#442E46
(68,46,70)
#352535
(53,37,53)
#261C24
(38,28,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #AD6DBD

#AD6DBD
(173,109,189)
#B47AC3
(180,122,195)
#BB87C9
(187,135,201)
#C294CF
(194,148,207)
#C9A1D5
(201,161,213)
#D0AEDB
(208,174,219)
#D7BBE1
(215,187,225)
#DEC8E7
(222,200,231)
#E5D5ED
(229,213,237)
#ECE2F3
(236,226,243)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6DBD color. Also use rgb(173,109,189) instead hex code.

Text Font Color

.myTextColor { color: #AD6DBD; }

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

This text font color is #AD6DBD.


Background Color

.myBgColor { background-color: #AD6DBD; }

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

This div background color is #AD6DBD.


Border color

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

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

This div border color is #AD6DBD.


Opacity

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

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

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

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

This text has shadow with #AD6DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6DBD on black background.


Color preview on white background

This text has color #AD6DBD on white background.



Black color preview on #AD6DBD background

This text has black color on #AD6DBD background.


White color preview on #AD6DBD background

This text has white color on #AD6DBD background.