COLOR #AD5495

HEX: #AD5495
RGB: (173,84,149)

Renk bilgisi

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

RGB renk modeli

#AD5495 color RGB value is (173,84,149).

  • kırmız ton 173;
  • yeşil ton 84;
  • mavi ton 149.
RGB:
(173,84,149)
(68%,33%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 84 of 255 = 33%
B 149 of 255 = 58%

173
84
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 84 + 149 = 406 (100%)
R 173 of 406 ~ 42.61%
G 84 of 406 ~ 20.69%
B 149 of 406 ~ 36.7%

%42.61
%20.69
%36.7

CMYK RENK MODELİ

#AD5495 rengi CMYK tonu (0,51,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.45%
  • sarı tonu 13.87%
  • ana renk tonu 32.16%
CMYK:
(0,51,14,32)
C0M51Y14K32 
(0%,51%,14%,32%)
(0.00/0.51/0.14/0.32)	

CMYK yüzdeleri

%0
%51.45
%13.87
%32.16

Codes

Color #AD5495 in popluar color models

AD5495
RGB17384149
HSL316°35.18%50.39%
HSB/HSV316°51.45%67.84%
CMYK0.00%51.45%13.87%
32.16%

Color #AD5495 in popluar number systems.

HEXAD5495
Decimal17384149
Binary10101101101010010010101
Octal255124225

Shades and tints

Shades of #AD5495

#AD5495
(173,84,149)
#9E4D88
(158,77,136)
#8F467B
(143,70,123)
#803F6E
(128,63,110)
#713861
(113,56,97)
#623154
(98,49,84)
#532A47
(83,42,71)
#44233A
(68,35,58)
#351C2D
(53,28,45)
#261520
(38,21,32)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #AD5495

#AD5495
(173,84,149)
#B4639E
(180,99,158)
#BB72A7
(187,114,167)
#C281B0
(194,129,176)
#C990B9
(201,144,185)
#D09FC2
(208,159,194)
#D7AECB
(215,174,203)
#DEBDD4
(222,189,212)
#E5CCDD
(229,204,221)
#ECDBE6
(236,219,230)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5495 color. Also use rgb(173,84,149) instead hex code.

Text Font Color

.myTextColor { color: #AD5495; }

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

This text font color is #AD5495.


Background Color

.myBgColor { background-color: #AD5495; }

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

This div background color is #AD5495.


Border color

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

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

This div border color is #AD5495.


Opacity

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

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

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

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

This text has shadow with #AD5495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5495 on black background.


Color preview on white background

This text has color #AD5495 on white background.



Black color preview on #AD5495 background

This text has black color on #AD5495 background.


White color preview on #AD5495 background

This text has white color on #AD5495 background.