COLOR #AD5584

HEX: #AD5584
RGB: (173,85,132)

Renk bilgisi

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

RGB renk modeli

#AD5584 color RGB value is (173,85,132).

  • kırmız ton 173;
  • yeşil ton 85;
  • mavi ton 132.
RGB:
(173,85,132)
(68%,33%,52%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 85 of 255 = 33%
B 132 of 255 = 52%

173
85
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 85 + 132 = 390 (100%)
R 173 of 390 ~ 44.36%
G 85 of 390 ~ 21.79%
B 132 of 390 ~ 33.85%

%44.36
%21.79
%33.85

CMYK RENK MODELİ

#AD5584 rengi CMYK tonu (0,51,24,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.87%
  • sarı tonu 23.70%
  • ana renk tonu 32.16%
CMYK:
(0,51,24,32)
C0M51Y24K32 
(0%,51%,24%,32%)
(0.00/0.51/0.24/0.32)	

CMYK yüzdeleri

%0
%50.87
%23.7
%32.16

Codes

Color #AD5584 in popluar color models

AD5584
RGB17385132
HSL328°34.92%50.59%
HSB/HSV328°50.87%67.84%
CMYK0.00%50.87%23.70%
32.16%

Color #AD5584 in popluar number systems.

HEXAD5584
Decimal17385132
Binary10101101101010110000100
Octal255125204

Shades and tints

Shades of #AD5584

#AD5584
(173,85,132)
#9E4E78
(158,78,120)
#8F476C
(143,71,108)
#804060
(128,64,96)
#713954
(113,57,84)
#623248
(98,50,72)
#532B3C
(83,43,60)
#442430
(68,36,48)
#351D24
(53,29,36)
#261618
(38,22,24)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #AD5584

#AD5584
(173,85,132)
#B4648F
(180,100,143)
#BB739A
(187,115,154)
#C282A5
(194,130,165)
#C991B0
(201,145,176)
#D0A0BB
(208,160,187)
#D7AFC6
(215,175,198)
#DEBED1
(222,190,209)
#E5CDDC
(229,205,220)
#ECDCE7
(236,220,231)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5584 color. Also use rgb(173,85,132) instead hex code.

Text Font Color

.myTextColor { color: #AD5584; }

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

This text font color is #AD5584.


Background Color

.myBgColor { background-color: #AD5584; }

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

This div background color is #AD5584.


Border color

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

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

This div border color is #AD5584.


Opacity

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

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

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

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

This text has shadow with #AD5584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5584 on black background.


Color preview on white background

This text has color #AD5584 on white background.



Black color preview on #AD5584 background

This text has black color on #AD5584 background.


White color preview on #AD5584 background

This text has white color on #AD5584 background.