COLOR #A590E6

HEX: #A590E6
RGB: (165,144,230)

Renk bilgisi

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

RGB renk modeli

#A590E6 color RGB value is (165,144,230).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 144 of 255 = 56%
B 230 of 255 = 90%

165
144
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 144 + 230 = 539 (100%)
R 165 of 539 ~ 30.61%
G 144 of 539 ~ 26.72%
B 230 of 539 ~ 42.67%

%30.61
%26.72
%42.67

CMYK RENK MODELİ

#A590E6 rengi CMYK tonu (28,37,0,10).

  • camgöbeği tonu 28.26%
  • eflatun tonu 37.39%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(28,37,0,10)
C28M37Y0K10 
(28%,37%,0%,10%)
(0.28/0.37/0.00/0.10)	

CMYK yüzdeleri

%28.26
%37.39
%0
%9.8

Codes

Color #A590E6 in popluar color models

A590E6
RGB165144230
HSL255°63.24%73.33%
HSB/HSV255°37.39%90.20%
CMYK28.26%37.39%0.00%
9.80%

Color #A590E6 in popluar number systems.

HEXA590E6
Decimal165144230
Binary101001011001000011100110
Octal245220346

Shades and tints

Shades of #A590E6

#A590E6
(165,144,230)
#9683D2
(150,131,210)
#8776BE
(135,118,190)
#7869AA
(120,105,170)
#695C96
(105,92,150)
#5A4F82
(90,79,130)
#4B426E
(75,66,110)
#3C355A
(60,53,90)
#2D2846
(45,40,70)
#1E1B32
(30,27,50)
#0F0E1E
(15,14,30)
#000000
(0,0,0)

Tints of #A590E6

#A590E6
(165,144,230)
#AD9AE8
(173,154,232)
#B5A4EA
(181,164,234)
#BDAEEC
(189,174,236)
#C5B8EE
(197,184,238)
#CDC2F0
(205,194,240)
#D5CCF2
(213,204,242)
#DDD6F4
(221,214,244)
#E5E0F6
(229,224,246)
#EDEAF8
(237,234,248)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A590E6; }

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

This text font color is #A590E6.


Background Color

.myBgColor { background-color: #A590E6; }

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

This div background color is #A590E6.


Border color

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

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

This div border color is #A590E6.


Opacity

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

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

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

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

This text has shadow with #A590E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A590E6 on black background.


Color preview on white background

This text has color #A590E6 on white background.



Black color preview on #A590E6 background

This text has black color on #A590E6 background.


White color preview on #A590E6 background

This text has white color on #A590E6 background.