COLOR #A59BCA

HEX: #A59BCA
RGB: (165,155,202)

Color info

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

RGB color model

#A59BCA color RGB value is (165,155,202).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 202 of 255 = 79%

165
155
202

R + G + B ~ 68%. #A59BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 202 = 522 (100%)
R 165 of 522 ~ 31.61%
G 155 of 522 ~ 29.69%
B 202 of 522 ~ 38.7%

%31.61
%29.69
%38.7

CMYK color model

#A59BCA color CMYK value is (18,23,0,21).

  • cyan value is 18.32%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(18,23,0,21)
C18M23Y0K21 
(18%,23%,0%,21%)
(0.18/0.23/0.00/0.21)	

CMYK percentages

%18.32
%23.27
%0
%20.78

Codes

Color #A59BCA in popluar color models

A59BCA
RGB165155202
HSL253°30.72%70.00%
HSB/HSV253°23.27%79.22%
CMYK18.32%23.27%0.00%
20.78%

Color #A59BCA in popluar number systems.

HEXA59BCA
Decimal165155202
Binary101001011001101111001010
Octal245233312

Shades and tints

Shades of #A59BCA

#A59BCA
(165,155,202)
#968DB8
(150,141,184)
#877FA6
(135,127,166)
#787194
(120,113,148)
#696382
(105,99,130)
#5A5570
(90,85,112)
#4B475E
(75,71,94)
#3C394C
(60,57,76)
#2D2B3A
(45,43,58)
#1E1D28
(30,29,40)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #A59BCA

#A59BCA
(165,155,202)
#ADA4CE
(173,164,206)
#B5ADD2
(181,173,210)
#BDB6D6
(189,182,214)
#C5BFDA
(197,191,218)
#CDC8DE
(205,200,222)
#D5D1E2
(213,209,226)
#DDDAE6
(221,218,230)
#E5E3EA
(229,227,234)
#EDECEE
(237,236,238)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59BCA; }

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

This text font color is #A59BCA.


Background Color

.myBgColor { background-color: #A59BCA; }

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

This div background color is #A59BCA.


Border color

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

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

This div border color is #A59BCA.


Opacity

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

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

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

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

This text has shadow with #A59BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59BCA on black background.


Color preview on white background

This text has color #A59BCA on white background.



Black color preview on #A59BCA background

This text has black color on #A59BCA background.


White color preview on #A59BCA background

This text has white color on #A59BCA background.