COLOR #A598C1

HEX: #A598C1
RGB: (165,152,193)

Color info

#A598C1 contains red, green and blue colors in about the same proportion. Web safe color of #A598C1 is #9999CC (or #99C).

RGB color model

#A598C1 color RGB value is (165,152,193).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 193 of 255 = 76%

165
152
193

R + G + B ~ 67%. #A598C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 193 = 510 (100%)
R 165 of 510 ~ 32.35%
G 152 of 510 ~ 29.8%
B 193 of 510 ~ 37.84%

%32.35
%29.8
%37.84

CMYK color model

#A598C1 color CMYK value is (15,21,0,24).

  • cyan value is 14.51%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(15,21,0,24)
C15M21Y0K24 
(15%,21%,0%,24%)
(0.15/0.21/0.00/0.24)	

CMYK percentages

%14.51
%21.24
%0
%24.31

Codes

Color #A598C1 in popluar color models

A598C1
RGB165152193
HSL259°24.85%67.65%
HSB/HSV259°21.24%75.69%
CMYK14.51%21.24%0.00%
24.31%

Color #A598C1 in popluar number systems.

HEXA598C1
Decimal165152193
Binary101001011001100011000001
Octal245230301

Shades and tints

Shades of #A598C1

#A598C1
(165,152,193)
#968BB0
(150,139,176)
#877E9F
(135,126,159)
#78718E
(120,113,142)
#69647D
(105,100,125)
#5A576C
(90,87,108)
#4B4A5B
(75,74,91)
#3C3D4A
(60,61,74)
#2D3039
(45,48,57)
#1E2328
(30,35,40)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A598C1

#A598C1
(165,152,193)
#ADA1C6
(173,161,198)
#B5AACB
(181,170,203)
#BDB3D0
(189,179,208)
#C5BCD5
(197,188,213)
#CDC5DA
(205,197,218)
#D5CEDF
(213,206,223)
#DDD7E4
(221,215,228)
#E5E0E9
(229,224,233)
#EDE9EE
(237,233,238)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A598C1; }

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

This text font color is #A598C1.


Background Color

.myBgColor { background-color: #A598C1; }

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

This div background color is #A598C1.


Border color

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

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

This div border color is #A598C1.


Opacity

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

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

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

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

This text has shadow with #A598C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A598C1 on black background.


Color preview on white background

This text has color #A598C1 on white background.



Black color preview on #A598C1 background

This text has black color on #A598C1 background.


White color preview on #A598C1 background

This text has white color on #A598C1 background.