COLOR #AD73D3

HEX: #AD73D3
RGB: (173,115,211)

Renk bilgisi

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

RGB renk modeli

#AD73D3 color RGB value is (173,115,211).

  • kırmız ton 173;
  • yeşil ton 115;
  • mavi ton 211.
RGB:
(173,115,211)
(68%,45%,83%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 115 of 255 = 45%
B 211 of 255 = 83%

173
115
211

R + G + B ~ 65%. #AD73D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 115 + 211 = 499 (100%)
R 173 of 499 ~ 34.67%
G 115 of 499 ~ 23.05%
B 211 of 499 ~ 42.28%

%34.67
%23.05
%42.28

CMYK RENK MODELİ

#AD73D3 rengi CMYK tonu (18,45,0,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 45.50%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(18,45,0,17)
C18M45Y0K17 
(18%,45%,0%,17%)
(0.18/0.45/0.00/0.17)	

CMYK yüzdeleri

%18.01
%45.5
%0
%17.25

Codes

Color #AD73D3 in popluar color models

AD73D3
RGB173115211
HSL276°52.17%63.92%
HSB/HSV276°45.50%82.75%
CMYK18.01%45.50%0.00%
17.25%

Color #AD73D3 in popluar number systems.

HEXAD73D3
Decimal173115211
Binary10101101111001111010011
Octal255163323

Shades and tints

Shades of #AD73D3

#AD73D3
(173,115,211)
#9E69C0
(158,105,192)
#8F5FAD
(143,95,173)
#80559A
(128,85,154)
#714B87
(113,75,135)
#624174
(98,65,116)
#533761
(83,55,97)
#442D4E
(68,45,78)
#35233B
(53,35,59)
#261928
(38,25,40)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #AD73D3

#AD73D3
(173,115,211)
#B47FD7
(180,127,215)
#BB8BDB
(187,139,219)
#C297DF
(194,151,223)
#C9A3E3
(201,163,227)
#D0AFE7
(208,175,231)
#D7BBEB
(215,187,235)
#DEC7EF
(222,199,239)
#E5D3F3
(229,211,243)
#ECDFF7
(236,223,247)
#F3EBFB
(243,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD73D3; }

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

This text font color is #AD73D3.


Background Color

.myBgColor { background-color: #AD73D3; }

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

This div background color is #AD73D3.


Border color

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

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

This div border color is #AD73D3.


Opacity

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

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

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

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

This text has shadow with #AD73D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD73D3 on black background.


Color preview on white background

This text has color #AD73D3 on white background.



Black color preview on #AD73D3 background

This text has black color on #AD73D3 background.


White color preview on #AD73D3 background

This text has white color on #AD73D3 background.