COLOR #A597D1

HEX: #A597D1
RGB: (165,151,209)

Renk bilgisi

#A597D1 contains red, green and blue colors in about the same proportion. #A597D1 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A597D1 color RGB value is (165,151,209).

  • kırmız ton 165;
  • yeşil ton 151;
  • mavi ton 209.
RGB:
(165,151,209)
(65%,59%,82%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 151 of 255 = 59%
B 209 of 255 = 82%

165
151
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 151 + 209 = 525 (100%)
R 165 of 525 ~ 31.43%
G 151 of 525 ~ 28.76%
B 209 of 525 ~ 39.81%

%31.43
%28.76
%39.81

CMYK RENK MODELİ

#A597D1 rengi CMYK tonu (21,28,0,18).

  • camgöbeği tonu 21.05%
  • eflatun tonu 27.75%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(21,28,0,18)
C21M28Y0K18 
(21%,28%,0%,18%)
(0.21/0.28/0.00/0.18)	

CMYK yüzdeleri

%21.05
%27.75
%0
%18.04

Codes

Color #A597D1 in popluar color models

A597D1
RGB165151209
HSL254°38.67%70.59%
HSB/HSV254°27.75%81.96%
CMYK21.05%27.75%0.00%
18.04%

Color #A597D1 in popluar number systems.

HEXA597D1
Decimal165151209
Binary101001011001011111010001
Octal245227321

Shades and tints

Shades of #A597D1

#A597D1
(165,151,209)
#968ABE
(150,138,190)
#877DAB
(135,125,171)
#787098
(120,112,152)
#696385
(105,99,133)
#5A5672
(90,86,114)
#4B495F
(75,73,95)
#3C3C4C
(60,60,76)
#2D2F39
(45,47,57)
#1E2226
(30,34,38)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A597D1

#A597D1
(165,151,209)
#ADA0D5
(173,160,213)
#B5A9D9
(181,169,217)
#BDB2DD
(189,178,221)
#C5BBE1
(197,187,225)
#CDC4E5
(205,196,229)
#D5CDE9
(213,205,233)
#DDD6ED
(221,214,237)
#E5DFF1
(229,223,241)
#EDE8F5
(237,232,245)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A597D1 color. Also use rgb(165,151,209) instead hex code.

Text Font Color

.myTextColor { color: #A597D1; }

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

This text font color is #A597D1.


Background Color

.myBgColor { background-color: #A597D1; }

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

This div background color is #A597D1.


Border color

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

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

This div border color is #A597D1.


Opacity

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

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

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

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

This text has shadow with #A597D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A597D1 on black background.


Color preview on white background

This text has color #A597D1 on white background.



Black color preview on #A597D1 background

This text has black color on #A597D1 background.


White color preview on #A597D1 background

This text has white color on #A597D1 background.