COLOR #A59AC0

HEX: #A59AC0
RGB: (165,154,192)

Color info

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

RGB color model

#A59AC0 color RGB value is (165,154,192).

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

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 192 of 255 = 75%

165
154
192

R + G + B ~ 67%. #A59AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 192 = 511 (100%)
R 165 of 511 ~ 32.29%
G 154 of 511 ~ 30.14%
B 192 of 511 ~ 37.57%

%32.29
%30.14
%37.57

CMYK color model

#A59AC0 color CMYK value is (14,20,0,25).

  • cyan value is 14.06%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,20,0,25)
C14M20Y0K25 
(14%,20%,0%,25%)
(0.14/0.20/0.00/0.25)	

CMYK percentages

%14.06
%19.79
%0
%24.71

Codes

Color #A59AC0 in popluar color models

A59AC0
RGB165154192
HSL257°23.17%67.84%
HSB/HSV257°19.79%75.29%
CMYK14.06%19.79%0.00%
24.71%

Color #A59AC0 in popluar number systems.

HEXA59AC0
Decimal165154192
Binary101001011001101011000000
Octal245232300

Shades and tints

Shades of #A59AC0

#A59AC0
(165,154,192)
#968CAF
(150,140,175)
#877E9E
(135,126,158)
#78708D
(120,112,141)
#69627C
(105,98,124)
#5A546B
(90,84,107)
#4B465A
(75,70,90)
#3C3849
(60,56,73)
#2D2A38
(45,42,56)
#1E1C27
(30,28,39)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #A59AC0

#A59AC0
(165,154,192)
#ADA3C5
(173,163,197)
#B5ACCA
(181,172,202)
#BDB5CF
(189,181,207)
#C5BED4
(197,190,212)
#CDC7D9
(205,199,217)
#D5D0DE
(213,208,222)
#DDD9E3
(221,217,227)
#E5E2E8
(229,226,232)
#EDEBED
(237,235,237)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59AC0; }

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

This text font color is #A59AC0.


Background Color

.myBgColor { background-color: #A59AC0; }

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

This div background color is #A59AC0.


Border color

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

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

This div border color is #A59AC0.


Opacity

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

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

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

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

This text has shadow with #A59AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59AC0 on black background.


Color preview on white background

This text has color #A59AC0 on white background.



Black color preview on #A59AC0 background

This text has black color on #A59AC0 background.


White color preview on #A59AC0 background

This text has white color on #A59AC0 background.