COLOR #A59CCD

HEX: #A59CCD RGB: (165,156,205)

Color info

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

RGB color model

#A59CCD color RGB value is (165,156,205).

RGB: (165,156,205) (65%, 61%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 205 of 255 = 80%

165
156
205

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

Portions of RGB colors in percentages

R + G + B = 165 + 156 + 205 = 526 (100%)
R 165 of 526 ~ 31.37%
G 156 of 526 ~ 29.66%
B 205 of 526 ~ 38.97'%

%31.37
%29.66
%38.97

CMYK color model

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

  • cyan value is 19.51%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,24,0,20)
C20M24Y0K20 (20%, 24%, 0%, 20%)
(0.20 / 0.24 / 0.00 / 0.20)

CMYK percentages

%19.51
%23.9
%0
%19.61

Codes

Color #A59CCD in popluar color models

A5 9C CD
RGB 165 156 205
HSL 251° 32.89% 70.78%
HSB/HSV 251° 23.90% 80.39%
CMYK 19.51% 23.90% 0.00%
19.61%

Color #A59CCD in popluar number systems.

HEX A5 9C CD
Decimal 165 156 205
Binary 10100101 10011100 11001101
Octal 245 234 315

Shades and tints

Shades of #A59CCD

#A59CCD
(165,156,205)
#968EBB
(150,142,187)
#8780A9
(135,128,169)
#787297
(120,114,151)
#696485
(105,100,133)
#5A5673
(90,86,115)
#4B4861
(75,72,97)
#3C3A4F
(60,58,79)
#2D2C3D
(45,44,61)
#1E1E2B
(30,30,43)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #A59CCD

#A59CCD
(165,156,205)
#ADA5D1
(173,165,209)
#B5AED5
(181,174,213)
#BDB7D9
(189,183,217)
#C5C0DD
(197,192,221)
#CDC9E1
(205,201,225)
#D5D2E5
(213,210,229)
#DDDBE9
(221,219,233)
#E5E4ED
(229,228,237)
#EDEDF1
(237,237,241)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59CCD; }

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

This text font color is #A59CCD.

Background Color

.myBgColor { background-color: #A59CCD; }

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

This div background color is #A59CCD.

Border color

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

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

This div border color is #A59CCD.

Opacity

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

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

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

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

This text has shadow with #A59CCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59CCD.

Preview

Color preview on black background

This text has color #A59CCD on black background.


Color preview on white background

This text has color #A59CCD on white background.


Black color preview on #A59CCD background

This text has black color on #A59CCD background.


White color preview on #A59CCD background

This text has white color on #A59CCD background.


Related colors

Complementary color

Complementary color for #hex is #5A6332.


I love getcolorcode.com

Triadic colors

1 #CDA59C and #9CCDA5 with #A59CCD are triadic colors.

2 #CD9CA5 and #9CA5CD with #A59CCD are triadic colors.