COLOR #A591E4

HEX: #A591E4
RGB: (165,145,228)

Renk bilgisi

#A591E4 contains mainly blue color. #A591E4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A591E4 color RGB value is (165,145,228).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 145 of 255 = 57%
B 228 of 255 = 89%

165
145
228

R + G + B ~ 70%. #A591E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 145 + 228 = 538 (100%)
R 165 of 538 ~ 30.67%
G 145 of 538 ~ 26.95%
B 228 of 538 ~ 42.38%

%30.67
%26.95
%42.38

CMYK RENK MODELİ

#A591E4 rengi CMYK tonu (28,36,0,11).

  • camgöbeği tonu 27.63%
  • eflatun tonu 36.40%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(28,36,0,11)
C28M36Y0K11 
(28%,36%,0%,11%)
(0.28/0.36/0.00/0.11)	

CMYK yüzdeleri

%27.63
%36.4
%0
%10.59

Codes

Color #A591E4 in popluar color models

A591E4
RGB165145228
HSL254°60.58%73.14%
HSB/HSV254°36.40%89.41%
CMYK27.63%36.40%0.00%
10.59%

Color #A591E4 in popluar number systems.

HEXA591E4
Decimal165145228
Binary101001011001000111100100
Octal245221344

Shades and tints

Shades of #A591E4

#A591E4
(165,145,228)
#9684D0
(150,132,208)
#8777BC
(135,119,188)
#786AA8
(120,106,168)
#695D94
(105,93,148)
#5A5080
(90,80,128)
#4B436C
(75,67,108)
#3C3658
(60,54,88)
#2D2944
(45,41,68)
#1E1C30
(30,28,48)
#0F0F1C
(15,15,28)
#000000
(0,0,0)

Tints of #A591E4

#A591E4
(165,145,228)
#AD9BE6
(173,155,230)
#B5A5E8
(181,165,232)
#BDAFEA
(189,175,234)
#C5B9EC
(197,185,236)
#CDC3EE
(205,195,238)
#D5CDF0
(213,205,240)
#DDD7F2
(221,215,242)
#E5E1F4
(229,225,244)
#EDEBF6
(237,235,246)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A591E4; }

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

This text font color is #A591E4.


Background Color

.myBgColor { background-color: #A591E4; }

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

This div background color is #A591E4.


Border color

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

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

This div border color is #A591E4.


Opacity

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

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

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

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

This text has shadow with #A591E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A591E4 on black background.


Color preview on white background

This text has color #A591E4 on white background.



Black color preview on #A591E4 background

This text has black color on #A591E4 background.


White color preview on #A591E4 background

This text has white color on #A591E4 background.