COLOR #AD6DD2

HEX: #AD6DD2
RGB: (173,109,210)

Renk bilgisi

#AD6DD2 contains mainly red and blue colors. #AD6DD2 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD6DD2 color RGB value is (173,109,210).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 109 of 255 = 43%
B 210 of 255 = 82%

173
109
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 109 + 210 = 492 (100%)
R 173 of 492 ~ 35.16%
G 109 of 492 ~ 22.15%
B 210 of 492 ~ 42.68%

%35.16
%22.15
%42.68

CMYK RENK MODELİ

#AD6DD2 rengi CMYK tonu (18,48,0,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 48.10%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(18,48,0,18)
C18M48Y0K18 
(18%,48%,0%,18%)
(0.18/0.48/0.00/0.18)	

CMYK yüzdeleri

%17.62
%48.1
%0
%17.65

Codes

Color #AD6DD2 in popluar color models

AD6DD2
RGB173109210
HSL278°52.88%62.55%
HSB/HSV278°48.10%82.35%
CMYK17.62%48.10%0.00%
17.65%

Color #AD6DD2 in popluar number systems.

HEXAD6DD2
Decimal173109210
Binary10101101110110111010010
Octal255155322

Shades and tints

Shades of #AD6DD2

#AD6DD2
(173,109,210)
#9E64BF
(158,100,191)
#8F5BAC
(143,91,172)
#805299
(128,82,153)
#714986
(113,73,134)
#624073
(98,64,115)
#533760
(83,55,96)
#442E4D
(68,46,77)
#35253A
(53,37,58)
#261C27
(38,28,39)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD6DD2

#AD6DD2
(173,109,210)
#B47AD6
(180,122,214)
#BB87DA
(187,135,218)
#C294DE
(194,148,222)
#C9A1E2
(201,161,226)
#D0AEE6
(208,174,230)
#D7BBEA
(215,187,234)
#DEC8EE
(222,200,238)
#E5D5F2
(229,213,242)
#ECE2F6
(236,226,246)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6DD2; }

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

This text font color is #AD6DD2.


Background Color

.myBgColor { background-color: #AD6DD2; }

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

This div background color is #AD6DD2.


Border color

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

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

This div border color is #AD6DD2.


Opacity

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

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

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

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

This text has shadow with #AD6DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6DD2 on black background.


Color preview on white background

This text has color #AD6DD2 on white background.



Black color preview on #AD6DD2 background

This text has black color on #AD6DD2 background.


White color preview on #AD6DD2 background

This text has white color on #AD6DD2 background.