COLOR #AB5592

HEX: #AB5592
RGB: (171,85,146)

Renk bilgisi

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

RGB renk modeli

#AB5592 color RGB value is (171,85,146).

  • kırmız ton 171;
  • yeşil ton 85;
  • mavi ton 146.
RGB:
(171,85,146)
(67%,33%,57%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 85 of 255 = 33%
B 146 of 255 = 57%

171
85
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 85 + 146 = 402 (100%)
R 171 of 402 ~ 42.54%
G 85 of 402 ~ 21.14%
B 146 of 402 ~ 36.32%

%42.54
%21.14
%36.32

CMYK RENK MODELİ

#AB5592 rengi CMYK tonu (0,50,15,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.29%
  • sarı tonu 14.62%
  • ana renk tonu 32.94%
CMYK:
(0,50,15,33)
C0M50Y15K33 
(0%,50%,15%,33%)
(0.00/0.50/0.15/0.33)	

CMYK yüzdeleri

%0
%50.29
%14.62
%32.94

Codes

Color #AB5592 in popluar color models

AB5592
RGB17185146
HSL317°33.86%50.20%
HSB/HSV317°50.29%67.06%
CMYK0.00%50.29%14.62%
32.94%

Color #AB5592 in popluar number systems.

HEXAB5592
Decimal17185146
Binary10101011101010110010010
Octal253125222

Shades and tints

Shades of #AB5592

#AB5592
(171,85,146)
#9C4E85
(156,78,133)
#8D4778
(141,71,120)
#7E406B
(126,64,107)
#6F395E
(111,57,94)
#603251
(96,50,81)
#512B44
(81,43,68)
#422437
(66,36,55)
#331D2A
(51,29,42)
#24161D
(36,22,29)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB5592

#AB5592
(171,85,146)
#B2649B
(178,100,155)
#B973A4
(185,115,164)
#C082AD
(192,130,173)
#C791B6
(199,145,182)
#CEA0BF
(206,160,191)
#D5AFC8
(213,175,200)
#DCBED1
(220,190,209)
#E3CDDA
(227,205,218)
#EADCE3
(234,220,227)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5592 color. Also use rgb(171,85,146) instead hex code.

Text Font Color

.myTextColor { color: #AB5592; }

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

This text font color is #AB5592.


Background Color

.myBgColor { background-color: #AB5592; }

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

This div background color is #AB5592.


Border color

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

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

This div border color is #AB5592.


Opacity

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

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

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

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

This text has shadow with #AB5592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5592 on black background.


Color preview on white background

This text has color #AB5592 on white background.



Black color preview on #AB5592 background

This text has black color on #AB5592 background.


White color preview on #AB5592 background

This text has white color on #AB5592 background.