COLOR #A599DA

HEX: #A599DA
RGB: (165,153,218)

Color info

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

RGB color model

#A599DA color RGB value is (165,153,218).

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

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 218 of 255 = 85%

165
153
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 218 = 536 (100%)
R 165 of 536 ~ 30.78%
G 153 of 536 ~ 28.54%
B 218 of 536 ~ 40.67%

%30.78
%28.54
%40.67

CMYK color model

#A599DA color CMYK value is (24,30,0,15).

  • cyan value is 24.31%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,30,0,15)
C24M30Y0K15 
(24%,30%,0%,15%)
(0.24/0.30/0.00/0.15)	

CMYK percentages

%24.31
%29.82
%0
%14.51

Codes

Color #A599DA in popluar color models

A599DA
RGB165153218
HSL251°46.76%72.75%
HSB/HSV251°29.82%85.49%
CMYK24.31%29.82%0.00%
14.51%

Color #A599DA in popluar number systems.

HEXA599DA
Decimal165153218
Binary101001011001100111011010
Octal245231332

Shades and tints

Shades of #A599DA

#A599DA
(165,153,218)
#968CC7
(150,140,199)
#877FB4
(135,127,180)
#7872A1
(120,114,161)
#69658E
(105,101,142)
#5A587B
(90,88,123)
#4B4B68
(75,75,104)
#3C3E55
(60,62,85)
#2D3142
(45,49,66)
#1E242F
(30,36,47)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #A599DA

#A599DA
(165,153,218)
#ADA2DD
(173,162,221)
#B5ABE0
(181,171,224)
#BDB4E3
(189,180,227)
#C5BDE6
(197,189,230)
#CDC6E9
(205,198,233)
#D5CFEC
(213,207,236)
#DDD8EF
(221,216,239)
#E5E1F2
(229,225,242)
#EDEAF5
(237,234,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A599DA; }

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

This text font color is #A599DA.


Background Color

.myBgColor { background-color: #A599DA; }

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

This div background color is #A599DA.


Border color

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

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

This div border color is #A599DA.


Opacity

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

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

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

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

This text has shadow with #A599DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A599DA on black background.


Color preview on white background

This text has color #A599DA on white background.



Black color preview on #A599DA background

This text has black color on #A599DA background.


White color preview on #A599DA background

This text has white color on #A599DA background.