COLOR #A597DF

HEX: #A597DF RGB: (165,151,223)

Color info

#A597DF contains mainly red and blue colors. Web safe color of #A597DF is #9999CC (or #99C).

RGB color model

#A597DF color RGB value is (165,151,223).

RGB: (165,151,223) (65%, 59%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 223 of 255 = 87%

165
151
223

R + G + B ~ 70%. #A597DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 151 + 223 = 539 (100%)
R 165 of 539 ~ 30.61%
G 151 of 539 ~ 28.01%
B 223 of 539 ~ 41.37'%

%30.61
%28.01
%41.37

CMYK color model

#A597DF color CMYK value is (26,32,0,13).

  • cyan value is 26.01%
  • magenta value is 32.29%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (26,32,0,13) C26M32Y0K13 (26%,32%,0%,13%) (0.26/0.32/0.00/0.13) 

CMYK percentages

%26.01
%32.29
%0
%12.55

Codes

Color #A597DF in popluar color models

A5 97 DF
RGB 165 151 223
HSL 252° 52.94% 73.33%
HSB/HSV 252° 32.29% 87.45%
CMYK 26.01% 32.29% 0.00%
12.55%

Color #A597DF in popluar number systems.

HEX A5 97 DF
Decimal 165 151 223
Binary 10100101 10010111 11011111
Octal 245 227 337

Shades and tints

Shades of #A597DF

#A597DF
(165,151,223)
#968ACB
(150,138,203)
#877DB7
(135,125,183)
#7870A3
(120,112,163)
#69638F
(105,99,143)
#5A567B
(90,86,123)
#4B4967
(75,73,103)
#3C3C53
(60,60,83)
#2D2F3F
(45,47,63)
#1E222B
(30,34,43)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A597DF

#A597DF
(165,151,223)
#ADA0E1
(173,160,225)
#B5A9E3
(181,169,227)
#BDB2E5
(189,178,229)
#C5BBE7
(197,187,231)
#CDC4E9
(205,196,233)
#D5CDEB
(213,205,235)
#DDD6ED
(221,214,237)
#E5DFEF
(229,223,239)
#EDE8F1
(237,232,241)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A597DF; }

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

This text font color is #A597DF.

Background Color

.myBgColor { background-color: #A597DF; }

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

This div background color is #A597DF.

Border color

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

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

This div border color is #A597DF.

Opacity

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

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

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

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

This text has shadow with #A597DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A597DF.

Preview

Color preview on black background

This text has color #A597DF on black background.


Color preview on white background

This text has color #A597DF on white background.


Black color preview on #A597DF background

This text has black color on #A597DF background.


White color preview on #A597DF background

This text has white color on #A597DF background.


Related colors

Complementary color

Complementary color for #hex is #5A6820.


I love getcolorcode.com

Triadic colors

1 #DFA597 and #97DFA5 with #A597DF are triadic colors.

2 #DF97A5 and #97A5DF with #A597DF are triadic colors.