COLOR #A520FC

HEX: #A520FC
RGB: (165,32,252)

Renk bilgisi

#A520FC contains mainly blue color. #A520FC ‘ nin web güvenlik rengi #9933FF (ya da #93F) dir.

RGB renk modeli

#A520FC color RGB value is (165,32,252).

  • kırmız ton 165;
  • yeşil ton 32;
  • mavi ton 252.
RGB:
(165,32,252)
(65%,13%,99%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 32 of 255 = 13%
B 252 of 255 = 99%

165
32
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 32 + 252 = 449 (100%)
R 165 of 449 ~ 36.75%
G 32 of 449 ~ 7.13%
B 252 of 449 ~ 56.12%

%36.75
%56.12

CMYK RENK MODELİ

#A520FC rengi CMYK tonu (35,87,0,1).

  • camgöbeği tonu 34.52%
  • eflatun tonu 87.30%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(35,87,0,1)
C35M87Y0K1 
(35%,87%,0%,1%)
(0.35/0.87/0.00/0.01)	

CMYK yüzdeleri

%34.52
%87.3
%0
%1.18

Codes

Color #A520FC in popluar color models

A520FC
RGB16532252
HSL276°97.35%55.69%
HSB/HSV276°87.30%98.82%
CMYK34.52%87.30%0.00%
1.18%

Color #A520FC in popluar number systems.

HEXA520FC
Decimal16532252
Binary1010010110000011111100
Octal24540374

Shades and tints

Shades of #A520FC

#A520FC
(165,32,252)
#961EE6
(150,30,230)
#871CD0
(135,28,208)
#781ABA
(120,26,186)
#6918A4
(105,24,164)
#5A168E
(90,22,142)
#4B1478
(75,20,120)
#3C1262
(60,18,98)
#2D104C
(45,16,76)
#1E0E36
(30,14,54)
#0F0C20
(15,12,32)
#000000
(0,0,0)

Tints of #A520FC

#A520FC
(165,32,252)
#AD34FC
(173,52,252)
#B548FC
(181,72,252)
#BD5CFC
(189,92,252)
#C570FC
(197,112,252)
#CD84FC
(205,132,252)
#D598FC
(213,152,252)
#DDACFC
(221,172,252)
#E5C0FC
(229,192,252)
#EDD4FC
(237,212,252)
#F5E8FC
(245,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A520FC color. Also use rgb(165,32,252) instead hex code.

Text Font Color

.myTextColor { color: #A520FC; }

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

This text font color is #A520FC.


Background Color

.myBgColor { background-color: #A520FC; }

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

This div background color is #A520FC.


Border color

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

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

This div border color is #A520FC.


Opacity

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

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

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

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

This text has shadow with #A520FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A520FC on black background.


Color preview on white background

This text has color #A520FC on white background.



Black color preview on #A520FC background

This text has black color on #A520FC background.


White color preview on #A520FC background

This text has white color on #A520FC background.