COLOR #A596CA

HEX: #A596CA
RGB: (165,150,202)

Renk bilgisi

#A596CA contains red, green and blue colors in about the same proportion. #A596CA ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A596CA color RGB value is (165,150,202).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 150 of 255 = 59%
B 202 of 255 = 79%

165
150
202

R + G + B ~ 68%. #A596CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 150 + 202 = 517 (100%)
R 165 of 517 ~ 31.91%
G 150 of 517 ~ 29.01%
B 202 of 517 ~ 39.07%

%31.91
%29.01
%39.07

CMYK RENK MODELİ

#A596CA rengi CMYK tonu (18,26,0,21).

  • camgöbeği tonu 18.32%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 20.78%
CMYK:
(18,26,0,21)
C18M26Y0K21 
(18%,26%,0%,21%)
(0.18/0.26/0.00/0.21)	

CMYK yüzdeleri

%18.32
%25.74
%0
%20.78

Codes

Color #A596CA in popluar color models

A596CA
RGB165150202
HSL257°32.91%69.02%
HSB/HSV257°25.74%79.22%
CMYK18.32%25.74%0.00%
20.78%

Color #A596CA in popluar number systems.

HEXA596CA
Decimal165150202
Binary101001011001011011001010
Octal245226312

Shades and tints

Shades of #A596CA

#A596CA
(165,150,202)
#9689B8
(150,137,184)
#877CA6
(135,124,166)
#786F94
(120,111,148)
#696282
(105,98,130)
#5A5570
(90,85,112)
#4B485E
(75,72,94)
#3C3B4C
(60,59,76)
#2D2E3A
(45,46,58)
#1E2128
(30,33,40)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A596CA

#A596CA
(165,150,202)
#AD9FCE
(173,159,206)
#B5A8D2
(181,168,210)
#BDB1D6
(189,177,214)
#C5BADA
(197,186,218)
#CDC3DE
(205,195,222)
#D5CCE2
(213,204,226)
#DDD5E6
(221,213,230)
#E5DEEA
(229,222,234)
#EDE7EE
(237,231,238)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596CA; }

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

This text font color is #A596CA.


Background Color

.myBgColor { background-color: #A596CA; }

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

This div background color is #A596CA.


Border color

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

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

This div border color is #A596CA.


Opacity

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

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

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

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

This text has shadow with #A596CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A596CA on black background.


Color preview on white background

This text has color #A596CA on white background.



Black color preview on #A596CA background

This text has black color on #A596CA background.


White color preview on #A596CA background

This text has white color on #A596CA background.