COLOR #AD60D1

HEX: #AD60D1
RGB: (173,96,209)

Renk bilgisi

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

RGB renk modeli

#AD60D1 color RGB value is (173,96,209).

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

RGB bağlantıları ve doygunluk

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

173
96
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 96 + 209 = 478 (100%)
R 173 of 478 ~ 36.19%
G 96 of 478 ~ 20.08%
B 209 of 478 ~ 43.72%

%36.19
%20.08
%43.72

CMYK RENK MODELİ

#AD60D1 rengi CMYK tonu (17,54,0,18).

  • camgöbeği tonu 17.22%
  • eflatun tonu 54.07%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(17,54,0,18)
C17M54Y0K18 
(17%,54%,0%,18%)
(0.17/0.54/0.00/0.18)	

CMYK yüzdeleri

%17.22
%54.07
%0
%18.04

Codes

Color #AD60D1 in popluar color models

AD60D1
RGB17396209
HSL281°55.12%59.80%
HSB/HSV281°54.07%81.96%
CMYK17.22%54.07%0.00%
18.04%

Color #AD60D1 in popluar number systems.

HEXAD60D1
Decimal17396209
Binary10101101110000011010001
Octal255140321

Shades and tints

Shades of #AD60D1

#AD60D1
(173,96,209)
#9E58BE
(158,88,190)
#8F50AB
(143,80,171)
#804898
(128,72,152)
#714085
(113,64,133)
#623872
(98,56,114)
#53305F
(83,48,95)
#44284C
(68,40,76)
#352039
(53,32,57)
#261826
(38,24,38)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #AD60D1

#AD60D1
(173,96,209)
#B46ED5
(180,110,213)
#BB7CD9
(187,124,217)
#C28ADD
(194,138,221)
#C998E1
(201,152,225)
#D0A6E5
(208,166,229)
#D7B4E9
(215,180,233)
#DEC2ED
(222,194,237)
#E5D0F1
(229,208,241)
#ECDEF5
(236,222,245)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD60D1; }

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

This text font color is #AD60D1.


Background Color

.myBgColor { background-color: #AD60D1; }

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

This div background color is #AD60D1.


Border color

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

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

This div border color is #AD60D1.


Opacity

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

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

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

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

This text has shadow with #AD60D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD60D1 on black background.


Color preview on white background

This text has color #AD60D1 on white background.



Black color preview on #AD60D1 background

This text has black color on #AD60D1 background.


White color preview on #AD60D1 background

This text has white color on #AD60D1 background.