COLOR #A595BF

HEX: #A595BF
RGB: (165,149,191)

Color info

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

RGB color model

#A595BF color RGB value is (165,149,191).

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

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 191 of 255 = 75%

165
149
191

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 191 = 505 (100%)
R 165 of 505 ~ 32.67%
G 149 of 505 ~ 29.5%
B 191 of 505 ~ 37.82%

%32.67
%29.5
%37.82

CMYK color model

#A595BF color CMYK value is (14,22,0,25).

  • cyan value is 13.61%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,22,0,25)
C14M22Y0K25 
(14%,22%,0%,25%)
(0.14/0.22/0.00/0.25)	

CMYK percentages

%13.61
%21.99
%0
%25.1

Codes

Color #A595BF in popluar color models

A595BF
RGB165149191
HSL263°24.71%66.67%
HSB/HSV263°21.99%74.90%
CMYK13.61%21.99%0.00%
25.10%

Color #A595BF in popluar number systems.

HEXA595BF
Decimal165149191
Binary101001011001010110111111
Octal245225277

Shades and tints

Shades of #A595BF

#A595BF
(165,149,191)
#9688AE
(150,136,174)
#877B9D
(135,123,157)
#786E8C
(120,110,140)
#69617B
(105,97,123)
#5A546A
(90,84,106)
#4B4759
(75,71,89)
#3C3A48
(60,58,72)
#2D2D37
(45,45,55)
#1E2026
(30,32,38)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A595BF

#A595BF
(165,149,191)
#AD9EC4
(173,158,196)
#B5A7C9
(181,167,201)
#BDB0CE
(189,176,206)
#C5B9D3
(197,185,211)
#CDC2D8
(205,194,216)
#D5CBDD
(213,203,221)
#DDD4E2
(221,212,226)
#E5DDE7
(229,221,231)
#EDE6EC
(237,230,236)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A595BF; }

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

This text font color is #A595BF.


Background Color

.myBgColor { background-color: #A595BF; }

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

This div background color is #A595BF.


Border color

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

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

This div border color is #A595BF.


Opacity

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

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

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

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

This text has shadow with #A595BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A595BF on black background.


Color preview on white background

This text has color #A595BF on white background.



Black color preview on #A595BF background

This text has black color on #A595BF background.


White color preview on #A595BF background

This text has white color on #A595BF background.