COLOR #A598E1

HEX: #A598E1
RGB: (165,152,225)

Color info

#A598E1 contains mainly blue color. Web safe color of #A598E1 is #9999CC (or #99C).

RGB color model

#A598E1 color RGB value is (165,152,225).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 225 of 255 = 88%

165
152
225

R + G + B ~ 71%. #A598E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 225 = 542 (100%)
R 165 of 542 ~ 30.44%
G 152 of 542 ~ 28.04%
B 225 of 542 ~ 41.51%

%30.44
%28.04
%41.51

CMYK color model

#A598E1 color CMYK value is (27,32,0,12).

  • cyan value is 26.67%
  • magenta value is 32.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(27,32,0,12)
C27M32Y0K12 
(27%,32%,0%,12%)
(0.27/0.32/0.00/0.12)	

CMYK percentages

%26.67
%32.44
%0
%11.76

Codes

Color #A598E1 in popluar color models

A598E1
RGB165152225
HSL251°54.89%73.92%
HSB/HSV251°32.44%88.24%
CMYK26.67%32.44%0.00%
11.76%

Color #A598E1 in popluar number systems.

HEXA598E1
Decimal165152225
Binary101001011001100011100001
Octal245230341

Shades and tints

Shades of #A598E1

#A598E1
(165,152,225)
#968BCD
(150,139,205)
#877EB9
(135,126,185)
#7871A5
(120,113,165)
#696491
(105,100,145)
#5A577D
(90,87,125)
#4B4A69
(75,74,105)
#3C3D55
(60,61,85)
#2D3041
(45,48,65)
#1E232D
(30,35,45)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #A598E1

#A598E1
(165,152,225)
#ADA1E3
(173,161,227)
#B5AAE5
(181,170,229)
#BDB3E7
(189,179,231)
#C5BCE9
(197,188,233)
#CDC5EB
(205,197,235)
#D5CEED
(213,206,237)
#DDD7EF
(221,215,239)
#E5E0F1
(229,224,241)
#EDE9F3
(237,233,243)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598E1; }

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

This text font color is #A598E1.


Background Color

.myBgColor { background-color: #A598E1; }

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

This div background color is #A598E1.


Border color

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

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

This div border color is #A598E1.


Opacity

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

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

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

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

This text has shadow with #A598E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598E1 on black background.


Color preview on white background

This text has color #A598E1 on white background.



Black color preview on #A598E1 background

This text has black color on #A598E1 background.


White color preview on #A598E1 background

This text has white color on #A598E1 background.