COLOR #A599E5

HEX: #A599E5
RGB: (165,153,229)

Color info

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

RGB color model

#A599E5 color RGB value is (165,153,229).

  • red value is 165;
  • green value is 153;
  • blue value is 229.
RGB:
(165,153,229)
(65%,60%,90%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 229 of 255 = 90%

165
153
229

R + G + B ~ 72%. #A599E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 229 = 547 (100%)
R 165 of 547 ~ 30.16%
G 153 of 547 ~ 27.97%
B 229 of 547 ~ 41.86%

%30.16
%27.97
%41.86

CMYK color model

#A599E5 color CMYK value is (28,33,0,10).

  • cyan value is 27.95%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(28,33,0,10)
C28M33Y0K10 
(28%,33%,0%,10%)
(0.28/0.33/0.00/0.10)	

CMYK percentages

%27.95
%33.19
%0
%10.2

Codes

Color #A599E5 in popluar color models

A599E5
RGB165153229
HSL249°59.38%74.90%
HSB/HSV249°33.19%89.80%
CMYK27.95%33.19%0.00%
10.20%

Color #A599E5 in popluar number systems.

HEXA599E5
Decimal165153229
Binary101001011001100111100101
Octal245231345

Shades and tints

Shades of #A599E5

#A599E5
(165,153,229)
#968CD1
(150,140,209)
#877FBD
(135,127,189)
#7872A9
(120,114,169)
#696595
(105,101,149)
#5A5881
(90,88,129)
#4B4B6D
(75,75,109)
#3C3E59
(60,62,89)
#2D3145
(45,49,69)
#1E2431
(30,36,49)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #A599E5

#A599E5
(165,153,229)
#ADA2E7
(173,162,231)
#B5ABE9
(181,171,233)
#BDB4EB
(189,180,235)
#C5BDED
(197,189,237)
#CDC6EF
(205,198,239)
#D5CFF1
(213,207,241)
#DDD8F3
(221,216,243)
#E5E1F5
(229,225,245)
#EDEAF7
(237,234,247)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A599E5 color. Also use rgb(165,153,229) instead hex code.

Text Font Color

.myTextColor { color: #A599E5; }

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

This text font color is #A599E5.


Background Color

.myBgColor { background-color: #A599E5; }

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

This div background color is #A599E5.


Border color

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

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

This div border color is #A599E5.


Opacity

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

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

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

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

This text has shadow with #A599E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A599E5 on black background.


Color preview on white background

This text has color #A599E5 on white background.



Black color preview on #A599E5 background

This text has black color on #A599E5 background.


White color preview on #A599E5 background

This text has white color on #A599E5 background.