COLOR #AA53AD

HEX: #AA53AD
RGB: (170,83,173)

Renk bilgisi

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

RGB renk modeli

#AA53AD color RGB value is (170,83,173).

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

RGB bağlantıları ve doygunluk

R 170 of 255 = 67%
G 83 of 255 = 33%
B 173 of 255 = 68%

170
83
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
170 + 83 + 173 = 426 (100%)
R 170 of 426 ~ 39.91%
G 83 of 426 ~ 19.48%
B 173 of 426 ~ 40.61%

%39.91
%19.48
%40.61

CMYK RENK MODELİ

#AA53AD rengi CMYK tonu (2,52,0,32).

  • camgöbeği tonu 1.73%
  • eflatun tonu 52.02%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(2,52,0,32)
C2M52Y0K32 
(2%,52%,0%,32%)
(0.02/0.52/0.00/0.32)	

CMYK yüzdeleri

%1.73
%52.02
%0
%32.16

Codes

Color #AA53AD in popluar color models

AA53AD
RGB17083173
HSL298°35.43%50.20%
HSB/HSV298°52.02%67.84%
CMYK1.73%52.02%0.00%
32.16%

Color #AA53AD in popluar number systems.

HEXAA53AD
Decimal17083173
Binary10101010101001110101101
Octal252123255

Shades and tints

Shades of #AA53AD

#AA53AD
(170,83,173)
#9B4C9E
(155,76,158)
#8C458F
(140,69,143)
#7D3E80
(125,62,128)
#6E3771
(110,55,113)
#5F3062
(95,48,98)
#502953
(80,41,83)
#412244
(65,34,68)
#321B35
(50,27,53)
#231426
(35,20,38)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #AA53AD

#AA53AD
(170,83,173)
#B162B4
(177,98,180)
#B871BB
(184,113,187)
#BF80C2
(191,128,194)
#C68FC9
(198,143,201)
#CD9ED0
(205,158,208)
#D4ADD7
(212,173,215)
#DBBCDE
(219,188,222)
#E2CBE5
(226,203,229)
#E9DAEC
(233,218,236)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA53AD; }

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

This text font color is #AA53AD.


Background Color

.myBgColor { background-color: #AA53AD; }

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

This div background color is #AA53AD.


Border color

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

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

This div border color is #AA53AD.


Opacity

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

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

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

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

This text has shadow with #AA53AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA53AD on black background.


Color preview on white background

This text has color #AA53AD on white background.



Black color preview on #AA53AD background

This text has black color on #AA53AD background.


White color preview on #AA53AD background

This text has white color on #AA53AD background.