COLOR #AD6FD7

HEX: #AD6FD7
RGB: (173,111,215)

Color info

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

RGB color model

#AD6FD7 color RGB value is (173,111,215).

  • red value is 173;
  • green value is 111;
  • blue value is 215.
RGB:
(173,111,215)
(68%,44%,84%)

RGB channels and saturation

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

173
111
215

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

Portions of RGB colors in percentages

R + G + B =
173 + 111 + 215 = 499 (100%)
R 173 of 499 ~ 34.67%
G 111 of 499 ~ 22.24%
B 215 of 499 ~ 43.09%

%34.67
%22.24
%43.09

CMYK color model

#AD6FD7 color CMYK value is (20,48,0,16).

  • cyan value is 19.53%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,48,0,16)
C20M48Y0K16 
(20%,48%,0%,16%)
(0.20/0.48/0.00/0.16)	

CMYK percentages

%19.53
%48.37
%0
%15.69

Codes

Color #AD6FD7 in popluar color models

AD6FD7
RGB173111215
HSL276°56.52%63.92%
HSB/HSV276°48.37%84.31%
CMYK19.53%48.37%0.00%
15.69%

Color #AD6FD7 in popluar number systems.

HEXAD6FD7
Decimal173111215
Binary10101101110111111010111
Octal255157327

Shades and tints

Shades of #AD6FD7

#AD6FD7
(173,111,215)
#9E65C4
(158,101,196)
#8F5BB1
(143,91,177)
#80519E
(128,81,158)
#71478B
(113,71,139)
#623D78
(98,61,120)
#533365
(83,51,101)
#442952
(68,41,82)
#351F3F
(53,31,63)
#26152C
(38,21,44)
#170B19
(23,11,25)
#000000
(0,0,0)

Tints of #AD6FD7

#AD6FD7
(173,111,215)
#B47CDA
(180,124,218)
#BB89DD
(187,137,221)
#C296E0
(194,150,224)
#C9A3E3
(201,163,227)
#D0B0E6
(208,176,230)
#D7BDE9
(215,189,233)
#DECAEC
(222,202,236)
#E5D7EF
(229,215,239)
#ECE4F2
(236,228,242)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6FD7; }

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

This text font color is #AD6FD7.


Background Color

.myBgColor { background-color: #AD6FD7; }

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

This div background color is #AD6FD7.


Border color

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

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

This div border color is #AD6FD7.


Opacity

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

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

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

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

This text has shadow with #AD6FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6FD7 on black background.


Color preview on white background

This text has color #AD6FD7 on white background.



Black color preview on #AD6FD7 background

This text has black color on #AD6FD7 background.


White color preview on #AD6FD7 background

This text has white color on #AD6FD7 background.