COLOR #A595AD

HEX: #A595AD
RGB: (165,149,173)

Color info

#A595AD contains red, green and blue colors in about the same proportion. Web safe color of #A595AD is #999999 (or #999).

RGB color model

#A595AD color RGB value is (165,149,173).

  • red value is 165;
  • green value is 149;
  • blue value is 173.
RGB:
(165,149,173)
(65%,58%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 173 of 255 = 68%

165
149
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 173 = 487 (100%)
R 165 of 487 ~ 33.88%
G 149 of 487 ~ 30.6%
B 173 of 487 ~ 35.52%

%33.88
%30.6
%35.52

CMYK color model

#A595AD color CMYK value is (5,14,0,32).

  • cyan value is 4.62%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(5,14,0,32)
C5M14Y0K32 
(5%,14%,0%,32%)
(0.05/0.14/0.00/0.32)	

CMYK percentages

%4.62
%13.87
%0
%32.16

Codes

Color #A595AD in popluar color models

A595AD
RGB165149173
HSL280°12.77%63.14%
HSB/HSV280°13.87%67.84%
CMYK4.62%13.87%0.00%
32.16%

Color #A595AD in popluar number systems.

HEXA595AD
Decimal165149173
Binary101001011001010110101101
Octal245225255

Shades and tints

Shades of #A595AD

#A595AD
(165,149,173)
#96889E
(150,136,158)
#877B8F
(135,123,143)
#786E80
(120,110,128)
#696171
(105,97,113)
#5A5462
(90,84,98)
#4B4753
(75,71,83)
#3C3A44
(60,58,68)
#2D2D35
(45,45,53)
#1E2026
(30,32,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A595AD

#A595AD
(165,149,173)
#AD9EB4
(173,158,180)
#B5A7BB
(181,167,187)
#BDB0C2
(189,176,194)
#C5B9C9
(197,185,201)
#CDC2D0
(205,194,208)
#D5CBD7
(213,203,215)
#DDD4DE
(221,212,222)
#E5DDE5
(229,221,229)
#EDE6EC
(237,230,236)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A595AD; }

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

This text font color is #A595AD.


Background Color

.myBgColor { background-color: #A595AD; }

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

This div background color is #A595AD.


Border color

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

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

This div border color is #A595AD.


Opacity

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

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

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

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

This text has shadow with #A595AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A595AD on black background.


Color preview on white background

This text has color #A595AD on white background.



Black color preview on #A595AD background

This text has black color on #A595AD background.


White color preview on #A595AD background

This text has white color on #A595AD background.