COLOR #A598DC

HEX: #A598DC
RGB: (165,152,220)

Color info

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

RGB color model

#A598DC color RGB value is (165,152,220).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 220 of 255 = 86%

165
152
220

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 220 = 537 (100%)
R 165 of 537 ~ 30.73%
G 152 of 537 ~ 28.31%
B 220 of 537 ~ 40.97%

%30.73
%28.31
%40.97

CMYK color model

#A598DC color CMYK value is (25,31,0,14).

  • cyan value is 25.00%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,31,0,14)
C25M31Y0K14 
(25%,31%,0%,14%)
(0.25/0.31/0.00/0.14)	

CMYK percentages

%25
%30.91
%0
%13.73

Codes

Color #A598DC in popluar color models

A598DC
RGB165152220
HSL251°49.28%72.94%
HSB/HSV251°30.91%86.27%
CMYK25.00%30.91%0.00%
13.73%

Color #A598DC in popluar number systems.

HEXA598DC
Decimal165152220
Binary101001011001100011011100
Octal245230334

Shades and tints

Shades of #A598DC

#A598DC
(165,152,220)
#968BC8
(150,139,200)
#877EB4
(135,126,180)
#7871A0
(120,113,160)
#69648C
(105,100,140)
#5A5778
(90,87,120)
#4B4A64
(75,74,100)
#3C3D50
(60,61,80)
#2D303C
(45,48,60)
#1E2328
(30,35,40)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A598DC

#A598DC
(165,152,220)
#ADA1DF
(173,161,223)
#B5AAE2
(181,170,226)
#BDB3E5
(189,179,229)
#C5BCE8
(197,188,232)
#CDC5EB
(205,197,235)
#D5CEEE
(213,206,238)
#DDD7F1
(221,215,241)
#E5E0F4
(229,224,244)
#EDE9F7
(237,233,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598DC; }

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

This text font color is #A598DC.


Background Color

.myBgColor { background-color: #A598DC; }

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

This div background color is #A598DC.


Border color

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

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

This div border color is #A598DC.


Opacity

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

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

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

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

This text has shadow with #A598DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598DC on black background.


Color preview on white background

This text has color #A598DC on white background.



Black color preview on #A598DC background

This text has black color on #A598DC background.


White color preview on #A598DC background

This text has white color on #A598DC background.