COLOR #A598DA

HEX: #A598DA
RGB: (165,152,218)

Color info

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

RGB color model

#A598DA color RGB value is (165,152,218).

  • red value is 165;
  • green value is 152;
  • blue value is 218.
RGB:
(165,152,218)
(65%,60%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 218 of 255 = 85%

165
152
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 218 = 535 (100%)
R 165 of 535 ~ 30.84%
G 152 of 535 ~ 28.41%
B 218 of 535 ~ 40.75%

%30.84
%28.41
%40.75

CMYK color model

#A598DA color CMYK value is (24,30,0,15).

  • cyan value is 24.31%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,30,0,15)
C24M30Y0K15 
(24%,30%,0%,15%)
(0.24/0.30/0.00/0.15)	

CMYK percentages

%24.31
%30.28
%0
%14.51

Codes

Color #A598DA in popluar color models

A598DA
RGB165152218
HSL252°47.14%72.55%
HSB/HSV252°30.28%85.49%
CMYK24.31%30.28%0.00%
14.51%

Color #A598DA in popluar number systems.

HEXA598DA
Decimal165152218
Binary101001011001100011011010
Octal245230332

Shades and tints

Shades of #A598DA

#A598DA
(165,152,218)
#968BC7
(150,139,199)
#877EB4
(135,126,180)
#7871A1
(120,113,161)
#69648E
(105,100,142)
#5A577B
(90,87,123)
#4B4A68
(75,74,104)
#3C3D55
(60,61,85)
#2D3042
(45,48,66)
#1E232F
(30,35,47)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #A598DA

#A598DA
(165,152,218)
#ADA1DD
(173,161,221)
#B5AAE0
(181,170,224)
#BDB3E3
(189,179,227)
#C5BCE6
(197,188,230)
#CDC5E9
(205,197,233)
#D5CEEC
(213,206,236)
#DDD7EF
(221,215,239)
#E5E0F2
(229,224,242)
#EDE9F5
(237,233,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598DA; }

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

This text font color is #A598DA.


Background Color

.myBgColor { background-color: #A598DA; }

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

This div background color is #A598DA.


Border color

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

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

This div border color is #A598DA.


Opacity

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

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

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

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

This text has shadow with #A598DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598DA on black background.


Color preview on white background

This text has color #A598DA on white background.



Black color preview on #A598DA background

This text has black color on #A598DA background.


White color preview on #A598DA background

This text has white color on #A598DA background.