COLOR #A59AE4

HEX: #A59AE4
RGB: (165,154,228)

Renk bilgisi

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

RGB renk modeli

#A59AE4 color RGB value is (165,154,228).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 154 of 255 = 60%
B 228 of 255 = 89%

165
154
228

R + G + B ~ 71%. #A59AE4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 154 + 228 = 547 (100%)
R 165 of 547 ~ 30.16%
G 154 of 547 ~ 28.15%
B 228 of 547 ~ 41.68%

%30.16
%28.15
%41.68

CMYK RENK MODELİ

#A59AE4 rengi CMYK tonu (28,32,0,11).

  • camgöbeği tonu 27.63%
  • eflatun tonu 32.46%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(28,32,0,11)
C28M32Y0K11 
(28%,32%,0%,11%)
(0.28/0.32/0.00/0.11)	

CMYK yüzdeleri

%27.63
%32.46
%0
%10.59

Codes

Color #A59AE4 in popluar color models

A59AE4
RGB165154228
HSL249°57.81%74.90%
HSB/HSV249°32.46%89.41%
CMYK27.63%32.46%0.00%
10.59%

Color #A59AE4 in popluar number systems.

HEXA59AE4
Decimal165154228
Binary101001011001101011100100
Octal245232344

Shades and tints

Shades of #A59AE4

#A59AE4
(165,154,228)
#968CD0
(150,140,208)
#877EBC
(135,126,188)
#7870A8
(120,112,168)
#696294
(105,98,148)
#5A5480
(90,84,128)
#4B466C
(75,70,108)
#3C3858
(60,56,88)
#2D2A44
(45,42,68)
#1E1C30
(30,28,48)
#0F0E1C
(15,14,28)
#000000
(0,0,0)

Tints of #A59AE4

#A59AE4
(165,154,228)
#ADA3E6
(173,163,230)
#B5ACE8
(181,172,232)
#BDB5EA
(189,181,234)
#C5BEEC
(197,190,236)
#CDC7EE
(205,199,238)
#D5D0F0
(213,208,240)
#DDD9F2
(221,217,242)
#E5E2F4
(229,226,244)
#EDEBF6
(237,235,246)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59AE4; }

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

This text font color is #A59AE4.


Background Color

.myBgColor { background-color: #A59AE4; }

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

This div background color is #A59AE4.


Border color

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

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

This div border color is #A59AE4.


Opacity

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

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

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

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

This text has shadow with #A59AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59AE4 on black background.


Color preview on white background

This text has color #A59AE4 on white background.



Black color preview on #A59AE4 background

This text has black color on #A59AE4 background.


White color preview on #A59AE4 background

This text has white color on #A59AE4 background.