COLOR #AD66AA

HEX: #AD66AA
RGB: (173,102,170)

Renk bilgisi

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

RGB renk modeli

#AD66AA color RGB value is (173,102,170).

  • kırmız ton 173;
  • yeşil ton 102;
  • mavi ton 170.
RGB:
(173,102,170)
(68%,40%,67%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 102 of 255 = 40%
B 170 of 255 = 67%

173
102
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 102 + 170 = 445 (100%)
R 173 of 445 ~ 38.88%
G 102 of 445 ~ 22.92%
B 170 of 445 ~ 38.2%

%38.88
%22.92
%38.2

CMYK RENK MODELİ

#AD66AA rengi CMYK tonu (0,41,2,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.04%
  • sarı tonu 1.73%
  • ana renk tonu 32.16%
CMYK:
(0,41,2,32)
C0M41Y2K32 
(0%,41%,2%,32%)
(0.00/0.41/0.02/0.32)	

CMYK yüzdeleri

%0
%41.04
%1.73
%32.16

Codes

Color #AD66AA in popluar color models

AD66AA
RGB173102170
HSL303°30.21%53.92%
HSB/HSV303°41.04%67.84%
CMYK0.00%41.04%1.73%
32.16%

Color #AD66AA in popluar number systems.

HEXAD66AA
Decimal173102170
Binary10101101110011010101010
Octal255146252

Shades and tints

Shades of #AD66AA

#AD66AA
(173,102,170)
#9E5D9B
(158,93,155)
#8F548C
(143,84,140)
#804B7D
(128,75,125)
#71426E
(113,66,110)
#62395F
(98,57,95)
#533050
(83,48,80)
#442741
(68,39,65)
#351E32
(53,30,50)
#261523
(38,21,35)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #AD66AA

#AD66AA
(173,102,170)
#B473B1
(180,115,177)
#BB80B8
(187,128,184)
#C28DBF
(194,141,191)
#C99AC6
(201,154,198)
#D0A7CD
(208,167,205)
#D7B4D4
(215,180,212)
#DEC1DB
(222,193,219)
#E5CEE2
(229,206,226)
#ECDBE9
(236,219,233)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD66AA color. Also use rgb(173,102,170) instead hex code.

Text Font Color

.myTextColor { color: #AD66AA; }

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

This text font color is #AD66AA.


Background Color

.myBgColor { background-color: #AD66AA; }

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

This div background color is #AD66AA.


Border color

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

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

This div border color is #AD66AA.


Opacity

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

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

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

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

This text has shadow with #AD66AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD66AA on black background.


Color preview on white background

This text has color #AD66AA on white background.



Black color preview on #AD66AA background

This text has black color on #AD66AA background.


White color preview on #AD66AA background

This text has white color on #AD66AA background.