COLOR #AA6DB4

HEX: #AA6DB4
RGB: (170,109,180)

Renk bilgisi

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

RGB renk modeli

#AA6DB4 color RGB value is (170,109,180).

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

RGB bağlantıları ve doygunluk

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

170
109
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 109 + 180 = 459 (100%)
R 170 of 459 ~ 37.04%
G 109 of 459 ~ 23.75%
B 180 of 459 ~ 39.22%

%37.04
%23.75
%39.22

CMYK RENK MODELİ

#AA6DB4 rengi CMYK tonu (6,39,0,29).

  • camgöbeği tonu 5.56%
  • eflatun tonu 39.44%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(6,39,0,29)
C6M39Y0K29 
(6%,39%,0%,29%)
(0.06/0.39/0.00/0.29)	

CMYK yüzdeleri

%5.56
%39.44
%0
%29.41

Codes

Color #AA6DB4 in popluar color models

AA6DB4
RGB170109180
HSL292°32.13%56.67%
HSB/HSV292°39.44%70.59%
CMYK5.56%39.44%0.00%
29.41%

Color #AA6DB4 in popluar number systems.

HEXAA6DB4
Decimal170109180
Binary10101010110110110110100
Octal252155264

Shades and tints

Shades of #AA6DB4

#AA6DB4
(170,109,180)
#9B64A4
(155,100,164)
#8C5B94
(140,91,148)
#7D5284
(125,82,132)
#6E4974
(110,73,116)
#5F4064
(95,64,100)
#503754
(80,55,84)
#412E44
(65,46,68)
#322534
(50,37,52)
#231C24
(35,28,36)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA6DB4

#AA6DB4
(170,109,180)
#B17ABA
(177,122,186)
#B887C0
(184,135,192)
#BF94C6
(191,148,198)
#C6A1CC
(198,161,204)
#CDAED2
(205,174,210)
#D4BBD8
(212,187,216)
#DBC8DE
(219,200,222)
#E2D5E4
(226,213,228)
#E9E2EA
(233,226,234)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6DB4; }

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

This text font color is #AA6DB4.


Background Color

.myBgColor { background-color: #AA6DB4; }

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

This div background color is #AA6DB4.


Border color

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

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

This div border color is #AA6DB4.


Opacity

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

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

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

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

This text has shadow with #AA6DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6DB4 on black background.


Color preview on white background

This text has color #AA6DB4 on white background.



Black color preview on #AA6DB4 background

This text has black color on #AA6DB4 background.


White color preview on #AA6DB4 background

This text has white color on #AA6DB4 background.