COLOR #AB47E4

HEX: #AB47E4
RGB: (171,71,228)

Renk bilgisi

#AB47E4 contains mainly red and blue colors. #AB47E4 ‘ nin web güvenlik rengi #9933CC (ya da #93C) dir.

RGB renk modeli

#AB47E4 color RGB value is (171,71,228).

  • kırmız ton 171;
  • yeşil ton 71;
  • mavi ton 228.
RGB:
(171,71,228)
(67%,28%,89%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 71 of 255 = 28%
B 228 of 255 = 89%

171
71
228

R + G + B ~ 61%. #AB47E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 71 + 228 = 470 (100%)
R 171 of 470 ~ 36.38%
G 71 of 470 ~ 15.11%
B 228 of 470 ~ 48.51%

%36.38
%15.11
%48.51

CMYK RENK MODELİ

#AB47E4 rengi CMYK tonu (25,69,0,11).

  • camgöbeği tonu 25.00%
  • eflatun tonu 68.86%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(25,69,0,11)
C25M69Y0K11 
(25%,69%,0%,11%)
(0.25/0.69/0.00/0.11)	

CMYK yüzdeleri

%25
%68.86
%0
%10.59

Codes

Color #AB47E4 in popluar color models

AB47E4
RGB17171228
HSL278°74.41%58.63%
HSB/HSV278°68.86%89.41%
CMYK25.00%68.86%0.00%
10.59%

Color #AB47E4 in popluar number systems.

HEXAB47E4
Decimal17171228
Binary10101011100011111100100
Octal253107344

Shades and tints

Shades of #AB47E4

#AB47E4
(171,71,228)
#9C41D0
(156,65,208)
#8D3BBC
(141,59,188)
#7E35A8
(126,53,168)
#6F2F94
(111,47,148)
#602980
(96,41,128)
#51236C
(81,35,108)
#421D58
(66,29,88)
#331744
(51,23,68)
#241130
(36,17,48)
#150B1C
(21,11,28)
#000000
(0,0,0)

Tints of #AB47E4

#AB47E4
(171,71,228)
#B257E6
(178,87,230)
#B967E8
(185,103,232)
#C077EA
(192,119,234)
#C787EC
(199,135,236)
#CE97EE
(206,151,238)
#D5A7F0
(213,167,240)
#DCB7F2
(220,183,242)
#E3C7F4
(227,199,244)
#EAD7F6
(234,215,246)
#F1E7F8
(241,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB47E4 color. Also use rgb(171,71,228) instead hex code.

Text Font Color

.myTextColor { color: #AB47E4; }

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

This text font color is #AB47E4.


Background Color

.myBgColor { background-color: #AB47E4; }

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

This div background color is #AB47E4.


Border color

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

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

This div border color is #AB47E4.


Opacity

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

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

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

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

This text has shadow with #AB47E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB47E4 on black background.


Color preview on white background

This text has color #AB47E4 on white background.



Black color preview on #AB47E4 background

This text has black color on #AB47E4 background.


White color preview on #AB47E4 background

This text has white color on #AB47E4 background.