COLOR #A595B0

HEX: #A595B0
RGB: (165,149,176)

Renk bilgisi

#A595B0 contains red, green and blue colors in about the same proportion. #A595B0 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A595B0 color RGB value is (165,149,176).

  • kırmız ton 165;
  • yeşil ton 149;
  • mavi ton 176.
RGB:
(165,149,176)
(65%,58%,69%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 149 of 255 = 58%
B 176 of 255 = 69%

165
149
176

R + G + B ~ 64%. #A595B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 149 + 176 = 490 (100%)
R 165 of 490 ~ 33.67%
G 149 of 490 ~ 30.41%
B 176 of 490 ~ 35.92%

%33.67
%30.41
%35.92

CMYK RENK MODELİ

#A595B0 rengi CMYK tonu (6,15,0,31).

  • camgöbeği tonu 6.25%
  • eflatun tonu 15.34%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(6,15,0,31)
C6M15Y0K31 
(6%,15%,0%,31%)
(0.06/0.15/0.00/0.31)	

CMYK yüzdeleri

%6.25
%15.34
%0
%30.98

Codes

Color #A595B0 in popluar color models

A595B0
RGB165149176
HSL276°14.59%63.73%
HSB/HSV276°15.34%69.02%
CMYK6.25%15.34%0.00%
30.98%

Color #A595B0 in popluar number systems.

HEXA595B0
Decimal165149176
Binary101001011001010110110000
Octal245225260

Shades and tints

Shades of #A595B0

#A595B0
(165,149,176)
#9688A0
(150,136,160)
#877B90
(135,123,144)
#786E80
(120,110,128)
#696170
(105,97,112)
#5A5460
(90,84,96)
#4B4750
(75,71,80)
#3C3A40
(60,58,64)
#2D2D30
(45,45,48)
#1E2020
(30,32,32)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A595B0

#A595B0
(165,149,176)
#AD9EB7
(173,158,183)
#B5A7BE
(181,167,190)
#BDB0C5
(189,176,197)
#C5B9CC
(197,185,204)
#CDC2D3
(205,194,211)
#D5CBDA
(213,203,218)
#DDD4E1
(221,212,225)
#E5DDE8
(229,221,232)
#EDE6EF
(237,230,239)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A595B0 color. Also use rgb(165,149,176) instead hex code.

Text Font Color

.myTextColor { color: #A595B0; }

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

This text font color is #A595B0.


Background Color

.myBgColor { background-color: #A595B0; }

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

This div background color is #A595B0.


Border color

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

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

This div border color is #A595B0.


Opacity

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

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

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

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

This text has shadow with #A595B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A595B0 on black background.


Color preview on white background

This text has color #A595B0 on white background.



Black color preview on #A595B0 background

This text has black color on #A595B0 background.


White color preview on #A595B0 background

This text has white color on #A595B0 background.