COLOR #A589E7

HEX: #A589E7
RGB: (165,137,231)

Renk bilgisi

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

RGB renk modeli

#A589E7 color RGB value is (165,137,231).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 137 of 255 = 54%
B 231 of 255 = 91%

165
137
231

R + G + B ~ 70%. #A589E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 137 + 231 = 533 (100%)
R 165 of 533 ~ 30.96%
G 137 of 533 ~ 25.7%
B 231 of 533 ~ 43.34%

%30.96
%25.7
%43.34

CMYK RENK MODELİ

#A589E7 rengi CMYK tonu (29,41,0,9).

  • camgöbeği tonu 28.57%
  • eflatun tonu 40.69%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(29,41,0,9)
C29M41Y0K9 
(29%,41%,0%,9%)
(0.29/0.41/0.00/0.09)	

CMYK yüzdeleri

%28.57
%40.69
%0
%9.41

Codes

Color #A589E7 in popluar color models

A589E7
RGB165137231
HSL258°66.20%72.16%
HSB/HSV258°40.69%90.59%
CMYK28.57%40.69%0.00%
9.41%

Color #A589E7 in popluar number systems.

HEXA589E7
Decimal165137231
Binary101001011000100111100111
Octal245211347

Shades and tints

Shades of #A589E7

#A589E7
(165,137,231)
#967DD2
(150,125,210)
#8771BD
(135,113,189)
#7865A8
(120,101,168)
#695993
(105,89,147)
#5A4D7E
(90,77,126)
#4B4169
(75,65,105)
#3C3554
(60,53,84)
#2D293F
(45,41,63)
#1E1D2A
(30,29,42)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A589E7

#A589E7
(165,137,231)
#AD93E9
(173,147,233)
#B59DEB
(181,157,235)
#BDA7ED
(189,167,237)
#C5B1EF
(197,177,239)
#CDBBF1
(205,187,241)
#D5C5F3
(213,197,243)
#DDCFF5
(221,207,245)
#E5D9F7
(229,217,247)
#EDE3F9
(237,227,249)
#F5EDFB
(245,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589E7; }

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

This text font color is #A589E7.


Background Color

.myBgColor { background-color: #A589E7; }

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

This div background color is #A589E7.


Border color

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

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

This div border color is #A589E7.


Opacity

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

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

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

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

This text has shadow with #A589E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A589E7 on black background.


Color preview on white background

This text has color #A589E7 on white background.



Black color preview on #A589E7 background

This text has black color on #A589E7 background.


White color preview on #A589E7 background

This text has white color on #A589E7 background.