COLOR #AD68A2

HEX: #AD68A2
RGB: (173,104,162)

Color info

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

RGB color model

#AD68A2 color RGB value is (173,104,162).

  • red value is 173;
  • green value is 104;
  • blue value is 162.
RGB:
(173,104,162)
(68%,41%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 104 of 255 = 41%
B 162 of 255 = 64%

173
104
162

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

Portions of RGB colors in percentages

R + G + B =
173 + 104 + 162 = 439 (100%)
R 173 of 439 ~ 39.41%
G 104 of 439 ~ 23.69%
B 162 of 439 ~ 36.9%

%39.41
%23.69
%36.9

CMYK color model

#AD68A2 color CMYK value is (0,40,6,32).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 6.36%
  • key color value is 32.16%
CMYK:
(0,40,6,32)
C0M40Y6K32 
(0%,40%,6%,32%)
(0.00/0.40/0.06/0.32)	

CMYK percentages

%0
%39.88
%6.36
%32.16

Codes

Color #AD68A2 in popluar color models

AD68A2
RGB173104162
HSL310°29.61%54.31%
HSB/HSV310°39.88%67.84%
CMYK0.00%39.88%6.36%
32.16%

Color #AD68A2 in popluar number systems.

HEXAD68A2
Decimal173104162
Binary10101101110100010100010
Octal255150242

Shades and tints

Shades of #AD68A2

#AD68A2
(173,104,162)
#9E5F94
(158,95,148)
#8F5686
(143,86,134)
#804D78
(128,77,120)
#71446A
(113,68,106)
#623B5C
(98,59,92)
#53324E
(83,50,78)
#442940
(68,41,64)
#352032
(53,32,50)
#261724
(38,23,36)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #AD68A2

#AD68A2
(173,104,162)
#B475AA
(180,117,170)
#BB82B2
(187,130,178)
#C28FBA
(194,143,186)
#C99CC2
(201,156,194)
#D0A9CA
(208,169,202)
#D7B6D2
(215,182,210)
#DEC3DA
(222,195,218)
#E5D0E2
(229,208,226)
#ECDDEA
(236,221,234)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD68A2; }

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

This text font color is #AD68A2.


Background Color

.myBgColor { background-color: #AD68A2; }

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

This div background color is #AD68A2.


Border color

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

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

This div border color is #AD68A2.


Opacity

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

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

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

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

This text has shadow with #AD68A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD68A2 on black background.


Color preview on white background

This text has color #AD68A2 on white background.



Black color preview on #AD68A2 background

This text has black color on #AD68A2 background.


White color preview on #AD68A2 background

This text has white color on #AD68A2 background.