COLOR #AD6ECC

HEX: #AD6ECC RGB: (173,110,204)

Color info

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

RGB color model

#AD6ECC color RGB value is (173,110,204).

RGB: (173,110,204) (68%, 43%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 110 of 255 = 43%
B 204 of 255 = 80%

173
110
204

R + G + B ~ 64%. #AD6ECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 110 + 204 = 487 (100%)
R 173 of 487 ~ 35.52%
G 110 of 487 ~ 22.59%
B 204 of 487 ~ 41.89'%

%35.52
%22.59
%41.89

CMYK color model

#AD6ECC color CMYK value is (15,46,0,20).

  • cyan value is 15.20%
  • magenta value is 46.08%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (15,46,0,20)
C15M46Y0K20 (15%, 46%, 0%, 20%)
(0.15 / 0.46 / 0.00 / 0.20)

CMYK percentages

%15.2
%46.08
%0
%20

Codes

Color #AD6ECC in popluar color models

AD 6E CC
RGB 173 110 204
HSL 280° 47.96% 61.57%
HSB/HSV 280° 46.08% 80.00%
CMYK 15.20% 46.08% 0.00%
20.00%

Color #AD6ECC in popluar number systems.

HEX AD 6E CC
Decimal 173 110 204
Binary 10101101 1101110 11001100
Octal 255 156 314

Shades and tints

Shades of #AD6ECC

#AD6ECC
(173,110,204)
#9E64BA
(158,100,186)
#8F5AA8
(143,90,168)
#805096
(128,80,150)
#714684
(113,70,132)
#623C72
(98,60,114)
#533260
(83,50,96)
#44284E
(68,40,78)
#351E3C
(53,30,60)
#26142A
(38,20,42)
#170A18
(23,10,24)
#000000
(0,0,0)

Tints of #AD6ECC

#AD6ECC
(173,110,204)
#B47BD0
(180,123,208)
#BB88D4
(187,136,212)
#C295D8
(194,149,216)
#C9A2DC
(201,162,220)
#D0AFE0
(208,175,224)
#D7BCE4
(215,188,228)
#DEC9E8
(222,201,232)
#E5D6EC
(229,214,236)
#ECE3F0
(236,227,240)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6ECC; }

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

This text font color is #AD6ECC.

Background Color

.myBgColor { background-color: #AD6ECC; }

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

This div background color is #AD6ECC.

Border color

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

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

This div border color is #AD6ECC.

Opacity

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

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

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

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

This text has shadow with #AD6ECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6ECC.

Preview

Color preview on black background

This text has color #AD6ECC on black background.


Color preview on white background

This text has color #AD6ECC on white background.


Black color preview on #AD6ECC background

This text has black color on #AD6ECC background.


White color preview on #AD6ECC background

This text has white color on #AD6ECC background.


Related colors

Complementary color

Complementary color for #hex is #529133.


I love getcolorcode.com

Triadic colors

1 #CCAD6E and #6ECCAD with #AD6ECC are triadic colors.

2 #CC6EAD and #6EADCC with #AD6ECC are triadic colors.