COLOR #AB5197

HEX: #AB5197
RGB: (171,81,151)

Renk bilgisi

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

RGB renk modeli

#AB5197 color RGB value is (171,81,151).

  • kırmız ton 171;
  • yeşil ton 81;
  • mavi ton 151.
RGB:
(171,81,151)
(67%,32%,59%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 81 of 255 = 32%
B 151 of 255 = 59%

171
81
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 81 + 151 = 403 (100%)
R 171 of 403 ~ 42.43%
G 81 of 403 ~ 20.1%
B 151 of 403 ~ 37.47%

%42.43
%20.1
%37.47

CMYK RENK MODELİ

#AB5197 rengi CMYK tonu (0,53,12,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.63%
  • sarı tonu 11.70%
  • ana renk tonu 32.94%
CMYK:
(0,53,12,33)
C0M53Y12K33 
(0%,53%,12%,33%)
(0.00/0.53/0.12/0.33)	

CMYK yüzdeleri

%0
%52.63
%11.7
%32.94

Codes

Color #AB5197 in popluar color models

AB5197
RGB17181151
HSL313°35.71%49.41%
HSB/HSV313°52.63%67.06%
CMYK0.00%52.63%11.70%
32.94%

Color #AB5197 in popluar number systems.

HEXAB5197
Decimal17181151
Binary10101011101000110010111
Octal253121227

Shades and tints

Shades of #AB5197

#AB5197
(171,81,151)
#9C4A8A
(156,74,138)
#8D437D
(141,67,125)
#7E3C70
(126,60,112)
#6F3563
(111,53,99)
#602E56
(96,46,86)
#512749
(81,39,73)
#42203C
(66,32,60)
#33192F
(51,25,47)
#241222
(36,18,34)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #AB5197

#AB5197
(171,81,151)
#B260A0
(178,96,160)
#B96FA9
(185,111,169)
#C07EB2
(192,126,178)
#C78DBB
(199,141,187)
#CE9CC4
(206,156,196)
#D5ABCD
(213,171,205)
#DCBAD6
(220,186,214)
#E3C9DF
(227,201,223)
#EAD8E8
(234,216,232)
#F1E7F1
(241,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5197 color. Also use rgb(171,81,151) instead hex code.

Text Font Color

.myTextColor { color: #AB5197; }

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

This text font color is #AB5197.


Background Color

.myBgColor { background-color: #AB5197; }

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

This div background color is #AB5197.


Border color

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

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

This div border color is #AB5197.


Opacity

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

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

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

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

This text has shadow with #AB5197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5197 on black background.


Color preview on white background

This text has color #AB5197 on white background.



Black color preview on #AB5197 background

This text has black color on #AB5197 background.


White color preview on #AB5197 background

This text has white color on #AB5197 background.