COLOR #A595BD

HEX: #A595BD
RGB: (165,149,189)

Color info

#A595BD contains red, green and blue colors in about the same proportion. Web safe color of #A595BD is #9999CC (or #99C).

RGB color model

#A595BD color RGB value is (165,149,189).

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

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 189 of 255 = 74%

165
149
189

R + G + B ~ 66%. #A595BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 189 = 503 (100%)
R 165 of 503 ~ 32.8%
G 149 of 503 ~ 29.62%
B 189 of 503 ~ 37.57%

%32.8
%29.62
%37.57

CMYK color model

#A595BD color CMYK value is (13,21,0,26).

  • cyan value is 12.70%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,21,0,26)
C13M21Y0K26 
(13%,21%,0%,26%)
(0.13/0.21/0.00/0.26)	

CMYK percentages

%12.7
%21.16
%0
%25.88

Codes

Color #A595BD in popluar color models

A595BD
RGB165149189
HSL264°23.26%66.27%
HSB/HSV264°21.16%74.12%
CMYK12.70%21.16%0.00%
25.88%

Color #A595BD in popluar number systems.

HEXA595BD
Decimal165149189
Binary101001011001010110111101
Octal245225275

Shades and tints

Shades of #A595BD

#A595BD
(165,149,189)
#9688AC
(150,136,172)
#877B9B
(135,123,155)
#786E8A
(120,110,138)
#696179
(105,97,121)
#5A5468
(90,84,104)
#4B4757
(75,71,87)
#3C3A46
(60,58,70)
#2D2D35
(45,45,53)
#1E2024
(30,32,36)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A595BD

#A595BD
(165,149,189)
#AD9EC3
(173,158,195)
#B5A7C9
(181,167,201)
#BDB0CF
(189,176,207)
#C5B9D5
(197,185,213)
#CDC2DB
(205,194,219)
#D5CBE1
(213,203,225)
#DDD4E7
(221,212,231)
#E5DDED
(229,221,237)
#EDE6F3
(237,230,243)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A595BD; }

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

This text font color is #A595BD.


Background Color

.myBgColor { background-color: #A595BD; }

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

This div background color is #A595BD.


Border color

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

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

This div border color is #A595BD.


Opacity

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

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

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

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

This text has shadow with #A595BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A595BD on black background.


Color preview on white background

This text has color #A595BD on white background.



Black color preview on #A595BD background

This text has black color on #A595BD background.


White color preview on #A595BD background

This text has white color on #A595BD background.