COLOR #A591F0

HEX: #A591F0
RGB: (165,145,240)

Renk bilgisi

#A591F0 contains mainly blue color. #A591F0 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#A591F0 color RGB value is (165,145,240).

  • kırmız ton 165;
  • yeşil ton 145;
  • mavi ton 240.
RGB:
(165,145,240)
(65%,57%,94%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 145 of 255 = 57%
B 240 of 255 = 94%

165
145
240

R + G + B ~ 72%. #A591F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 145 + 240 = 550 (100%)
R 165 of 550 ~ 30%
G 145 of 550 ~ 26.36%
B 240 of 550 ~ 43.64%

%30
%26.36
%43.64

CMYK RENK MODELİ

#A591F0 rengi CMYK tonu (31,40,0,6).

  • camgöbeği tonu 31.25%
  • eflatun tonu 39.58%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(31,40,0,6)
C31M40Y0K6 
(31%,40%,0%,6%)
(0.31/0.40/0.00/0.06)	

CMYK yüzdeleri

%31.25
%39.58
%0
%5.88

Codes

Color #A591F0 in popluar color models

A591F0
RGB165145240
HSL253°76.00%75.49%
HSB/HSV253°39.58%94.12%
CMYK31.25%39.58%0.00%
5.88%

Color #A591F0 in popluar number systems.

HEXA591F0
Decimal165145240
Binary101001011001000111110000
Octal245221360

Shades and tints

Shades of #A591F0

#A591F0
(165,145,240)
#9684DB
(150,132,219)
#8777C6
(135,119,198)
#786AB1
(120,106,177)
#695D9C
(105,93,156)
#5A5087
(90,80,135)
#4B4372
(75,67,114)
#3C365D
(60,54,93)
#2D2948
(45,41,72)
#1E1C33
(30,28,51)
#0F0F1E
(15,15,30)
#000000
(0,0,0)

Tints of #A591F0

#A591F0
(165,145,240)
#AD9BF1
(173,155,241)
#B5A5F2
(181,165,242)
#BDAFF3
(189,175,243)
#C5B9F4
(197,185,244)
#CDC3F5
(205,195,245)
#D5CDF6
(213,205,246)
#DDD7F7
(221,215,247)
#E5E1F8
(229,225,248)
#EDEBF9
(237,235,249)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A591F0 color. Also use rgb(165,145,240) instead hex code.

Text Font Color

.myTextColor { color: #A591F0; }

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

This text font color is #A591F0.


Background Color

.myBgColor { background-color: #A591F0; }

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

This div background color is #A591F0.


Border color

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

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

This div border color is #A591F0.


Opacity

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

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

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

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

This text has shadow with #A591F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A591F0 on black background.


Color preview on white background

This text has color #A591F0 on white background.



Black color preview on #A591F0 background

This text has black color on #A591F0 background.


White color preview on #A591F0 background

This text has white color on #A591F0 background.