COLOR #A597B3

HEX: #A597B3 RGB: (165,151,179)

Color info

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

RGB color model

#A597B3 color RGB value is (165,151,179).

RGB: (165,151,179) (65%, 59%, 70%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 179 of 255 = 70%

165
151
179

R + G + B ~ 65%. #A597B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 151 + 179 = 495 (100%)
R 165 of 495 ~ 33.33%
G 151 of 495 ~ 30.51%
B 179 of 495 ~ 36.16'%

%33.33
%30.51
%36.16

CMYK color model

#A597B3 color CMYK value is (8,16,0,30).

  • cyan value is 7.82%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (8,16,0,30)
C8M16Y0K30 (8%, 16%, 0%, 30%)
(0.08 / 0.16 / 0.00 / 0.30)

CMYK percentages

%7.82
%15.64
%0
%29.8

Codes

Color #A597B3 in popluar color models

A5 97 B3
RGB 165 151 179
HSL 270° 15.56% 64.71%
HSB/HSV 270° 15.64% 70.20%
CMYK 7.82% 15.64% 0.00%
29.80%

Color #A597B3 in popluar number systems.

HEX A5 97 B3
Decimal 165 151 179
Binary 10100101 10010111 10110011
Octal 245 227 263

Shades and tints

Shades of #A597B3

#A597B3
(165,151,179)
#968AA3
(150,138,163)
#877D93
(135,125,147)
#787083
(120,112,131)
#696373
(105,99,115)
#5A5663
(90,86,99)
#4B4953
(75,73,83)
#3C3C43
(60,60,67)
#2D2F33
(45,47,51)
#1E2223
(30,34,35)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A597B3

#A597B3
(165,151,179)
#ADA0B9
(173,160,185)
#B5A9BF
(181,169,191)
#BDB2C5
(189,178,197)
#C5BBCB
(197,187,203)
#CDC4D1
(205,196,209)
#D5CDD7
(213,205,215)
#DDD6DD
(221,214,221)
#E5DFE3
(229,223,227)
#EDE8E9
(237,232,233)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A597B3; }

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

This text font color is #A597B3.

Background Color

.myBgColor { background-color: #A597B3; }

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

This div background color is #A597B3.

Border color

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

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

This div border color is #A597B3.

Opacity

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

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

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

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

This text has shadow with #A597B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A597B3.

Preview

Color preview on black background

This text has color #A597B3 on black background.


Color preview on white background

This text has color #A597B3 on white background.


Black color preview on #A597B3 background

This text has black color on #A597B3 background.


White color preview on #A597B3 background

This text has white color on #A597B3 background.


Related colors

Complementary color

Complementary color for #hex is #5A684C.


I love getcolorcode.com

Triadic colors

1 #B3A597 and #97B3A5 with #A597B3 are triadic colors.

2 #B397A5 and #97A5B3 with #A597B3 are triadic colors.