COLOR #AD6FAD

HEX: #AD6FAD
RGB: (173,111,173)

Renk bilgisi

#AD6FAD contains mainly red and blue colors. #AD6FAD ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD6FAD color RGB value is (173,111,173).

  • kırmız ton 173;
  • yeşil ton 111;
  • mavi ton 173.
RGB:
(173,111,173)
(68%,44%,68%)

RGB bağlantıları ve doygunluk

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

173
111
173

R + G + B ~ 60%. #AD6FAD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 111 + 173 = 457 (100%)
R 173 of 457 ~ 37.86%
G 111 of 457 ~ 24.29%
B 173 of 457 ~ 37.86%

%37.86
%24.29
%37.86

CMYK RENK MODELİ

#AD6FAD rengi CMYK tonu (0,36,0,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.84%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(0,36,0,32)
C0M36Y0K32 
(0%,36%,0%,32%)
(0.00/0.36/0.00/0.32)	

CMYK yüzdeleri

%0
%35.84
%0
%32.16

Codes

Color #AD6FAD in popluar color models

AD6FAD
RGB173111173
HSL300°27.43%55.69%
HSB/HSV300°35.84%67.84%
CMYK0.00%35.84%0.00%
32.16%

Color #AD6FAD in popluar number systems.

HEXAD6FAD
Decimal173111173
Binary10101101110111110101101
Octal255157255

Shades and tints

Shades of #AD6FAD

#AD6FAD
(173,111,173)
#9E659E
(158,101,158)
#8F5B8F
(143,91,143)
#805180
(128,81,128)
#714771
(113,71,113)
#623D62
(98,61,98)
#533353
(83,51,83)
#442944
(68,41,68)
#351F35
(53,31,53)
#261526
(38,21,38)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #AD6FAD

#AD6FAD
(173,111,173)
#B47CB4
(180,124,180)
#BB89BB
(187,137,187)
#C296C2
(194,150,194)
#C9A3C9
(201,163,201)
#D0B0D0
(208,176,208)
#D7BDD7
(215,189,215)
#DECADE
(222,202,222)
#E5D7E5
(229,215,229)
#ECE4EC
(236,228,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6FAD; }

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

This text font color is #AD6FAD.


Background Color

.myBgColor { background-color: #AD6FAD; }

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

This div background color is #AD6FAD.


Border color

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

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

This div border color is #AD6FAD.


Opacity

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

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

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

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

This text has shadow with #AD6FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6FAD on black background.


Color preview on white background

This text has color #AD6FAD on white background.



Black color preview on #AD6FAD background

This text has black color on #AD6FAD background.


White color preview on #AD6FAD background

This text has white color on #AD6FAD background.