COLOR #AB5789

HEX: #AB5789
RGB: (171,87,137)

Renk bilgisi

#AB5789 contains mainly red and blue colors. #AB5789 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AB5789 color RGB value is (171,87,137).

  • kırmız ton 171;
  • yeşil ton 87;
  • mavi ton 137.
RGB:
(171,87,137)
(67%,34%,54%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 87 of 255 = 34%
B 137 of 255 = 54%

171
87
137

R + G + B ~ 52%. #AB5789 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 87 + 137 = 395 (100%)
R 171 of 395 ~ 43.29%
G 87 of 395 ~ 22.03%
B 137 of 395 ~ 34.68%

%43.29
%22.03
%34.68

CMYK RENK MODELİ

#AB5789 rengi CMYK tonu (0,49,20,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.12%
  • sarı tonu 19.88%
  • ana renk tonu 32.94%
CMYK:
(0,49,20,33)
C0M49Y20K33 
(0%,49%,20%,33%)
(0.00/0.49/0.20/0.33)	

CMYK yüzdeleri

%0
%49.12
%19.88
%32.94

Codes

Color #AB5789 in popluar color models

AB5789
RGB17187137
HSL324°33.33%50.59%
HSB/HSV324°49.12%67.06%
CMYK0.00%49.12%19.88%
32.94%

Color #AB5789 in popluar number systems.

HEXAB5789
Decimal17187137
Binary10101011101011110001001
Octal253127211

Shades and tints

Shades of #AB5789

#AB5789
(171,87,137)
#9C507D
(156,80,125)
#8D4971
(141,73,113)
#7E4265
(126,66,101)
#6F3B59
(111,59,89)
#60344D
(96,52,77)
#512D41
(81,45,65)
#422635
(66,38,53)
#331F29
(51,31,41)
#24181D
(36,24,29)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #AB5789

#AB5789
(171,87,137)
#B26693
(178,102,147)
#B9759D
(185,117,157)
#C084A7
(192,132,167)
#C793B1
(199,147,177)
#CEA2BB
(206,162,187)
#D5B1C5
(213,177,197)
#DCC0CF
(220,192,207)
#E3CFD9
(227,207,217)
#EADEE3
(234,222,227)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5789 color. Also use rgb(171,87,137) instead hex code.

Text Font Color

.myTextColor { color: #AB5789; }

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

This text font color is #AB5789.


Background Color

.myBgColor { background-color: #AB5789; }

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

This div background color is #AB5789.


Border color

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

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

This div border color is #AB5789.


Opacity

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

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

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

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

This text has shadow with #AB5789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5789 on black background.


Color preview on white background

This text has color #AB5789 on white background.



Black color preview on #AB5789 background

This text has black color on #AB5789 background.


White color preview on #AB5789 background

This text has white color on #AB5789 background.