COLOR #AA6DB6

HEX: #AA6DB6
RGB: (170,109,182)

Renk bilgisi

#AA6DB6 contains mainly red and blue colors. #AA6DB6 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AA6DB6 color RGB value is (170,109,182).

  • kırmız ton 170;
  • yeşil ton 109;
  • mavi ton 182.
RGB:
(170,109,182)
(67%,43%,71%)

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 109 of 255 = 43%
B 182 of 255 = 71%

170
109
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 109 + 182 = 461 (100%)
R 170 of 461 ~ 36.88%
G 109 of 461 ~ 23.64%
B 182 of 461 ~ 39.48%

%36.88
%23.64
%39.48

CMYK RENK MODELİ

#AA6DB6 rengi CMYK tonu (7,40,0,29).

  • camgöbeği tonu 6.59%
  • eflatun tonu 40.11%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(7,40,0,29)
C7M40Y0K29 
(7%,40%,0%,29%)
(0.07/0.40/0.00/0.29)	

CMYK yüzdeleri

%6.59
%40.11
%0
%28.63

Codes

Color #AA6DB6 in popluar color models

AA6DB6
RGB170109182
HSL290°33.33%57.06%
HSB/HSV290°40.11%71.37%
CMYK6.59%40.11%0.00%
28.63%

Color #AA6DB6 in popluar number systems.

HEXAA6DB6
Decimal170109182
Binary10101010110110110110110
Octal252155266

Shades and tints

Shades of #AA6DB6

#AA6DB6
(170,109,182)
#9B64A6
(155,100,166)
#8C5B96
(140,91,150)
#7D5286
(125,82,134)
#6E4976
(110,73,118)
#5F4066
(95,64,102)
#503756
(80,55,86)
#412E46
(65,46,70)
#322536
(50,37,54)
#231C26
(35,28,38)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AA6DB6

#AA6DB6
(170,109,182)
#B17ABC
(177,122,188)
#B887C2
(184,135,194)
#BF94C8
(191,148,200)
#C6A1CE
(198,161,206)
#CDAED4
(205,174,212)
#D4BBDA
(212,187,218)
#DBC8E0
(219,200,224)
#E2D5E6
(226,213,230)
#E9E2EC
(233,226,236)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6DB6 color. Also use rgb(170,109,182) instead hex code.

Text Font Color

.myTextColor { color: #AA6DB6; }

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

This text font color is #AA6DB6.


Background Color

.myBgColor { background-color: #AA6DB6; }

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

This div background color is #AA6DB6.


Border color

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

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

This div border color is #AA6DB6.


Opacity

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

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

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

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

This text has shadow with #AA6DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6DB6 on black background.


Color preview on white background

This text has color #AA6DB6 on white background.



Black color preview on #AA6DB6 background

This text has black color on #AA6DB6 background.


White color preview on #AA6DB6 background

This text has white color on #AA6DB6 background.