COLOR #A497DA

HEX: #A497DA
RGB: (164,151,218)

Renk bilgisi

#A497DA contains mainly red and blue colors. #A497DA ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A497DA color RGB value is (164,151,218).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 151 of 255 = 59%
B 218 of 255 = 85%

164
151
218

R + G + B ~ 69%. #A497DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 151 + 218 = 533 (100%)
R 164 of 533 ~ 30.77%
G 151 of 533 ~ 28.33%
B 218 of 533 ~ 40.9%

%30.77
%28.33
%40.9

CMYK RENK MODELİ

#A497DA rengi CMYK tonu (25,31,0,15).

  • camgöbeği tonu 24.77%
  • eflatun tonu 30.73%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(25,31,0,15)
C25M31Y0K15 
(25%,31%,0%,15%)
(0.25/0.31/0.00/0.15)	

CMYK yüzdeleri

%24.77
%30.73
%0
%14.51

Codes

Color #A497DA in popluar color models

A497DA
RGB164151218
HSL252°47.52%72.35%
HSB/HSV252°30.73%85.49%
CMYK24.77%30.73%0.00%
14.51%

Color #A497DA in popluar number systems.

HEXA497DA
Decimal164151218
Binary101001001001011111011010
Octal244227332

Shades and tints

Shades of #A497DA

#A497DA
(164,151,218)
#968AC7
(150,138,199)
#887DB4
(136,125,180)
#7A70A1
(122,112,161)
#6C638E
(108,99,142)
#5E567B
(94,86,123)
#504968
(80,73,104)
#423C55
(66,60,85)
#342F42
(52,47,66)
#26222F
(38,34,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #A497DA

#A497DA
(164,151,218)
#ACA0DD
(172,160,221)
#B4A9E0
(180,169,224)
#BCB2E3
(188,178,227)
#C4BBE6
(196,187,230)
#CCC4E9
(204,196,233)
#D4CDEC
(212,205,236)
#DCD6EF
(220,214,239)
#E4DFF2
(228,223,242)
#ECE8F5
(236,232,245)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A497DA; }

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

This text font color is #A497DA.


Background Color

.myBgColor { background-color: #A497DA; }

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

This div background color is #A497DA.


Border color

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

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

This div border color is #A497DA.


Opacity

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

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

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

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

This text has shadow with #A497DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A497DA on black background.


Color preview on white background

This text has color #A497DA on white background.



Black color preview on #A497DA background

This text has black color on #A497DA background.


White color preview on #A497DA background

This text has white color on #A497DA background.