COLOR #A571B4

HEX: #A571B4
RGB: (165,113,180)

Renk bilgisi

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

RGB renk modeli

#A571B4 color RGB value is (165,113,180).

  • kırmız ton 165;
  • yeşil ton 113;
  • mavi ton 180.
RGB:
(165,113,180)
(65%,44%,71%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 113 of 255 = 44%
B 180 of 255 = 71%

165
113
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 113 + 180 = 458 (100%)
R 165 of 458 ~ 36.03%
G 113 of 458 ~ 24.67%
B 180 of 458 ~ 39.3%

%36.03
%24.67
%39.3

CMYK RENK MODELİ

#A571B4 rengi CMYK tonu (8,37,0,29).

  • camgöbeği tonu 8.33%
  • eflatun tonu 37.22%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(8,37,0,29)
C8M37Y0K29 
(8%,37%,0%,29%)
(0.08/0.37/0.00/0.29)	

CMYK yüzdeleri

%8.33
%37.22
%0
%29.41

Codes

Color #A571B4 in popluar color models

A571B4
RGB165113180
HSL287°30.88%57.45%
HSB/HSV287°37.22%70.59%
CMYK8.33%37.22%0.00%
29.41%

Color #A571B4 in popluar number systems.

HEXA571B4
Decimal165113180
Binary10100101111000110110100
Octal245161264

Shades and tints

Shades of #A571B4

#A571B4
(165,113,180)
#9667A4
(150,103,164)
#875D94
(135,93,148)
#785384
(120,83,132)
#694974
(105,73,116)
#5A3F64
(90,63,100)
#4B3554
(75,53,84)
#3C2B44
(60,43,68)
#2D2134
(45,33,52)
#1E1724
(30,23,36)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #A571B4

#A571B4
(165,113,180)
#AD7DBA
(173,125,186)
#B589C0
(181,137,192)
#BD95C6
(189,149,198)
#C5A1CC
(197,161,204)
#CDADD2
(205,173,210)
#D5B9D8
(213,185,216)
#DDC5DE
(221,197,222)
#E5D1E4
(229,209,228)
#EDDDEA
(237,221,234)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A571B4 color. Also use rgb(165,113,180) instead hex code.

Text Font Color

.myTextColor { color: #A571B4; }

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

This text font color is #A571B4.


Background Color

.myBgColor { background-color: #A571B4; }

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

This div background color is #A571B4.


Border color

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

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

This div border color is #A571B4.


Opacity

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

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

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

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

This text has shadow with #A571B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A571B4 on black background.


Color preview on white background

This text has color #A571B4 on white background.



Black color preview on #A571B4 background

This text has black color on #A571B4 background.


White color preview on #A571B4 background

This text has white color on #A571B4 background.