COLOR #AD56D0

HEX: #AD56D0
RGB: (173,86,208)

Renk bilgisi

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

RGB renk modeli

#AD56D0 color RGB value is (173,86,208).

  • kırmız ton 173;
  • yeşil ton 86;
  • mavi ton 208.
RGB:
(173,86,208)
(68%,34%,82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 86 of 255 = 34%
B 208 of 255 = 82%

173
86
208

R + G + B ~ 61%. #AD56D0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 86 + 208 = 467 (100%)
R 173 of 467 ~ 37.04%
G 86 of 467 ~ 18.42%
B 208 of 467 ~ 44.54%

%37.04
%18.42
%44.54

CMYK RENK MODELİ

#AD56D0 rengi CMYK tonu (17,59,0,18).

  • camgöbeği tonu 16.83%
  • eflatun tonu 58.65%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(17,59,0,18)
C17M59Y0K18 
(17%,59%,0%,18%)
(0.17/0.59/0.00/0.18)	

CMYK yüzdeleri

%16.83
%58.65
%0
%18.43

Codes

Color #AD56D0 in popluar color models

AD56D0
RGB17386208
HSL283°56.48%57.65%
HSB/HSV283°58.65%81.57%
CMYK16.83%58.65%0.00%
18.43%

Color #AD56D0 in popluar number systems.

HEXAD56D0
Decimal17386208
Binary10101101101011011010000
Octal255126320

Shades and tints

Shades of #AD56D0

#AD56D0
(173,86,208)
#9E4FBE
(158,79,190)
#8F48AC
(143,72,172)
#80419A
(128,65,154)
#713A88
(113,58,136)
#623376
(98,51,118)
#532C64
(83,44,100)
#442552
(68,37,82)
#351E40
(53,30,64)
#26172E
(38,23,46)
#17101C
(23,16,28)
#000000
(0,0,0)

Tints of #AD56D0

#AD56D0
(173,86,208)
#B465D4
(180,101,212)
#BB74D8
(187,116,216)
#C283DC
(194,131,220)
#C992E0
(201,146,224)
#D0A1E4
(208,161,228)
#D7B0E8
(215,176,232)
#DEBFEC
(222,191,236)
#E5CEF0
(229,206,240)
#ECDDF4
(236,221,244)
#F3ECF8
(243,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD56D0; }

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

This text font color is #AD56D0.


Background Color

.myBgColor { background-color: #AD56D0; }

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

This div background color is #AD56D0.


Border color

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

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

This div border color is #AD56D0.


Opacity

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

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

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

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

This text has shadow with #AD56D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD56D0 on black background.


Color preview on white background

This text has color #AD56D0 on white background.



Black color preview on #AD56D0 background

This text has black color on #AD56D0 background.


White color preview on #AD56D0 background

This text has white color on #AD56D0 background.