COLOR #A598D5

HEX: #A598D5 RGB: (165,152,213)

Color info

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

RGB color model

#A598D5 color RGB value is (165,152,213).

RGB: (165,152,213) (65%, 60%, 84%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 213 of 255 = 84%

165
152
213

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

Portions of RGB colors in percentages

R + G + B = 165 + 152 + 213 = 530 (100%)
R 165 of 530 ~ 31.13%
G 152 of 530 ~ 28.68%
B 213 of 530 ~ 40.19'%

%31.13
%28.68
%40.19

CMYK color model

#A598D5 color CMYK value is (23,29,0,16).

  • cyan value is 22.54%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (23,29,0,16)
C23M29Y0K16 (23%, 29%, 0%, 16%)
(0.23 / 0.29 / 0.00 / 0.16)

CMYK percentages

%22.54
%28.64
%0
%16.47

Codes

Color #A598D5 in popluar color models

A5 98 D5
RGB 165 152 213
HSL 253° 42.07% 71.57%
HSB/HSV 253° 28.64% 83.53%
CMYK 22.54% 28.64% 0.00%
16.47%

Color #A598D5 in popluar number systems.

HEX A5 98 D5
Decimal 165 152 213
Binary 10100101 10011000 11010101
Octal 245 230 325

Shades and tints

Shades of #A598D5

#A598D5
(165,152,213)
#968BC2
(150,139,194)
#877EAF
(135,126,175)
#78719C
(120,113,156)
#696489
(105,100,137)
#5A5776
(90,87,118)
#4B4A63
(75,74,99)
#3C3D50
(60,61,80)
#2D303D
(45,48,61)
#1E232A
(30,35,42)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A598D5

#A598D5
(165,152,213)
#ADA1D8
(173,161,216)
#B5AADB
(181,170,219)
#BDB3DE
(189,179,222)
#C5BCE1
(197,188,225)
#CDC5E4
(205,197,228)
#D5CEE7
(213,206,231)
#DDD7EA
(221,215,234)
#E5E0ED
(229,224,237)
#EDE9F0
(237,233,240)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A598D5 color. Also use rgb(165,152,213) instead hex code.

Text Font Color

.myTextColor { color: #A598D5; }

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

This text font color is #A598D5.

Background Color

.myBgColor { background-color: #A598D5; }

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

This div background color is #A598D5.

Border color

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

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

This div border color is #A598D5.

Opacity

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

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

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

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

This text has shadow with #A598D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A598D5.

Preview

Color preview on black background

This text has color #A598D5 on black background.


Color preview on white background

This text has color #A598D5 on white background.


Black color preview on #A598D5 background

This text has black color on #A598D5 background.


White color preview on #A598D5 background

This text has white color on #A598D5 background.


Related colors

Complementary color

Complementary color for #hex is #5A672A.


I love getcolorcode.com

Triadic colors

1 #D5A598 and #98D5A5 with #A598D5 are triadic colors.

2 #D598A5 and #98A5D5 with #A598D5 are triadic colors.