COLOR #A589E4

HEX: #A589E4
RGB: (165,137,228)

Renk bilgisi

#A589E4 contains mainly blue color. #A589E4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A589E4 color RGB value is (165,137,228).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 137 of 255 = 54%
B 228 of 255 = 89%

165
137
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 137 + 228 = 530 (100%)
R 165 of 530 ~ 31.13%
G 137 of 530 ~ 25.85%
B 228 of 530 ~ 43.02%

%31.13
%25.85
%43.02

CMYK RENK MODELİ

#A589E4 rengi CMYK tonu (28,40,0,11).

  • camgöbeği tonu 27.63%
  • eflatun tonu 39.91%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(28,40,0,11)
C28M40Y0K11 
(28%,40%,0%,11%)
(0.28/0.40/0.00/0.11)	

CMYK yüzdeleri

%27.63
%39.91
%0
%10.59

Codes

Color #A589E4 in popluar color models

A589E4
RGB165137228
HSL258°62.76%71.57%
HSB/HSV258°39.91%89.41%
CMYK27.63%39.91%0.00%
10.59%

Color #A589E4 in popluar number systems.

HEXA589E4
Decimal165137228
Binary101001011000100111100100
Octal245211344

Shades and tints

Shades of #A589E4

#A589E4
(165,137,228)
#967DD0
(150,125,208)
#8771BC
(135,113,188)
#7865A8
(120,101,168)
#695994
(105,89,148)
#5A4D80
(90,77,128)
#4B416C
(75,65,108)
#3C3558
(60,53,88)
#2D2944
(45,41,68)
#1E1D30
(30,29,48)
#0F111C
(15,17,28)
#000000
(0,0,0)

Tints of #A589E4

#A589E4
(165,137,228)
#AD93E6
(173,147,230)
#B59DE8
(181,157,232)
#BDA7EA
(189,167,234)
#C5B1EC
(197,177,236)
#CDBBEE
(205,187,238)
#D5C5F0
(213,197,240)
#DDCFF2
(221,207,242)
#E5D9F4
(229,217,244)
#EDE3F6
(237,227,246)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589E4; }

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

This text font color is #A589E4.


Background Color

.myBgColor { background-color: #A589E4; }

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

This div background color is #A589E4.


Border color

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

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

This div border color is #A589E4.


Opacity

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

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

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

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

This text has shadow with #A589E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A589E4 on black background.


Color preview on white background

This text has color #A589E4 on white background.



Black color preview on #A589E4 background

This text has black color on #A589E4 background.


White color preview on #A589E4 background

This text has white color on #A589E4 background.