COLOR #520AA1

HEX: #520AA1
RGB: (82,10,161)

Renk bilgisi

#520AA1 contains mainly blue color. #520AA1 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#520AA1 color RGB value is (82,10,161).

  • kırmız ton 82;
  • yeşil ton 10;
  • mavi ton 161.
RGB:
(82,10,161)
(32%,4%,63%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 10 of 255 = 4%
B 161 of 255 = 63%

82
10
161

R + G + B ~ 33%. #520AA1 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 10 + 161 = 253 (100%)
R 82 of 253 ~ 32.41%
G 10 of 253 ~ 3.95%
B 161 of 253 ~ 63.64%

%32.41
%63.64

CMYK RENK MODELİ

#520AA1 rengi CMYK tonu (49,94,0,37).

  • camgöbeği tonu 49.07%
  • eflatun tonu 93.79%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(49,94,0,37)
C49M94Y0K37 
(49%,94%,0%,37%)
(0.49/0.94/0.00/0.37)	

CMYK yüzdeleri

%49.07
%93.79
%0
%36.86

Codes

Color #520AA1 in popluar color models

520AA1
RGB8210161
HSL269°88.30%33.53%
HSB/HSV269°93.79%63.14%
CMYK49.07%93.79%0.00%
36.86%

Color #520AA1 in popluar number systems.

HEX520AA1
Decimal8210161
Binary1010010101010100001
Octal12212241

Shades and tints

Shades of #520AA1

#520AA1
(82,10,161)
#4B0A93
(75,10,147)
#440A85
(68,10,133)
#3D0A77
(61,10,119)
#360A69
(54,10,105)
#2F0A5B
(47,10,91)
#280A4D
(40,10,77)
#210A3F
(33,10,63)
#1A0A31
(26,10,49)
#130A23
(19,10,35)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #520AA1

#520AA1
(82,10,161)
#6120A9
(97,32,169)
#7036B1
(112,54,177)
#7F4CB9
(127,76,185)
#8E62C1
(142,98,193)
#9D78C9
(157,120,201)
#AC8ED1
(172,142,209)
#BBA4D9
(187,164,217)
#CABAE1
(202,186,225)
#D9D0E9
(217,208,233)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520AA1 color. Also use rgb(82,10,161) instead hex code.

Text Font Color

.myTextColor { color: #520AA1; }

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

This text font color is #520AA1.


Background Color

.myBgColor { background-color: #520AA1; }

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

This div background color is #520AA1.


Border color

.myBorderColor { border: 1px solid #520AA1; }

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

This div border color is #520AA1.


Opacity

.myOpacity80 { color: #520AA1; opacity: 0.8; }

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

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

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

This text has shadow with #520AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520AA1 on black background.


Color preview on white background

This text has color #520AA1 on white background.



Black color preview on #520AA1 background

This text has black color on #520AA1 background.


White color preview on #520AA1 background

This text has white color on #520AA1 background.