COLOR #A59CC1

HEX: #A59CC1
RGB: (165,156,193)

Color info

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

RGB color model

#A59CC1 color RGB value is (165,156,193).

  • red value is 165;
  • green value is 156;
  • blue value is 193.
RGB:
(165,156,193)
(65%,61%,76%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 193 of 255 = 76%

165
156
193

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 193 = 514 (100%)
R 165 of 514 ~ 32.1%
G 156 of 514 ~ 30.35%
B 193 of 514 ~ 37.55%

%32.1
%30.35
%37.55

CMYK color model

#A59CC1 color CMYK value is (15,19,0,24).

  • cyan value is 14.51%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(15,19,0,24)
C15M19Y0K24 
(15%,19%,0%,24%)
(0.15/0.19/0.00/0.24)	

CMYK percentages

%14.51
%19.17
%0
%24.31

Codes

Color #A59CC1 in popluar color models

A59CC1
RGB165156193
HSL255°22.98%68.43%
HSB/HSV255°19.17%75.69%
CMYK14.51%19.17%0.00%
24.31%

Color #A59CC1 in popluar number systems.

HEXA59CC1
Decimal165156193
Binary101001011001110011000001
Octal245234301

Shades and tints

Shades of #A59CC1

#A59CC1
(165,156,193)
#968EB0
(150,142,176)
#87809F
(135,128,159)
#78728E
(120,114,142)
#69647D
(105,100,125)
#5A566C
(90,86,108)
#4B485B
(75,72,91)
#3C3A4A
(60,58,74)
#2D2C39
(45,44,57)
#1E1E28
(30,30,40)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #A59CC1

#A59CC1
(165,156,193)
#ADA5C6
(173,165,198)
#B5AECB
(181,174,203)
#BDB7D0
(189,183,208)
#C5C0D5
(197,192,213)
#CDC9DA
(205,201,218)
#D5D2DF
(213,210,223)
#DDDBE4
(221,219,228)
#E5E4E9
(229,228,233)
#EDEDEE
(237,237,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59CC1 color. Also use rgb(165,156,193) instead hex code.

Text Font Color

.myTextColor { color: #A59CC1; }

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

This text font color is #A59CC1.


Background Color

.myBgColor { background-color: #A59CC1; }

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

This div background color is #A59CC1.


Border color

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

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

This div border color is #A59CC1.


Opacity

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

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

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

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

This text has shadow with #A59CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59CC1 on black background.


Color preview on white background

This text has color #A59CC1 on white background.



Black color preview on #A59CC1 background

This text has black color on #A59CC1 background.


White color preview on #A59CC1 background

This text has white color on #A59CC1 background.