COLOR #A589BA

HEX: #A589BA
RGB: (165,137,186)

Renk bilgisi

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

RGB renk modeli

#A589BA color RGB value is (165,137,186).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 137 of 255 = 54%
B 186 of 255 = 73%

165
137
186

R + G + B ~ 64%. #A589BA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 137 + 186 = 488 (100%)
R 165 of 488 ~ 33.81%
G 137 of 488 ~ 28.07%
B 186 of 488 ~ 38.11%

%33.81
%28.07
%38.11

CMYK RENK MODELİ

#A589BA rengi CMYK tonu (11,26,0,27).

  • camgöbeği tonu 11.29%
  • eflatun tonu 26.34%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(11,26,0,27)
C11M26Y0K27 
(11%,26%,0%,27%)
(0.11/0.26/0.00/0.27)	

CMYK yüzdeleri

%11.29
%26.34
%0
%27.06

Codes

Color #A589BA in popluar color models

A589BA
RGB165137186
HSL274°26.20%63.33%
HSB/HSV274°26.34%72.94%
CMYK11.29%26.34%0.00%
27.06%

Color #A589BA in popluar number systems.

HEXA589BA
Decimal165137186
Binary101001011000100110111010
Octal245211272

Shades and tints

Shades of #A589BA

#A589BA
(165,137,186)
#967DAA
(150,125,170)
#87719A
(135,113,154)
#78658A
(120,101,138)
#69597A
(105,89,122)
#5A4D6A
(90,77,106)
#4B415A
(75,65,90)
#3C354A
(60,53,74)
#2D293A
(45,41,58)
#1E1D2A
(30,29,42)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #A589BA

#A589BA
(165,137,186)
#AD93C0
(173,147,192)
#B59DC6
(181,157,198)
#BDA7CC
(189,167,204)
#C5B1D2
(197,177,210)
#CDBBD8
(205,187,216)
#D5C5DE
(213,197,222)
#DDCFE4
(221,207,228)
#E5D9EA
(229,217,234)
#EDE3F0
(237,227,240)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A589BA; }

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

This text font color is #A589BA.


Background Color

.myBgColor { background-color: #A589BA; }

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

This div background color is #A589BA.


Border color

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

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

This div border color is #A589BA.


Opacity

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

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

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

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

This text has shadow with #A589BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A589BA on black background.


Color preview on white background

This text has color #A589BA on white background.



Black color preview on #A589BA background

This text has black color on #A589BA background.


White color preview on #A589BA background

This text has white color on #A589BA background.