COLOR #AD338D

HEX: #AD338D
RGB: (173,51,141)

Renk bilgisi

#AD338D contains mainly red and blue colors. #AD338D ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#AD338D color RGB value is (173,51,141).

  • kırmız ton 173;
  • yeşil ton 51;
  • mavi ton 141.
RGB:
(173,51,141)
(68%,20%,55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 51 of 255 = 20%
B 141 of 255 = 55%

173
51
141

R + G + B ~ 48%. #AD338D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 51 + 141 = 365 (100%)
R 173 of 365 ~ 47.4%
G 51 of 365 ~ 13.97%
B 141 of 365 ~ 38.63%

%47.4
%13.97
%38.63

CMYK RENK MODELİ

#AD338D rengi CMYK tonu (0,71,18,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.52%
  • sarı tonu 18.50%
  • ana renk tonu 32.16%
CMYK:
(0,71,18,32)
C0M71Y18K32 
(0%,71%,18%,32%)
(0.00/0.71/0.18/0.32)	

CMYK yüzdeleri

%0
%70.52
%18.5
%32.16

Codes

Color #AD338D in popluar color models

AD338D
RGB17351141
HSL316°54.46%43.92%
HSB/HSV316°70.52%67.84%
CMYK0.00%70.52%18.50%
32.16%

Color #AD338D in popluar number systems.

HEXAD338D
Decimal17351141
Binary1010110111001110001101
Octal25563215

Shades and tints

Shades of #AD338D

#AD338D
(173,51,141)
#9E2F81
(158,47,129)
#8F2B75
(143,43,117)
#802769
(128,39,105)
#71235D
(113,35,93)
#621F51
(98,31,81)
#531B45
(83,27,69)
#441739
(68,23,57)
#35132D
(53,19,45)
#260F21
(38,15,33)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #AD338D

#AD338D
(173,51,141)
#B44597
(180,69,151)
#BB57A1
(187,87,161)
#C269AB
(194,105,171)
#C97BB5
(201,123,181)
#D08DBF
(208,141,191)
#D79FC9
(215,159,201)
#DEB1D3
(222,177,211)
#E5C3DD
(229,195,221)
#ECD5E7
(236,213,231)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD338D color. Also use rgb(173,51,141) instead hex code.

Text Font Color

.myTextColor { color: #AD338D; }

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

This text font color is #AD338D.


Background Color

.myBgColor { background-color: #AD338D; }

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

This div background color is #AD338D.


Border color

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

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

This div border color is #AD338D.


Opacity

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

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

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

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

This text has shadow with #AD338D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD338D on black background.


Color preview on white background

This text has color #AD338D on white background.



Black color preview on #AD338D background

This text has black color on #AD338D background.


White color preview on #AD338D background

This text has white color on #AD338D background.