COLOR #A59BDF

HEX: #A59BDF
RGB: (165,155,223)

Color info

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

RGB color model

#A59BDF color RGB value is (165,155,223).

  • red value is 165;
  • green value is 155;
  • blue value is 223.
RGB:
(165,155,223)
(65%,61%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 223 of 255 = 87%

165
155
223

R + G + B ~ 71%. #A59BDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 223 = 543 (100%)
R 165 of 543 ~ 30.39%
G 155 of 543 ~ 28.55%
B 223 of 543 ~ 41.07%

%30.39
%28.55
%41.07

CMYK color model

#A59BDF color CMYK value is (26,30,0,13).

  • cyan value is 26.01%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,30,0,13)
C26M30Y0K13 
(26%,30%,0%,13%)
(0.26/0.30/0.00/0.13)	

CMYK percentages

%26.01
%30.49
%0
%12.55

Codes

Color #A59BDF in popluar color models

A59BDF
RGB165155223
HSL249°51.52%74.12%
HSB/HSV249°30.49%87.45%
CMYK26.01%30.49%0.00%
12.55%

Color #A59BDF in popluar number systems.

HEXA59BDF
Decimal165155223
Binary101001011001101111011111
Octal245233337

Shades and tints

Shades of #A59BDF

#A59BDF
(165,155,223)
#968DCB
(150,141,203)
#877FB7
(135,127,183)
#7871A3
(120,113,163)
#69638F
(105,99,143)
#5A557B
(90,85,123)
#4B4767
(75,71,103)
#3C3953
(60,57,83)
#2D2B3F
(45,43,63)
#1E1D2B
(30,29,43)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #A59BDF

#A59BDF
(165,155,223)
#ADA4E1
(173,164,225)
#B5ADE3
(181,173,227)
#BDB6E5
(189,182,229)
#C5BFE7
(197,191,231)
#CDC8E9
(205,200,233)
#D5D1EB
(213,209,235)
#DDDAED
(221,218,237)
#E5E3EF
(229,227,239)
#EDECF1
(237,236,241)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59BDF color. Also use rgb(165,155,223) instead hex code.

Text Font Color

.myTextColor { color: #A59BDF; }

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

This text font color is #A59BDF.


Background Color

.myBgColor { background-color: #A59BDF; }

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

This div background color is #A59BDF.


Border color

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

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

This div border color is #A59BDF.


Opacity

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

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

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

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

This text has shadow with #A59BDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BDF on black background.


Color preview on white background

This text has color #A59BDF on white background.



Black color preview on #A59BDF background

This text has black color on #A59BDF background.


White color preview on #A59BDF background

This text has white color on #A59BDF background.