COLOR #A59CCE

HEX: #A59CCE RGB: (165,156,206)

Color info

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

RGB color model

#A59CCE color RGB value is (165,156,206).

RGB: (165,156,206) (65%, 61%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 206 of 255 = 81%

165
156
206

R + G + B ~ 69%. #A59CCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 156 + 206 = 527 (100%)
R 165 of 527 ~ 31.31%
G 156 of 527 ~ 29.6%
B 206 of 527 ~ 39.09'%

%31.31
%29.6
%39.09

CMYK color model

#A59CCE color CMYK value is (20,24,0,19).

  • cyan value is 19.90%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (20,24,0,19)
C20M24Y0K19 (20%, 24%, 0%, 19%)
(0.20 / 0.24 / 0.00 / 0.19)

CMYK percentages

%19.9
%24.27
%0
%19.22

Codes

Color #A59CCE in popluar color models

A5 9C CE
RGB 165 156 206
HSL 251° 33.78% 70.98%
HSB/HSV 251° 24.27% 80.78%
CMYK 19.90% 24.27% 0.00%
19.22%

Color #A59CCE in popluar number systems.

HEX A5 9C CE
Decimal 165 156 206
Binary 10100101 10011100 11001110
Octal 245 234 316

Shades and tints

Shades of #A59CCE

#A59CCE
(165,156,206)
#968EBC
(150,142,188)
#8780AA
(135,128,170)
#787298
(120,114,152)
#696486
(105,100,134)
#5A5674
(90,86,116)
#4B4862
(75,72,98)
#3C3A50
(60,58,80)
#2D2C3E
(45,44,62)
#1E1E2C
(30,30,44)
#0F101A
(15,16,26)
#000000
(0,0,0)

Tints of #A59CCE

#A59CCE
(165,156,206)
#ADA5D2
(173,165,210)
#B5AED6
(181,174,214)
#BDB7DA
(189,183,218)
#C5C0DE
(197,192,222)
#CDC9E2
(205,201,226)
#D5D2E6
(213,210,230)
#DDDBEA
(221,219,234)
#E5E4EE
(229,228,238)
#EDEDF2
(237,237,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59CCE; }

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

This text font color is #A59CCE.

Background Color

.myBgColor { background-color: #A59CCE; }

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

This div background color is #A59CCE.

Border color

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

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

This div border color is #A59CCE.

Opacity

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

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

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

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

This text has shadow with #A59CCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59CCE.

Preview

Color preview on black background

This text has color #A59CCE on black background.


Color preview on white background

This text has color #A59CCE on white background.


Black color preview on #A59CCE background

This text has black color on #A59CCE background.


White color preview on #A59CCE background

This text has white color on #A59CCE background.


Related colors

Complementary color

Complementary color for #hex is #5A6331.


I love getcolorcode.com

Triadic colors

1 #CEA59C and #9CCEA5 with #A59CCE are triadic colors.

2 #CE9CA5 and #9CA5CE with #A59CCE are triadic colors.