COLOR #A598FA

HEX: #A598FA
RGB: (165,152,250)

Color info

#A598FA contains mainly blue color. Web safe color of #A598FA is #9999FF (or #99F).

RGB color model

#A598FA color RGB value is (165,152,250).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 250 of 255 = 98%

165
152
250

R + G + B ~ 74%. #A598FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 250 = 567 (100%)
R 165 of 567 ~ 29.1%
G 152 of 567 ~ 26.81%
B 250 of 567 ~ 44.09%

%29.1
%26.81
%44.09

CMYK color model

#A598FA color CMYK value is (34,39,0,2).

  • cyan value is 34.00%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(34,39,0,2)
C34M39Y0K2 
(34%,39%,0%,2%)
(0.34/0.39/0.00/0.02)	

CMYK percentages

%34
%39.2
%0
%1.96

Codes

Color #A598FA in popluar color models

A598FA
RGB165152250
HSL248°90.74%78.82%
HSB/HSV248°39.20%98.04%
CMYK34.00%39.20%0.00%
1.96%

Color #A598FA in popluar number systems.

HEXA598FA
Decimal165152250
Binary101001011001100011111010
Octal245230372

Shades and tints

Shades of #A598FA

#A598FA
(165,152,250)
#968BE4
(150,139,228)
#877ECE
(135,126,206)
#7871B8
(120,113,184)
#6964A2
(105,100,162)
#5A578C
(90,87,140)
#4B4A76
(75,74,118)
#3C3D60
(60,61,96)
#2D304A
(45,48,74)
#1E2334
(30,35,52)
#0F161E
(15,22,30)
#000000
(0,0,0)

Tints of #A598FA

#A598FA
(165,152,250)
#ADA1FA
(173,161,250)
#B5AAFA
(181,170,250)
#BDB3FA
(189,179,250)
#C5BCFA
(197,188,250)
#CDC5FA
(205,197,250)
#D5CEFA
(213,206,250)
#DDD7FA
(221,215,250)
#E5E0FA
(229,224,250)
#EDE9FA
(237,233,250)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598FA; }

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

This text font color is #A598FA.


Background Color

.myBgColor { background-color: #A598FA; }

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

This div background color is #A598FA.


Border color

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

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

This div border color is #A598FA.


Opacity

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

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

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

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

This text has shadow with #A598FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598FA on black background.


Color preview on white background

This text has color #A598FA on white background.



Black color preview on #A598FA background

This text has black color on #A598FA background.


White color preview on #A598FA background

This text has white color on #A598FA background.