COLOR #AD6BD7

HEX: #AD6BD7 RGB: (173,107,215)

Color info

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

RGB color model

#AD6BD7 color RGB value is (173,107,215).

RGB: (173,107,215) (68%, 42%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 107 of 255 = 42%
B 215 of 255 = 84%

173
107
215

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

Portions of RGB colors in percentages

R + G + B = 173 + 107 + 215 = 495 (100%)
R 173 of 495 ~ 34.95%
G 107 of 495 ~ 21.62%
B 215 of 495 ~ 43.43'%

%34.95
%21.62
%43.43

CMYK color model

#AD6BD7 color CMYK value is (20,50,0,16).

  • cyan value is 19.53%
  • magenta value is 50.23%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (20,50,0,16)
C20M50Y0K16 (20%, 50%, 0%, 16%)
(0.20 / 0.50 / 0.00 / 0.16)

CMYK percentages

%19.53
%50.23
%0
%15.69

Codes

Color #AD6BD7 in popluar color models

AD 6B D7
RGB 173 107 215
HSL 277° 57.45% 63.14%
HSB/HSV 277° 50.23% 84.31%
CMYK 19.53% 50.23% 0.00%
15.69%

Color #AD6BD7 in popluar number systems.

HEX AD 6B D7
Decimal 173 107 215
Binary 10101101 1101011 11010111
Octal 255 153 327

Shades and tints

Shades of #AD6BD7

#AD6BD7
(173,107,215)
#9E62C4
(158,98,196)
#8F59B1
(143,89,177)
#80509E
(128,80,158)
#71478B
(113,71,139)
#623E78
(98,62,120)
#533565
(83,53,101)
#442C52
(68,44,82)
#35233F
(53,35,63)
#261A2C
(38,26,44)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #AD6BD7

#AD6BD7
(173,107,215)
#B478DA
(180,120,218)
#BB85DD
(187,133,221)
#C292E0
(194,146,224)
#C99FE3
(201,159,227)
#D0ACE6
(208,172,230)
#D7B9E9
(215,185,233)
#DEC6EC
(222,198,236)
#E5D3EF
(229,211,239)
#ECE0F2
(236,224,242)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6BD7; }

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

This text font color is #AD6BD7.

Background Color

.myBgColor { background-color: #AD6BD7; }

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

This div background color is #AD6BD7.

Border color

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

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

This div border color is #AD6BD7.

Opacity

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

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

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

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

This text has shadow with #AD6BD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6BD7.

Preview

Color preview on black background

This text has color #AD6BD7 on black background.


Color preview on white background

This text has color #AD6BD7 on white background.


Black color preview on #AD6BD7 background

This text has black color on #AD6BD7 background.


White color preview on #AD6BD7 background

This text has white color on #AD6BD7 background.


Related colors

Complementary color

Complementary color for #hex is #529428.


I love getcolorcode.com

Triadic colors

1 #D7AD6B and #6BD7AD with #AD6BD7 are triadic colors.

2 #D76BAD and #6BADD7 with #AD6BD7 are triadic colors.