COLOR #AD6FD5

HEX: #AD6FD5 RGB: (173,111,213)

Color info

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

RGB color model

#AD6FD5 color RGB value is (173,111,213).

RGB: (173,111,213) (68%, 44%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 111 of 255 = 44%
B 213 of 255 = 84%

173
111
213

R + G + B ~ 65%. #AD6FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 111 + 213 = 497 (100%)
R 173 of 497 ~ 34.81%
G 111 of 497 ~ 22.33%
B 213 of 497 ~ 42.86'%

%34.81
%22.33
%42.86

CMYK color model

#AD6FD5 color CMYK value is (19,48,0,16).

  • cyan value is 18.78%
  • magenta value is 47.89%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (19,48,0,16)
C19M48Y0K16 (19%, 48%, 0%, 16%)
(0.19 / 0.48 / 0.00 / 0.16)

CMYK percentages

%18.78
%47.89
%0
%16.47

Codes

Color #AD6FD5 in popluar color models

AD 6F D5
RGB 173 111 213
HSL 276° 54.84% 63.53%
HSB/HSV 276° 47.89% 83.53%
CMYK 18.78% 47.89% 0.00%
16.47%

Color #AD6FD5 in popluar number systems.

HEX AD 6F D5
Decimal 173 111 213
Binary 10101101 1101111 11010101
Octal 255 157 325

Shades and tints

Shades of #AD6FD5

#AD6FD5
(173,111,213)
#9E65C2
(158,101,194)
#8F5BAF
(143,91,175)
#80519C
(128,81,156)
#714789
(113,71,137)
#623D76
(98,61,118)
#533363
(83,51,99)
#442950
(68,41,80)
#351F3D
(53,31,61)
#26152A
(38,21,42)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #AD6FD5

#AD6FD5
(173,111,213)
#B47CD8
(180,124,216)
#BB89DB
(187,137,219)
#C296DE
(194,150,222)
#C9A3E1
(201,163,225)
#D0B0E4
(208,176,228)
#D7BDE7
(215,189,231)
#DECAEA
(222,202,234)
#E5D7ED
(229,215,237)
#ECE4F0
(236,228,240)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6FD5; }

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

This text font color is #AD6FD5.

Background Color

.myBgColor { background-color: #AD6FD5; }

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

This div background color is #AD6FD5.

Border color

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

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

This div border color is #AD6FD5.

Opacity

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

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

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

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

This text has shadow with #AD6FD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6FD5.

Preview

Color preview on black background

This text has color #AD6FD5 on black background.


Color preview on white background

This text has color #AD6FD5 on white background.


Black color preview on #AD6FD5 background

This text has black color on #AD6FD5 background.


White color preview on #AD6FD5 background

This text has white color on #AD6FD5 background.


Related colors

Complementary color

Complementary color for #hex is #52902A.


I love getcolorcode.com

Triadic colors

1 #D5AD6F and #6FD5AD with #AD6FD5 are triadic colors.

2 #D56FAD and #6FADD5 with #AD6FD5 are triadic colors.