COLOR #AD8AAD

HEX: #AD8AAD
RGB: (173,138,173)

Color info

#AD8AAD contains red, green and blue colors in about the same proportion. Web safe color of #AD8AAD is #999999 (or #999).

RGB color model

#AD8AAD color RGB value is (173,138,173).

  • red value is 173;
  • green value is 138;
  • blue value is 173.
RGB:
(173,138,173)
(68%,54%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 138 of 255 = 54%
B 173 of 255 = 68%

173
138
173

R + G + B ~ 63%. #AD8AAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 138 + 173 = 484 (100%)
R 173 of 484 ~ 35.74%
G 138 of 484 ~ 28.51%
B 173 of 484 ~ 35.74%

%35.74
%28.51
%35.74

CMYK color model

#AD8AAD color CMYK value is (0,20,0,32).

  • cyan value is 0.00%
  • magenta value is 20.23%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(0,20,0,32)
C0M20Y0K32 
(0%,20%,0%,32%)
(0.00/0.20/0.00/0.32)	

CMYK percentages

%0
%20.23
%0
%32.16

Codes

Color #AD8AAD in popluar color models

AD8AAD
RGB173138173
HSL300°17.59%60.98%
HSB/HSV300°20.23%67.84%
CMYK0.00%20.23%0.00%
32.16%

Color #AD8AAD in popluar number systems.

HEXAD8AAD
Decimal173138173
Binary101011011000101010101101
Octal255212255

Shades and tints

Shades of #AD8AAD

#AD8AAD
(173,138,173)
#9E7E9E
(158,126,158)
#8F728F
(143,114,143)
#806680
(128,102,128)
#715A71
(113,90,113)
#624E62
(98,78,98)
#534253
(83,66,83)
#443644
(68,54,68)
#352A35
(53,42,53)
#261E26
(38,30,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #AD8AAD

#AD8AAD
(173,138,173)
#B494B4
(180,148,180)
#BB9EBB
(187,158,187)
#C2A8C2
(194,168,194)
#C9B2C9
(201,178,201)
#D0BCD0
(208,188,208)
#D7C6D7
(215,198,215)
#DED0DE
(222,208,222)
#E5DAE5
(229,218,229)
#ECE4EC
(236,228,236)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8AAD; }

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

This text font color is #AD8AAD.


Background Color

.myBgColor { background-color: #AD8AAD; }

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

This div background color is #AD8AAD.


Border color

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

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

This div border color is #AD8AAD.


Opacity

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

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

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

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

This text has shadow with #AD8AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8AAD on black background.


Color preview on white background

This text has color #AD8AAD on white background.



Black color preview on #AD8AAD background

This text has black color on #AD8AAD background.


White color preview on #AD8AAD background

This text has white color on #AD8AAD background.