COLOR #A56C90

HEX: #A56C90 RGB: (165,108,144)

Color info

#A56C90 contains red, green and blue colors in about the same proportion. Web safe color of #A56C90 is #996699 (or #969).

RGB color model

#A56C90 color RGB value is (165,108,144).

RGB: (165,108,144) (65%, 42%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 108 of 255 = 42%
B 144 of 255 = 56%

165
108
144

R + G + B ~ 54%. #A56C90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 108 + 144 = 417 (100%)
R 165 of 417 ~ 39.57%
G 108 of 417 ~ 25.9%
B 144 of 417 ~ 34.53'%

%39.57
%25.9
%34.53

CMYK color model

#A56C90 color CMYK value is (0,35,13,35).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 12.73%
  • key color value is 35.29%

CMYK: (0,35,13,35)
C0M35Y13K35 (0%, 35%, 13%, 35%)
(0.00 / 0.35 / 0.13 / 0.35)

CMYK percentages

%0
%34.55
%12.73
%35.29

Codes

Color #A56C90 in popluar color models

A5 6C 90
RGB 165 108 144
HSL 322° 24.05% 53.53%
HSB/HSV 322° 34.55% 64.71%
CMYK 0.00% 34.55% 12.73%
35.29%

Color #A56C90 in popluar number systems.

HEX A5 6C 90
Decimal 165 108 144
Binary 10100101 1101100 10010000
Octal 245 154 220

Shades and tints

Shades of #A56C90

#A56C90
(165,108,144)
#966383
(150,99,131)
#875A76
(135,90,118)
#785169
(120,81,105)
#69485C
(105,72,92)
#5A3F4F
(90,63,79)
#4B3642
(75,54,66)
#3C2D35
(60,45,53)
#2D2428
(45,36,40)
#1E1B1B
(30,27,27)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #A56C90

#A56C90
(165,108,144)
#AD799A
(173,121,154)
#B586A4
(181,134,164)
#BD93AE
(189,147,174)
#C5A0B8
(197,160,184)
#CDADC2
(205,173,194)
#D5BACC
(213,186,204)
#DDC7D6
(221,199,214)
#E5D4E0
(229,212,224)
#EDE1EA
(237,225,234)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56C90 color. Also use rgb(165,108,144) instead hex code.

Text Font Color

.myTextColor { color: #A56C90; }

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

This text font color is #A56C90.

Background Color

.myBgColor { background-color: #A56C90; }

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

This div background color is #A56C90.

Border color

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

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

This div border color is #A56C90.

Opacity

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

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

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

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

This text has shadow with #A56C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56C90.

Preview

Color preview on black background

This text has color #A56C90 on black background.


Color preview on white background

This text has color #A56C90 on white background.


Black color preview on #A56C90 background

This text has black color on #A56C90 background.


White color preview on #A56C90 background

This text has white color on #A56C90 background.


Related colors

Complementary color

Complementary color for #hex is #5A936F.


I love getcolorcode.com

Triadic colors

1 #90A56C and #6C90A5 with #A56C90 are triadic colors.

2 #906CA5 and #6CA590 with #A56C90 are triadic colors.