COLOR #A596ED

HEX: #A596ED
RGB: (165,150,237)

Renk bilgisi

#A596ED contains mainly blue color. #A596ED ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#A596ED color RGB value is (165,150,237).

  • kırmız ton 165;
  • yeşil ton 150;
  • mavi ton 237.
RGB:
(165,150,237)
(65%,59%,93%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 150 of 255 = 59%
B 237 of 255 = 93%

165
150
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 150 + 237 = 552 (100%)
R 165 of 552 ~ 29.89%
G 150 of 552 ~ 27.17%
B 237 of 552 ~ 42.93%

%29.89
%27.17
%42.93

CMYK RENK MODELİ

#A596ED rengi CMYK tonu (30,37,0,7).

  • camgöbeği tonu 30.38%
  • eflatun tonu 36.71%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(30,37,0,7)
C30M37Y0K7 
(30%,37%,0%,7%)
(0.30/0.37/0.00/0.07)	

CMYK yüzdeleri

%30.38
%36.71
%0
%7.06

Codes

Color #A596ED in popluar color models

A596ED
RGB165150237
HSL250°70.73%75.88%
HSB/HSV250°36.71%92.94%
CMYK30.38%36.71%0.00%
7.06%

Color #A596ED in popluar number systems.

HEXA596ED
Decimal165150237
Binary101001011001011011101101
Octal245226355

Shades and tints

Shades of #A596ED

#A596ED
(165,150,237)
#9689D8
(150,137,216)
#877CC3
(135,124,195)
#786FAE
(120,111,174)
#696299
(105,98,153)
#5A5584
(90,85,132)
#4B486F
(75,72,111)
#3C3B5A
(60,59,90)
#2D2E45
(45,46,69)
#1E2130
(30,33,48)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #A596ED

#A596ED
(165,150,237)
#AD9FEE
(173,159,238)
#B5A8EF
(181,168,239)
#BDB1F0
(189,177,240)
#C5BAF1
(197,186,241)
#CDC3F2
(205,195,242)
#D5CCF3
(213,204,243)
#DDD5F4
(221,213,244)
#E5DEF5
(229,222,245)
#EDE7F6
(237,231,246)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A596ED color. Also use rgb(165,150,237) instead hex code.

Text Font Color

.myTextColor { color: #A596ED; }

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

This text font color is #A596ED.


Background Color

.myBgColor { background-color: #A596ED; }

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

This div background color is #A596ED.


Border color

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

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

This div border color is #A596ED.


Opacity

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

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

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

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

This text has shadow with #A596ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596ED on black background.


Color preview on white background

This text has color #A596ED on white background.



Black color preview on #A596ED background

This text has black color on #A596ED background.


White color preview on #A596ED background

This text has white color on #A596ED background.