COLOR #A597D0

HEX: #A597D0 RGB: (165,151,208)

Color info

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

RGB color model

#A597D0 color RGB value is (165,151,208).

RGB: (165,151,208) (65%, 59%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 208 of 255 = 82%

165
151
208

R + G + B ~ 69%. #A597D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 151 + 208 = 524 (100%)
R 165 of 524 ~ 31.49%
G 151 of 524 ~ 28.82%
B 208 of 524 ~ 39.69'%

%31.49
%28.82
%39.69

CMYK color model

#A597D0 color CMYK value is (21,27,0,18).

  • cyan value is 20.67%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (21,27,0,18)
C21M27Y0K18 (21%, 27%, 0%, 18%)
(0.21 / 0.27 / 0.00 / 0.18)

CMYK percentages

%20.67
%27.4
%0
%18.43

Codes

Color #A597D0 in popluar color models

A5 97 D0
RGB 165 151 208
HSL 255° 37.75% 70.39%
HSB/HSV 255° 27.40% 81.57%
CMYK 20.67% 27.40% 0.00%
18.43%

Color #A597D0 in popluar number systems.

HEX A5 97 D0
Decimal 165 151 208
Binary 10100101 10010111 11010000
Octal 245 227 320

Shades and tints

Shades of #A597D0

#A597D0
(165,151,208)
#968ABE
(150,138,190)
#877DAC
(135,125,172)
#78709A
(120,112,154)
#696388
(105,99,136)
#5A5676
(90,86,118)
#4B4964
(75,73,100)
#3C3C52
(60,60,82)
#2D2F40
(45,47,64)
#1E222E
(30,34,46)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #A597D0

#A597D0
(165,151,208)
#ADA0D4
(173,160,212)
#B5A9D8
(181,169,216)
#BDB2DC
(189,178,220)
#C5BBE0
(197,187,224)
#CDC4E4
(205,196,228)
#D5CDE8
(213,205,232)
#DDD6EC
(221,214,236)
#E5DFF0
(229,223,240)
#EDE8F4
(237,232,244)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A597D0; }

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

This text font color is #A597D0.

Background Color

.myBgColor { background-color: #A597D0; }

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

This div background color is #A597D0.

Border color

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

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

This div border color is #A597D0.

Opacity

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

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

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

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

This text has shadow with #A597D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A597D0.

Preview

Color preview on black background

This text has color #A597D0 on black background.


Color preview on white background

This text has color #A597D0 on white background.


Black color preview on #A597D0 background

This text has black color on #A597D0 background.


White color preview on #A597D0 background

This text has white color on #A597D0 background.


Related colors

Complementary color

Complementary color for #hex is #5A682F.


I love getcolorcode.com

Triadic colors

1 #D0A597 and #97D0A5 with #A597D0 are triadic colors.

2 #D097A5 and #97A5D0 with #A597D0 are triadic colors.