COLOR #AD3493

HEX: #AD3493
RGB: (173,52,147)

Renk bilgisi

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

RGB renk modeli

#AD3493 color RGB value is (173,52,147).

  • kırmız ton 173;
  • yeşil ton 52;
  • mavi ton 147.
RGB:
(173,52,147)
(68%,20%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 52 of 255 = 20%
B 147 of 255 = 58%

173
52
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 52 + 147 = 372 (100%)
R 173 of 372 ~ 46.51%
G 52 of 372 ~ 13.98%
B 147 of 372 ~ 39.52%

%46.51
%13.98
%39.52

CMYK RENK MODELİ

#AD3493 rengi CMYK tonu (0,70,15,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.94%
  • sarı tonu 15.03%
  • ana renk tonu 32.16%
CMYK:
(0,70,15,32)
C0M70Y15K32 
(0%,70%,15%,32%)
(0.00/0.70/0.15/0.32)	

CMYK yüzdeleri

%0
%69.94
%15.03
%32.16

Codes

Color #AD3493 in popluar color models

AD3493
RGB17352147
HSL313°53.78%44.12%
HSB/HSV313°69.94%67.84%
CMYK0.00%69.94%15.03%
32.16%

Color #AD3493 in popluar number systems.

HEXAD3493
Decimal17352147
Binary1010110111010010010011
Octal25564223

Shades and tints

Shades of #AD3493

#AD3493
(173,52,147)
#9E3086
(158,48,134)
#8F2C79
(143,44,121)
#80286C
(128,40,108)
#71245F
(113,36,95)
#622052
(98,32,82)
#531C45
(83,28,69)
#441838
(68,24,56)
#35142B
(53,20,43)
#26101E
(38,16,30)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #AD3493

#AD3493
(173,52,147)
#B4469C
(180,70,156)
#BB58A5
(187,88,165)
#C26AAE
(194,106,174)
#C97CB7
(201,124,183)
#D08EC0
(208,142,192)
#D7A0C9
(215,160,201)
#DEB2D2
(222,178,210)
#E5C4DB
(229,196,219)
#ECD6E4
(236,214,228)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3493 color. Also use rgb(173,52,147) instead hex code.

Text Font Color

.myTextColor { color: #AD3493; }

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

This text font color is #AD3493.


Background Color

.myBgColor { background-color: #AD3493; }

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

This div background color is #AD3493.


Border color

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

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

This div border color is #AD3493.


Opacity

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

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

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

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

This text has shadow with #AD3493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3493 on black background.


Color preview on white background

This text has color #AD3493 on white background.



Black color preview on #AD3493 background

This text has black color on #AD3493 background.


White color preview on #AD3493 background

This text has white color on #AD3493 background.