COLOR #AD5A94

HEX: #AD5A94
RGB: (173,90,148)

Renk bilgisi

#AD5A94 contains mainly red and blue colors. #AD5A94 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD5A94 color RGB value is (173,90,148).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 90 of 255 = 35%
B 148 of 255 = 58%

173
90
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 90 + 148 = 411 (100%)
R 173 of 411 ~ 42.09%
G 90 of 411 ~ 21.9%
B 148 of 411 ~ 36.01%

%42.09
%21.9
%36.01

CMYK RENK MODELİ

#AD5A94 rengi CMYK tonu (0,48,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.98%
  • sarı tonu 14.45%
  • ana renk tonu 32.16%
CMYK:
(0,48,14,32)
C0M48Y14K32 
(0%,48%,14%,32%)
(0.00/0.48/0.14/0.32)	

CMYK yüzdeleri

%0
%47.98
%14.45
%32.16

Codes

Color #AD5A94 in popluar color models

AD5A94
RGB17390148
HSL318°33.60%51.57%
HSB/HSV318°47.98%67.84%
CMYK0.00%47.98%14.45%
32.16%

Color #AD5A94 in popluar number systems.

HEXAD5A94
Decimal17390148
Binary10101101101101010010100
Octal255132224

Shades and tints

Shades of #AD5A94

#AD5A94
(173,90,148)
#9E5287
(158,82,135)
#8F4A7A
(143,74,122)
#80426D
(128,66,109)
#713A60
(113,58,96)
#623253
(98,50,83)
#532A46
(83,42,70)
#442239
(68,34,57)
#351A2C
(53,26,44)
#26121F
(38,18,31)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #AD5A94

#AD5A94
(173,90,148)
#B4699D
(180,105,157)
#BB78A6
(187,120,166)
#C287AF
(194,135,175)
#C996B8
(201,150,184)
#D0A5C1
(208,165,193)
#D7B4CA
(215,180,202)
#DEC3D3
(222,195,211)
#E5D2DC
(229,210,220)
#ECE1E5
(236,225,229)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5A94; }

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

This text font color is #AD5A94.


Background Color

.myBgColor { background-color: #AD5A94; }

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

This div background color is #AD5A94.


Border color

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

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

This div border color is #AD5A94.


Opacity

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

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

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

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

This text has shadow with #AD5A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5A94 on black background.


Color preview on white background

This text has color #AD5A94 on white background.



Black color preview on #AD5A94 background

This text has black color on #AD5A94 background.


White color preview on #AD5A94 background

This text has white color on #AD5A94 background.