COLOR #AD6BD3

HEX: #AD6BD3
RGB: (173,107,211)

Color info

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

RGB color model

#AD6BD3 color RGB value is (173,107,211).

  • red value is 173;
  • green value is 107;
  • blue value is 211.
RGB:
(173,107,211)
(68%,42%,83%)

RGB channels and saturation

R 173 of 255 = 68%
G 107 of 255 = 42%
B 211 of 255 = 83%

173
107
211

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

Portions of RGB colors in percentages

R + G + B =
173 + 107 + 211 = 491 (100%)
R 173 of 491 ~ 35.23%
G 107 of 491 ~ 21.79%
B 211 of 491 ~ 42.97%

%35.23
%21.79
%42.97

CMYK color model

#AD6BD3 color CMYK value is (18,49,0,17).

  • cyan value is 18.01%
  • magenta value is 49.29%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(18,49,0,17)
C18M49Y0K17 
(18%,49%,0%,17%)
(0.18/0.49/0.00/0.17)	

CMYK percentages

%18.01
%49.29
%0
%17.25

Codes

Color #AD6BD3 in popluar color models

AD6BD3
RGB173107211
HSL278°54.17%62.35%
HSB/HSV278°49.29%82.75%
CMYK18.01%49.29%0.00%
17.25%

Color #AD6BD3 in popluar number systems.

HEXAD6BD3
Decimal173107211
Binary10101101110101111010011
Octal255153323

Shades and tints

Shades of #AD6BD3

#AD6BD3
(173,107,211)
#9E62C0
(158,98,192)
#8F59AD
(143,89,173)
#80509A
(128,80,154)
#714787
(113,71,135)
#623E74
(98,62,116)
#533561
(83,53,97)
#442C4E
(68,44,78)
#35233B
(53,35,59)
#261A28
(38,26,40)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD6BD3

#AD6BD3
(173,107,211)
#B478D7
(180,120,215)
#BB85DB
(187,133,219)
#C292DF
(194,146,223)
#C99FE3
(201,159,227)
#D0ACE7
(208,172,231)
#D7B9EB
(215,185,235)
#DEC6EF
(222,198,239)
#E5D3F3
(229,211,243)
#ECE0F7
(236,224,247)
#F3EDFB
(243,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6BD3; }

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

This text font color is #AD6BD3.


Background Color

.myBgColor { background-color: #AD6BD3; }

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

This div background color is #AD6BD3.


Border color

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

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

This div border color is #AD6BD3.


Opacity

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

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

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

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

This text has shadow with #AD6BD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6BD3 on black background.


Color preview on white background

This text has color #AD6BD3 on white background.



Black color preview on #AD6BD3 background

This text has black color on #AD6BD3 background.


White color preview on #AD6BD3 background

This text has white color on #AD6BD3 background.