COLOR #AD6A9D

HEX: #AD6A9D
RGB: (173,106,157)

Renk bilgisi

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

RGB renk modeli

#AD6A9D color RGB value is (173,106,157).

  • kırmız ton 173;
  • yeşil ton 106;
  • mavi ton 157.
RGB:
(173,106,157)
(68%,42%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 106 of 255 = 42%
B 157 of 255 = 62%

173
106
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 106 + 157 = 436 (100%)
R 173 of 436 ~ 39.68%
G 106 of 436 ~ 24.31%
B 157 of 436 ~ 36.01%

%39.68
%24.31
%36.01

CMYK RENK MODELİ

#AD6A9D rengi CMYK tonu (0,39,9,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.73%
  • sarı tonu 9.25%
  • ana renk tonu 32.16%
CMYK:
(0,39,9,32)
C0M39Y9K32 
(0%,39%,9%,32%)
(0.00/0.39/0.09/0.32)	

CMYK yüzdeleri

%0
%38.73
%9.25
%32.16

Codes

Color #AD6A9D in popluar color models

AD6A9D
RGB173106157
HSL314°29.00%54.71%
HSB/HSV314°38.73%67.84%
CMYK0.00%38.73%9.25%
32.16%

Color #AD6A9D in popluar number systems.

HEXAD6A9D
Decimal173106157
Binary10101101110101010011101
Octal255152235

Shades and tints

Shades of #AD6A9D

#AD6A9D
(173,106,157)
#9E618F
(158,97,143)
#8F5881
(143,88,129)
#804F73
(128,79,115)
#714665
(113,70,101)
#623D57
(98,61,87)
#533449
(83,52,73)
#442B3B
(68,43,59)
#35222D
(53,34,45)
#26191F
(38,25,31)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD6A9D

#AD6A9D
(173,106,157)
#B477A5
(180,119,165)
#BB84AD
(187,132,173)
#C291B5
(194,145,181)
#C99EBD
(201,158,189)
#D0ABC5
(208,171,197)
#D7B8CD
(215,184,205)
#DEC5D5
(222,197,213)
#E5D2DD
(229,210,221)
#ECDFE5
(236,223,229)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6A9D color. Also use rgb(173,106,157) instead hex code.

Text Font Color

.myTextColor { color: #AD6A9D; }

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

This text font color is #AD6A9D.


Background Color

.myBgColor { background-color: #AD6A9D; }

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

This div background color is #AD6A9D.


Border color

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

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

This div border color is #AD6A9D.


Opacity

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

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

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

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

This text has shadow with #AD6A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6A9D on black background.


Color preview on white background

This text has color #AD6A9D on white background.



Black color preview on #AD6A9D background

This text has black color on #AD6A9D background.


White color preview on #AD6A9D background

This text has white color on #AD6A9D background.