COLOR #AB71BD

HEX: #AB71BD
RGB: (171,113,189)

Renk bilgisi

#AB71BD contains mainly red and blue colors. #AB71BD ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AB71BD color RGB value is (171,113,189).

  • kırmız ton 171;
  • yeşil ton 113;
  • mavi ton 189.
RGB:
(171,113,189)
(67%,44%,74%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 113 of 255 = 44%
B 189 of 255 = 74%

171
113
189

R + G + B ~ 62%. #AB71BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 113 + 189 = 473 (100%)
R 171 of 473 ~ 36.15%
G 113 of 473 ~ 23.89%
B 189 of 473 ~ 39.96%

%36.15
%23.89
%39.96

CMYK RENK MODELİ

#AB71BD rengi CMYK tonu (10,40,0,26).

  • camgöbeği tonu 9.52%
  • eflatun tonu 40.21%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(10,40,0,26)
C10M40Y0K26 
(10%,40%,0%,26%)
(0.10/0.40/0.00/0.26)	

CMYK yüzdeleri

%9.52
%40.21
%0
%25.88

Codes

Color #AB71BD in popluar color models

AB71BD
RGB171113189
HSL286°36.54%59.22%
HSB/HSV286°40.21%74.12%
CMYK9.52%40.21%0.00%
25.88%

Color #AB71BD in popluar number systems.

HEXAB71BD
Decimal171113189
Binary10101011111000110111101
Octal253161275

Shades and tints

Shades of #AB71BD

#AB71BD
(171,113,189)
#9C67AC
(156,103,172)
#8D5D9B
(141,93,155)
#7E538A
(126,83,138)
#6F4979
(111,73,121)
#603F68
(96,63,104)
#513557
(81,53,87)
#422B46
(66,43,70)
#332135
(51,33,53)
#241724
(36,23,36)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #AB71BD

#AB71BD
(171,113,189)
#B27DC3
(178,125,195)
#B989C9
(185,137,201)
#C095CF
(192,149,207)
#C7A1D5
(199,161,213)
#CEADDB
(206,173,219)
#D5B9E1
(213,185,225)
#DCC5E7
(220,197,231)
#E3D1ED
(227,209,237)
#EADDF3
(234,221,243)
#F1E9F9
(241,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB71BD color. Also use rgb(171,113,189) instead hex code.

Text Font Color

.myTextColor { color: #AB71BD; }

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

This text font color is #AB71BD.


Background Color

.myBgColor { background-color: #AB71BD; }

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

This div background color is #AB71BD.


Border color

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

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

This div border color is #AB71BD.


Opacity

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

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

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

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

This text has shadow with #AB71BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB71BD on black background.


Color preview on white background

This text has color #AB71BD on white background.



Black color preview on #AB71BD background

This text has black color on #AB71BD background.


White color preview on #AB71BD background

This text has white color on #AB71BD background.