COLOR #A590E4

HEX: #A590E4
RGB: (165,144,228)

Renk bilgisi

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

RGB renk modeli

#A590E4 color RGB value is (165,144,228).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 144 of 255 = 56%
B 228 of 255 = 89%

165
144
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 144 + 228 = 537 (100%)
R 165 of 537 ~ 30.73%
G 144 of 537 ~ 26.82%
B 228 of 537 ~ 42.46%

%30.73
%26.82
%42.46

CMYK RENK MODELİ

#A590E4 rengi CMYK tonu (28,37,0,11).

  • camgöbeği tonu 27.63%
  • eflatun tonu 36.84%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(28,37,0,11)
C28M37Y0K11 
(28%,37%,0%,11%)
(0.28/0.37/0.00/0.11)	

CMYK yüzdeleri

%27.63
%36.84
%0
%10.59

Codes

Color #A590E4 in popluar color models

A590E4
RGB165144228
HSL255°60.87%72.94%
HSB/HSV255°36.84%89.41%
CMYK27.63%36.84%0.00%
10.59%

Color #A590E4 in popluar number systems.

HEXA590E4
Decimal165144228
Binary101001011001000011100100
Octal245220344

Shades and tints

Shades of #A590E4

#A590E4
(165,144,228)
#9683D0
(150,131,208)
#8776BC
(135,118,188)
#7869A8
(120,105,168)
#695C94
(105,92,148)
#5A4F80
(90,79,128)
#4B426C
(75,66,108)
#3C3558
(60,53,88)
#2D2844
(45,40,68)
#1E1B30
(30,27,48)
#0F0E1C
(15,14,28)
#000000
(0,0,0)

Tints of #A590E4

#A590E4
(165,144,228)
#AD9AE6
(173,154,230)
#B5A4E8
(181,164,232)
#BDAEEA
(189,174,234)
#C5B8EC
(197,184,236)
#CDC2EE
(205,194,238)
#D5CCF0
(213,204,240)
#DDD6F2
(221,214,242)
#E5E0F4
(229,224,244)
#EDEAF6
(237,234,246)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A590E4; }

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

This text font color is #A590E4.


Background Color

.myBgColor { background-color: #A590E4; }

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

This div background color is #A590E4.


Border color

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

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

This div border color is #A590E4.


Opacity

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

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

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

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

This text has shadow with #A590E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A590E4 on black background.


Color preview on white background

This text has color #A590E4 on white background.



Black color preview on #A590E4 background

This text has black color on #A590E4 background.


White color preview on #A590E4 background

This text has white color on #A590E4 background.