COLOR #A59ABA

HEX: #A59ABA
RGB: (165,154,186)

Color info

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

RGB color model

#A59ABA color RGB value is (165,154,186).

  • red value is 165;
  • green value is 154;
  • blue value is 186.
RGB:
(165,154,186)
(65%,60%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 186 of 255 = 73%

165
154
186

R + G + B ~ 66%. #A59ABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 186 = 505 (100%)
R 165 of 505 ~ 32.67%
G 154 of 505 ~ 30.5%
B 186 of 505 ~ 36.83%

%32.67
%30.5
%36.83

CMYK color model

#A59ABA color CMYK value is (11,17,0,27).

  • cyan value is 11.29%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(11,17,0,27)
C11M17Y0K27 
(11%,17%,0%,27%)
(0.11/0.17/0.00/0.27)	

CMYK percentages

%11.29
%17.2
%0
%27.06

Codes

Color #A59ABA in popluar color models

A59ABA
RGB165154186
HSL261°18.82%66.67%
HSB/HSV261°17.20%72.94%
CMYK11.29%17.20%0.00%
27.06%

Color #A59ABA in popluar number systems.

HEXA59ABA
Decimal165154186
Binary101001011001101010111010
Octal245232272

Shades and tints

Shades of #A59ABA

#A59ABA
(165,154,186)
#968CAA
(150,140,170)
#877E9A
(135,126,154)
#78708A
(120,112,138)
#69627A
(105,98,122)
#5A546A
(90,84,106)
#4B465A
(75,70,90)
#3C384A
(60,56,74)
#2D2A3A
(45,42,58)
#1E1C2A
(30,28,42)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #A59ABA

#A59ABA
(165,154,186)
#ADA3C0
(173,163,192)
#B5ACC6
(181,172,198)
#BDB5CC
(189,181,204)
#C5BED2
(197,190,210)
#CDC7D8
(205,199,216)
#D5D0DE
(213,208,222)
#DDD9E4
(221,217,228)
#E5E2EA
(229,226,234)
#EDEBF0
(237,235,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59ABA color. Also use rgb(165,154,186) instead hex code.

Text Font Color

.myTextColor { color: #A59ABA; }

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

This text font color is #A59ABA.


Background Color

.myBgColor { background-color: #A59ABA; }

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

This div background color is #A59ABA.


Border color

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

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

This div border color is #A59ABA.


Opacity

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

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

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

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

This text has shadow with #A59ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59ABA on black background.


Color preview on white background

This text has color #A59ABA on white background.



Black color preview on #A59ABA background

This text has black color on #A59ABA background.


White color preview on #A59ABA background

This text has white color on #A59ABA background.