COLOR #A597E7

HEX: #A597E7
RGB: (165,151,231)

Renk bilgisi

#A597E7 contains mainly blue color. #A597E7 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#A597E7 color RGB value is (165,151,231).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 151 of 255 = 59%
B 231 of 255 = 91%

165
151
231

R + G + B ~ 72%. #A597E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 151 + 231 = 547 (100%)
R 165 of 547 ~ 30.16%
G 151 of 547 ~ 27.61%
B 231 of 547 ~ 42.23%

%30.16
%27.61
%42.23

CMYK RENK MODELİ

#A597E7 rengi CMYK tonu (29,35,0,9).

  • camgöbeği tonu 28.57%
  • eflatun tonu 34.63%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(29,35,0,9)
C29M35Y0K9 
(29%,35%,0%,9%)
(0.29/0.35/0.00/0.09)	

CMYK yüzdeleri

%28.57
%34.63
%0
%9.41

Codes

Color #A597E7 in popluar color models

A597E7
RGB165151231
HSL251°62.50%74.90%
HSB/HSV251°34.63%90.59%
CMYK28.57%34.63%0.00%
9.41%

Color #A597E7 in popluar number systems.

HEXA597E7
Decimal165151231
Binary101001011001011111100111
Octal245227347

Shades and tints

Shades of #A597E7

#A597E7
(165,151,231)
#968AD2
(150,138,210)
#877DBD
(135,125,189)
#7870A8
(120,112,168)
#696393
(105,99,147)
#5A567E
(90,86,126)
#4B4969
(75,73,105)
#3C3C54
(60,60,84)
#2D2F3F
(45,47,63)
#1E222A
(30,34,42)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A597E7

#A597E7
(165,151,231)
#ADA0E9
(173,160,233)
#B5A9EB
(181,169,235)
#BDB2ED
(189,178,237)
#C5BBEF
(197,187,239)
#CDC4F1
(205,196,241)
#D5CDF3
(213,205,243)
#DDD6F5
(221,214,245)
#E5DFF7
(229,223,247)
#EDE8F9
(237,232,249)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A597E7; }

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

This text font color is #A597E7.


Background Color

.myBgColor { background-color: #A597E7; }

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

This div background color is #A597E7.


Border color

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

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

This div border color is #A597E7.


Opacity

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

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

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

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

This text has shadow with #A597E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A597E7 on black background.


Color preview on white background

This text has color #A597E7 on white background.



Black color preview on #A597E7 background

This text has black color on #A597E7 background.


White color preview on #A597E7 background

This text has white color on #A597E7 background.