COLOR #A597CD

HEX: #A597CD
RGB: (165,151,205)

Color info

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

RGB color model

#A597CD color RGB value is (165,151,205).

  • red value is 165;
  • green value is 151;
  • blue value is 205.
RGB: (165,151,205) (65%,59%,80%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 205 of 255 = 80%

165
151
205

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 205 = 521 (100%)
R 165 of 521 ~ 31.67%
G 151 of 521 ~ 28.98%
B 205 of 521 ~ 39.35%

%31.67
%28.98
%39.35

CMYK color model

#A597CD color CMYK value is (20,26,0,20).

  • cyan value is 19.51%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (20,26,0,20) C20M26Y0K20 (20%,26%,0%,20%) (0.20/0.26/0.00/0.20)

CMYK percentages

%19.51
%26.34
%0
%19.61

Codes

Color #A597CD in popluar color models

A597CD
RGB165151205
HSL256°35.06%69.80%
HSB/HSV256°26.34%80.39%
CMYK19.51%26.34%0.00%
19.61%

Color #A597CD in popluar number systems.

HEXA597CD
Decimal165151205
Binary101001011001011111001101
Octal245227315

Shades and tints

Shades of #A597CD

#A597CD
(165,151,205)
#968ABB
(150,138,187)
#877DA9
(135,125,169)
#787097
(120,112,151)
#696385
(105,99,133)
#5A5673
(90,86,115)
#4B4961
(75,73,97)
#3C3C4F
(60,60,79)
#2D2F3D
(45,47,61)
#1E222B
(30,34,43)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #A597CD

#A597CD
(165,151,205)
#ADA0D1
(173,160,209)
#B5A9D5
(181,169,213)
#BDB2D9
(189,178,217)
#C5BBDD
(197,187,221)
#CDC4E1
(205,196,225)
#D5CDE5
(213,205,229)
#DDD6E9
(221,214,233)
#E5DFED
(229,223,237)
#EDE8F1
(237,232,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A597CD color. Also use rgb(165,151,205) instead hex code.

Text Font Color

.myTextColor { color: #A597CD; }

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

This text font color is #A597CD.


Background Color

.myBgColor { background-color: #A597CD; }

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

This div background color is #A597CD.


Border color

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

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

This div border color is #A597CD.


Opacity

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

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

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

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

This text has shadow with #A597CD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A597CD on black background.


Color preview on white background

This text has color #A597CD on white background.



Black color preview on #A597CD background

This text has black color on #A597CD background.


White color preview on #A597CD background

This text has white color on #A597CD background.