COLOR #AB6196

HEX: #AB6196
RGB: (171,97,150)

Renk bilgisi

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

RGB renk modeli

#AB6196 color RGB value is (171,97,150).

  • kırmız ton 171;
  • yeşil ton 97;
  • mavi ton 150.
RGB:
(171,97,150)
(67%,38%,59%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 97 of 255 = 38%
B 150 of 255 = 59%

171
97
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 97 + 150 = 418 (100%)
R 171 of 418 ~ 40.91%
G 97 of 418 ~ 23.21%
B 150 of 418 ~ 35.89%

%40.91
%23.21
%35.89

CMYK RENK MODELİ

#AB6196 rengi CMYK tonu (0,43,12,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.27%
  • sarı tonu 12.28%
  • ana renk tonu 32.94%
CMYK:
(0,43,12,33)
C0M43Y12K33 
(0%,43%,12%,33%)
(0.00/0.43/0.12/0.33)	

CMYK yüzdeleri

%0
%43.27
%12.28
%32.94

Codes

Color #AB6196 in popluar color models

AB6196
RGB17197150
HSL317°30.58%52.55%
HSB/HSV317°43.27%67.06%
CMYK0.00%43.27%12.28%
32.94%

Color #AB6196 in popluar number systems.

HEXAB6196
Decimal17197150
Binary10101011110000110010110
Octal253141226

Shades and tints

Shades of #AB6196

#AB6196
(171,97,150)
#9C5989
(156,89,137)
#8D517C
(141,81,124)
#7E496F
(126,73,111)
#6F4162
(111,65,98)
#603955
(96,57,85)
#513148
(81,49,72)
#42293B
(66,41,59)
#33212E
(51,33,46)
#241921
(36,25,33)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #AB6196

#AB6196
(171,97,150)
#B26F9F
(178,111,159)
#B97DA8
(185,125,168)
#C08BB1
(192,139,177)
#C799BA
(199,153,186)
#CEA7C3
(206,167,195)
#D5B5CC
(213,181,204)
#DCC3D5
(220,195,213)
#E3D1DE
(227,209,222)
#EADFE7
(234,223,231)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6196 color. Also use rgb(171,97,150) instead hex code.

Text Font Color

.myTextColor { color: #AB6196; }

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

This text font color is #AB6196.


Background Color

.myBgColor { background-color: #AB6196; }

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

This div background color is #AB6196.


Border color

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

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

This div border color is #AB6196.


Opacity

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

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

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

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

This text has shadow with #AB6196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6196 on black background.


Color preview on white background

This text has color #AB6196 on white background.



Black color preview on #AB6196 background

This text has black color on #AB6196 background.


White color preview on #AB6196 background

This text has white color on #AB6196 background.