COLOR #AD4C94

HEX: #AD4C94
RGB: (173,76,148)

Renk bilgisi

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

RGB renk modeli

#AD4C94 color RGB value is (173,76,148).

  • kırmız ton 173;
  • yeşil ton 76;
  • mavi ton 148.
RGB:
(173,76,148)
(68%,30%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 76 of 255 = 30%
B 148 of 255 = 58%

173
76
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 76 + 148 = 397 (100%)
R 173 of 397 ~ 43.58%
G 76 of 397 ~ 19.14%
B 148 of 397 ~ 37.28%

%43.58
%19.14
%37.28

CMYK RENK MODELİ

#AD4C94 rengi CMYK tonu (0,56,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.07%
  • sarı tonu 14.45%
  • ana renk tonu 32.16%
CMYK:
(0,56,14,32)
C0M56Y14K32 
(0%,56%,14%,32%)
(0.00/0.56/0.14/0.32)	

CMYK yüzdeleri

%0
%56.07
%14.45
%32.16

Codes

Color #AD4C94 in popluar color models

AD4C94
RGB17376148
HSL315°38.96%48.82%
HSB/HSV315°56.07%67.84%
CMYK0.00%56.07%14.45%
32.16%

Color #AD4C94 in popluar number systems.

HEXAD4C94
Decimal17376148
Binary10101101100110010010100
Octal255114224

Shades and tints

Shades of #AD4C94

#AD4C94
(173,76,148)
#9E4687
(158,70,135)
#8F407A
(143,64,122)
#803A6D
(128,58,109)
#713460
(113,52,96)
#622E53
(98,46,83)
#532846
(83,40,70)
#442239
(68,34,57)
#351C2C
(53,28,44)
#26161F
(38,22,31)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD4C94

#AD4C94
(173,76,148)
#B45C9D
(180,92,157)
#BB6CA6
(187,108,166)
#C27CAF
(194,124,175)
#C98CB8
(201,140,184)
#D09CC1
(208,156,193)
#D7ACCA
(215,172,202)
#DEBCD3
(222,188,211)
#E5CCDC
(229,204,220)
#ECDCE5
(236,220,229)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4C94 color. Also use rgb(173,76,148) instead hex code.

Text Font Color

.myTextColor { color: #AD4C94; }

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

This text font color is #AD4C94.


Background Color

.myBgColor { background-color: #AD4C94; }

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

This div background color is #AD4C94.


Border color

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

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

This div border color is #AD4C94.


Opacity

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

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

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

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

This text has shadow with #AD4C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4C94 on black background.


Color preview on white background

This text has color #AD4C94 on white background.



Black color preview on #AD4C94 background

This text has black color on #AD4C94 background.


White color preview on #AD4C94 background

This text has white color on #AD4C94 background.