COLOR #AD7AA1

HEX: #AD7AA1
RGB: (173,122,161)

Renk bilgisi

#AD7AA1 contains red, green and blue colors in about the same proportion. #AD7AA1 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD7AA1 color RGB value is (173,122,161).

  • kırmız ton 173;
  • yeşil ton 122;
  • mavi ton 161.
RGB:
(173,122,161)
(68%,48%,63%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 122 of 255 = 48%
B 161 of 255 = 63%

173
122
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 122 + 161 = 456 (100%)
R 173 of 456 ~ 37.94%
G 122 of 456 ~ 26.75%
B 161 of 456 ~ 35.31%

%37.94
%26.75
%35.31

CMYK RENK MODELİ

#AD7AA1 rengi CMYK tonu (0,29,7,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.48%
  • sarı tonu 6.94%
  • ana renk tonu 32.16%
CMYK:
(0,29,7,32)
C0M29Y7K32 
(0%,29%,7%,32%)
(0.00/0.29/0.07/0.32)	

CMYK yüzdeleri

%0
%29.48
%6.94
%32.16

Codes

Color #AD7AA1 in popluar color models

AD7AA1
RGB173122161
HSL314°23.72%57.84%
HSB/HSV314°29.48%67.84%
CMYK0.00%29.48%6.94%
32.16%

Color #AD7AA1 in popluar number systems.

HEXAD7AA1
Decimal173122161
Binary10101101111101010100001
Octal255172241

Shades and tints

Shades of #AD7AA1

#AD7AA1
(173,122,161)
#9E6F93
(158,111,147)
#8F6485
(143,100,133)
#805977
(128,89,119)
#714E69
(113,78,105)
#62435B
(98,67,91)
#53384D
(83,56,77)
#442D3F
(68,45,63)
#352231
(53,34,49)
#261723
(38,23,35)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #AD7AA1

#AD7AA1
(173,122,161)
#B486A9
(180,134,169)
#BB92B1
(187,146,177)
#C29EB9
(194,158,185)
#C9AAC1
(201,170,193)
#D0B6C9
(208,182,201)
#D7C2D1
(215,194,209)
#DECED9
(222,206,217)
#E5DAE1
(229,218,225)
#ECE6E9
(236,230,233)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7AA1 color. Also use rgb(173,122,161) instead hex code.

Text Font Color

.myTextColor { color: #AD7AA1; }

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

This text font color is #AD7AA1.


Background Color

.myBgColor { background-color: #AD7AA1; }

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

This div background color is #AD7AA1.


Border color

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

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

This div border color is #AD7AA1.


Opacity

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

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

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

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

This text has shadow with #AD7AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7AA1 on black background.


Color preview on white background

This text has color #AD7AA1 on white background.



Black color preview on #AD7AA1 background

This text has black color on #AD7AA1 background.


White color preview on #AD7AA1 background

This text has white color on #AD7AA1 background.