COLOR #A59CE5

HEX: #A59CE5
RGB: (165,156,229)

Renk bilgisi

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

RGB renk modeli

#A59CE5 color RGB value is (165,156,229).

  • kırmız ton 165;
  • yeşil ton 156;
  • mavi ton 229.
RGB:
(165,156,229)
(65%,61%,90%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 156 of 255 = 61%
B 229 of 255 = 90%

165
156
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 156 + 229 = 550 (100%)
R 165 of 550 ~ 30%
G 156 of 550 ~ 28.36%
B 229 of 550 ~ 41.64%

%30
%28.36
%41.64

CMYK RENK MODELİ

#A59CE5 rengi CMYK tonu (28,32,0,10).

  • camgöbeği tonu 27.95%
  • eflatun tonu 31.88%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(28,32,0,10)
C28M32Y0K10 
(28%,32%,0%,10%)
(0.28/0.32/0.00/0.10)	

CMYK yüzdeleri

%27.95
%31.88
%0
%10.2

Codes

Color #A59CE5 in popluar color models

A59CE5
RGB165156229
HSL247°58.40%75.49%
HSB/HSV247°31.88%89.80%
CMYK27.95%31.88%0.00%
10.20%

Color #A59CE5 in popluar number systems.

HEXA59CE5
Decimal165156229
Binary101001011001110011100101
Octal245234345

Shades and tints

Shades of #A59CE5

#A59CE5
(165,156,229)
#968ED1
(150,142,209)
#8780BD
(135,128,189)
#7872A9
(120,114,169)
#696495
(105,100,149)
#5A5681
(90,86,129)
#4B486D
(75,72,109)
#3C3A59
(60,58,89)
#2D2C45
(45,44,69)
#1E1E31
(30,30,49)
#0F101D
(15,16,29)
#000000
(0,0,0)

Tints of #A59CE5

#A59CE5
(165,156,229)
#ADA5E7
(173,165,231)
#B5AEE9
(181,174,233)
#BDB7EB
(189,183,235)
#C5C0ED
(197,192,237)
#CDC9EF
(205,201,239)
#D5D2F1
(213,210,241)
#DDDBF3
(221,219,243)
#E5E4F5
(229,228,245)
#EDEDF7
(237,237,247)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59CE5 color. Also use rgb(165,156,229) instead hex code.

Text Font Color

.myTextColor { color: #A59CE5; }

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

This text font color is #A59CE5.


Background Color

.myBgColor { background-color: #A59CE5; }

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

This div background color is #A59CE5.


Border color

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

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

This div border color is #A59CE5.


Opacity

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

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

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

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

This text has shadow with #A59CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CE5 on black background.


Color preview on white background

This text has color #A59CE5 on white background.



Black color preview on #A59CE5 background

This text has black color on #A59CE5 background.


White color preview on #A59CE5 background

This text has white color on #A59CE5 background.