COLOR #A59FC6

HEX: #A59FC6
RGB: (165,159,198)

Color info

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

RGB color model

#A59FC6 color RGB value is (165,159,198).

  • red value is 165;
  • green value is 159;
  • blue value is 198.
RGB:
(165,159,198)
(65%,62%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 198 of 255 = 78%

165
159
198

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

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 198 = 522 (100%)
R 165 of 522 ~ 31.61%
G 159 of 522 ~ 30.46%
B 198 of 522 ~ 37.93%

%31.61
%30.46
%37.93

CMYK color model

#A59FC6 color CMYK value is (17,20,0,22).

  • cyan value is 16.67%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(17,20,0,22)
C17M20Y0K22 
(17%,20%,0%,22%)
(0.17/0.20/0.00/0.22)	

CMYK percentages

%16.67
%19.7
%0
%22.35

Codes

Color #A59FC6 in popluar color models

A59FC6
RGB165159198
HSL249°25.49%70.00%
HSB/HSV249°19.70%77.65%
CMYK16.67%19.70%0.00%
22.35%

Color #A59FC6 in popluar number systems.

HEXA59FC6
Decimal165159198
Binary101001011001111111000110
Octal245237306

Shades and tints

Shades of #A59FC6

#A59FC6
(165,159,198)
#9691B4
(150,145,180)
#8783A2
(135,131,162)
#787590
(120,117,144)
#69677E
(105,103,126)
#5A596C
(90,89,108)
#4B4B5A
(75,75,90)
#3C3D48
(60,61,72)
#2D2F36
(45,47,54)
#1E2124
(30,33,36)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A59FC6

#A59FC6
(165,159,198)
#ADA7CB
(173,167,203)
#B5AFD0
(181,175,208)
#BDB7D5
(189,183,213)
#C5BFDA
(197,191,218)
#CDC7DF
(205,199,223)
#D5CFE4
(213,207,228)
#DDD7E9
(221,215,233)
#E5DFEE
(229,223,238)
#EDE7F3
(237,231,243)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59FC6 color. Also use rgb(165,159,198) instead hex code.

Text Font Color

.myTextColor { color: #A59FC6; }

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

This text font color is #A59FC6.


Background Color

.myBgColor { background-color: #A59FC6; }

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

This div background color is #A59FC6.


Border color

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

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

This div border color is #A59FC6.


Opacity

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

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

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

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

This text has shadow with #A59FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59FC6 on black background.


Color preview on white background

This text has color #A59FC6 on white background.



Black color preview on #A59FC6 background

This text has black color on #A59FC6 background.


White color preview on #A59FC6 background

This text has white color on #A59FC6 background.