COLOR #A571F1

HEX: #A571F1
RGB: (165,113,241)

Renk bilgisi

#A571F1 contains mainly blue color. #A571F1 ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#A571F1 color RGB value is (165,113,241).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 113 of 255 = 44%
B 241 of 255 = 95%

165
113
241

R + G + B ~ 68%. #A571F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 113 + 241 = 519 (100%)
R 165 of 519 ~ 31.79%
G 113 of 519 ~ 21.77%
B 241 of 519 ~ 46.44%

%31.79
%21.77
%46.44

CMYK RENK MODELİ

#A571F1 rengi CMYK tonu (32,53,0,5).

  • camgöbeği tonu 31.54%
  • eflatun tonu 53.11%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(32,53,0,5)
C32M53Y0K5 
(32%,53%,0%,5%)
(0.32/0.53/0.00/0.05)	

CMYK yüzdeleri

%31.54
%53.11
%0
%5.49

Codes

Color #A571F1 in popluar color models

A571F1
RGB165113241
HSL264°82.05%69.41%
HSB/HSV264°53.11%94.51%
CMYK31.54%53.11%0.00%
5.49%

Color #A571F1 in popluar number systems.

HEXA571F1
Decimal165113241
Binary10100101111000111110001
Octal245161361

Shades and tints

Shades of #A571F1

#A571F1
(165,113,241)
#9667DC
(150,103,220)
#875DC7
(135,93,199)
#7853B2
(120,83,178)
#69499D
(105,73,157)
#5A3F88
(90,63,136)
#4B3573
(75,53,115)
#3C2B5E
(60,43,94)
#2D2149
(45,33,73)
#1E1734
(30,23,52)
#0F0D1F
(15,13,31)
#000000
(0,0,0)

Tints of #A571F1

#A571F1
(165,113,241)
#AD7DF2
(173,125,242)
#B589F3
(181,137,243)
#BD95F4
(189,149,244)
#C5A1F5
(197,161,245)
#CDADF6
(205,173,246)
#D5B9F7
(213,185,247)
#DDC5F8
(221,197,248)
#E5D1F9
(229,209,249)
#EDDDFA
(237,221,250)
#F5E9FB
(245,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A571F1; }

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

This text font color is #A571F1.


Background Color

.myBgColor { background-color: #A571F1; }

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

This div background color is #A571F1.


Border color

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

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

This div border color is #A571F1.


Opacity

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

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

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

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

This text has shadow with #A571F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A571F1 on black background.


Color preview on white background

This text has color #A571F1 on white background.



Black color preview on #A571F1 background

This text has black color on #A571F1 background.


White color preview on #A571F1 background

This text has white color on #A571F1 background.