COLOR #AD6EAD

HEX: #AD6EAD
RGB: (173,110,173)

Renk bilgisi

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

RGB renk modeli

#AD6EAD color RGB value is (173,110,173).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 110 of 255 = 43%
B 173 of 255 = 68%

173
110
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 110 + 173 = 456 (100%)
R 173 of 456 ~ 37.94%
G 110 of 456 ~ 24.12%
B 173 of 456 ~ 37.94%

%37.94
%24.12
%37.94

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.42%
  • 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
%36.42
%0
%32.16

Codes

Color #AD6EAD in popluar color models

AD6EAD
RGB173110173
HSL300°27.75%55.49%
HSB/HSV300°36.42%67.84%
CMYK0.00%36.42%0.00%
32.16%

Color #AD6EAD in popluar number systems.

HEXAD6EAD
Decimal173110173
Binary10101101110111010101101
Octal255156255

Shades and tints

Shades of #AD6EAD

#AD6EAD
(173,110,173)
#9E649E
(158,100,158)
#8F5A8F
(143,90,143)
#805080
(128,80,128)
#714671
(113,70,113)
#623C62
(98,60,98)
#533253
(83,50,83)
#442844
(68,40,68)
#351E35
(53,30,53)
#261426
(38,20,38)
#170A17
(23,10,23)
#000000
(0,0,0)

Tints of #AD6EAD

#AD6EAD
(173,110,173)
#B47BB4
(180,123,180)
#BB88BB
(187,136,187)
#C295C2
(194,149,194)
#C9A2C9
(201,162,201)
#D0AFD0
(208,175,208)
#D7BCD7
(215,188,215)
#DEC9DE
(222,201,222)
#E5D6E5
(229,214,229)
#ECE3EC
(236,227,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6EAD; }

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

This text font color is #AD6EAD.


Background Color

.myBgColor { background-color: #AD6EAD; }

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

This div background color is #AD6EAD.


Border color

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

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

This div border color is #AD6EAD.


Opacity

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

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

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

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

This text has shadow with #AD6EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6EAD on black background.


Color preview on white background

This text has color #AD6EAD on white background.



Black color preview on #AD6EAD background

This text has black color on #AD6EAD background.


White color preview on #AD6EAD background

This text has white color on #AD6EAD background.