COLOR #AD60D2

HEX: #AD60D2
RGB: (173,96,210)

Renk bilgisi

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

RGB renk modeli

#AD60D2 color RGB value is (173,96,210).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 96 of 255 = 38%
B 210 of 255 = 82%

173
96
210

R + G + B ~ 63%. #AD60D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 96 + 210 = 479 (100%)
R 173 of 479 ~ 36.12%
G 96 of 479 ~ 20.04%
B 210 of 479 ~ 43.84%

%36.12
%20.04
%43.84

CMYK RENK MODELİ

#AD60D2 rengi CMYK tonu (18,54,0,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 54.29%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(18,54,0,18)
C18M54Y0K18 
(18%,54%,0%,18%)
(0.18/0.54/0.00/0.18)	

CMYK yüzdeleri

%17.62
%54.29
%0
%17.65

Codes

Color #AD60D2 in popluar color models

AD60D2
RGB17396210
HSL281°55.88%60.00%
HSB/HSV281°54.29%82.35%
CMYK17.62%54.29%0.00%
17.65%

Color #AD60D2 in popluar number systems.

HEXAD60D2
Decimal17396210
Binary10101101110000011010010
Octal255140322

Shades and tints

Shades of #AD60D2

#AD60D2
(173,96,210)
#9E58BF
(158,88,191)
#8F50AC
(143,80,172)
#804899
(128,72,153)
#714086
(113,64,134)
#623873
(98,56,115)
#533060
(83,48,96)
#44284D
(68,40,77)
#35203A
(53,32,58)
#261827
(38,24,39)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #AD60D2

#AD60D2
(173,96,210)
#B46ED6
(180,110,214)
#BB7CDA
(187,124,218)
#C28ADE
(194,138,222)
#C998E2
(201,152,226)
#D0A6E6
(208,166,230)
#D7B4EA
(215,180,234)
#DEC2EE
(222,194,238)
#E5D0F2
(229,208,242)
#ECDEF6
(236,222,246)
#F3ECFA
(243,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD60D2; }

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

This text font color is #AD60D2.


Background Color

.myBgColor { background-color: #AD60D2; }

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

This div background color is #AD60D2.


Border color

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

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

This div border color is #AD60D2.


Opacity

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

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

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

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

This text has shadow with #AD60D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD60D2 on black background.


Color preview on white background

This text has color #AD60D2 on white background.



Black color preview on #AD60D2 background

This text has black color on #AD60D2 background.


White color preview on #AD60D2 background

This text has white color on #AD60D2 background.