COLOR #A497AD

HEX: #A497AD
RGB: (164,151,173)

Renk bilgisi

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

RGB renk modeli

#A497AD color RGB value is (164,151,173).

  • kırmız ton 164;
  • yeşil ton 151;
  • mavi ton 173.
RGB:
(164,151,173)
(64%,59%,68%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 151 of 255 = 59%
B 173 of 255 = 68%

164
151
173

R + G + B ~ 64%. #A497AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 151 + 173 = 488 (100%)
R 164 of 488 ~ 33.61%
G 151 of 488 ~ 30.94%
B 173 of 488 ~ 35.45%

%33.61
%30.94
%35.45

CMYK RENK MODELİ

#A497AD rengi CMYK tonu (5,13,0,32).

  • camgöbeği tonu 5.20%
  • eflatun tonu 12.72%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(5,13,0,32)
C5M13Y0K32 
(5%,13%,0%,32%)
(0.05/0.13/0.00/0.32)	

CMYK yüzdeleri

%5.2
%12.72
%0
%32.16

Codes

Color #A497AD in popluar color models

A497AD
RGB164151173
HSL275°11.83%63.53%
HSB/HSV275°12.72%67.84%
CMYK5.20%12.72%0.00%
32.16%

Color #A497AD in popluar number systems.

HEXA497AD
Decimal164151173
Binary101001001001011110101101
Octal244227255

Shades and tints

Shades of #A497AD

#A497AD
(164,151,173)
#968A9E
(150,138,158)
#887D8F
(136,125,143)
#7A7080
(122,112,128)
#6C6371
(108,99,113)
#5E5662
(94,86,98)
#504953
(80,73,83)
#423C44
(66,60,68)
#342F35
(52,47,53)
#262226
(38,34,38)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A497AD

#A497AD
(164,151,173)
#ACA0B4
(172,160,180)
#B4A9BB
(180,169,187)
#BCB2C2
(188,178,194)
#C4BBC9
(196,187,201)
#CCC4D0
(204,196,208)
#D4CDD7
(212,205,215)
#DCD6DE
(220,214,222)
#E4DFE5
(228,223,229)
#ECE8EC
(236,232,236)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A497AD color. Also use rgb(164,151,173) instead hex code.

Text Font Color

.myTextColor { color: #A497AD; }

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

This text font color is #A497AD.


Background Color

.myBgColor { background-color: #A497AD; }

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

This div background color is #A497AD.


Border color

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

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

This div border color is #A497AD.


Opacity

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

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

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

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

This text has shadow with #A497AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A497AD on black background.


Color preview on white background

This text has color #A497AD on white background.



Black color preview on #A497AD background

This text has black color on #A497AD background.


White color preview on #A497AD background

This text has white color on #A497AD background.