COLOR #AD6CA4

HEX: #AD6CA4
RGB: (173,108,164)

Color info

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

RGB color model

#AD6CA4 color RGB value is (173,108,164).

  • red value is 173;
  • green value is 108;
  • blue value is 164.
RGB:
(173,108,164)
(68%,42%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 108 of 255 = 42%
B 164 of 255 = 64%

173
108
164

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

Portions of RGB colors in percentages

R + G + B =
173 + 108 + 164 = 445 (100%)
R 173 of 445 ~ 38.88%
G 108 of 445 ~ 24.27%
B 164 of 445 ~ 36.85%

%38.88
%24.27
%36.85

CMYK color model

#AD6CA4 color CMYK value is (0,38,5,32).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 5.20%
  • key color value is 32.16%
CMYK:
(0,38,5,32)
C0M38Y5K32 
(0%,38%,5%,32%)
(0.00/0.38/0.05/0.32)	

CMYK percentages

%0
%37.57
%5.2
%32.16

Codes

Color #AD6CA4 in popluar color models

AD6CA4
RGB173108164
HSL308°28.38%55.10%
HSB/HSV308°37.57%67.84%
CMYK0.00%37.57%5.20%
32.16%

Color #AD6CA4 in popluar number systems.

HEXAD6CA4
Decimal173108164
Binary10101101110110010100100
Octal255154244

Shades and tints

Shades of #AD6CA4

#AD6CA4
(173,108,164)
#9E6396
(158,99,150)
#8F5A88
(143,90,136)
#80517A
(128,81,122)
#71486C
(113,72,108)
#623F5E
(98,63,94)
#533650
(83,54,80)
#442D42
(68,45,66)
#352434
(53,36,52)
#261B26
(38,27,38)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #AD6CA4

#AD6CA4
(173,108,164)
#B479AC
(180,121,172)
#BB86B4
(187,134,180)
#C293BC
(194,147,188)
#C9A0C4
(201,160,196)
#D0ADCC
(208,173,204)
#D7BAD4
(215,186,212)
#DEC7DC
(222,199,220)
#E5D4E4
(229,212,228)
#ECE1EC
(236,225,236)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6CA4; }

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

This text font color is #AD6CA4.


Background Color

.myBgColor { background-color: #AD6CA4; }

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

This div background color is #AD6CA4.


Border color

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

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

This div border color is #AD6CA4.


Opacity

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

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

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

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

This text has shadow with #AD6CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6CA4 on black background.


Color preview on white background

This text has color #AD6CA4 on white background.



Black color preview on #AD6CA4 background

This text has black color on #AD6CA4 background.


White color preview on #AD6CA4 background

This text has white color on #AD6CA4 background.