COLOR #A56BA9

HEX: #A56BA9 RGB: (165,107,169)

Color info

#A56BA9 contains mainly red and blue colors. Web safe color of #A56BA9 is #996699 (or #969).

RGB color model

#A56BA9 color RGB value is (165,107,169).

RGB: (165,107,169) (65%, 42%, 66%)

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 169 of 255 = 66%

165
107
169

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

Portions of RGB colors in percentages

R + G + B = 165 + 107 + 169 = 441 (100%)
R 165 of 441 ~ 37.41%
G 107 of 441 ~ 24.26%
B 169 of 441 ~ 38.32'%

%37.41
%24.26
%38.32

CMYK color model

#A56BA9 color CMYK value is (2,37,0,34).

  • cyan value is 2.37%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (2,37,0,34)
C2M37Y0K34 (2%, 37%, 0%, 34%)
(0.02 / 0.37 / 0.00 / 0.34)

CMYK percentages

%2.37
%36.69
%0
%33.73

Codes

Color #A56BA9 in popluar color models

A5 6B A9
RGB 165 107 169
HSL 296° 26.50% 54.12%
HSB/HSV 296° 36.69% 66.27%
CMYK 2.37% 36.69% 0.00%
33.73%

Color #A56BA9 in popluar number systems.

HEX A5 6B A9
Decimal 165 107 169
Binary 10100101 1101011 10101001
Octal 245 153 251

Shades and tints

Shades of #A56BA9

#A56BA9
(165,107,169)
#96629A
(150,98,154)
#87598B
(135,89,139)
#78507C
(120,80,124)
#69476D
(105,71,109)
#5A3E5E
(90,62,94)
#4B354F
(75,53,79)
#3C2C40
(60,44,64)
#2D2331
(45,35,49)
#1E1A22
(30,26,34)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A56BA9

#A56BA9
(165,107,169)
#AD78B0
(173,120,176)
#B585B7
(181,133,183)
#BD92BE
(189,146,190)
#C59FC5
(197,159,197)
#CDACCC
(205,172,204)
#D5B9D3
(213,185,211)
#DDC6DA
(221,198,218)
#E5D3E1
(229,211,225)
#EDE0E8
(237,224,232)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56BA9 color. Also use rgb(165,107,169) instead hex code.

Text Font Color

.myTextColor { color: #A56BA9; }

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

This text font color is #A56BA9.

Background Color

.myBgColor { background-color: #A56BA9; }

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

This div background color is #A56BA9.

Border color

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

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

This div border color is #A56BA9.

Opacity

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

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

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

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

This text has shadow with #A56BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56BA9.

Preview

Color preview on black background

This text has color #A56BA9 on black background.


Color preview on white background

This text has color #A56BA9 on white background.


Black color preview on #A56BA9 background

This text has black color on #A56BA9 background.


White color preview on #A56BA9 background

This text has white color on #A56BA9 background.


Related colors

Complementary color

Complementary color for #hex is #5A9456.


I love getcolorcode.com

Triadic colors

1 #A9A56B and #6BA9A5 with #A56BA9 are triadic colors.

2 #A96BA5 and #6BA5A9 with #A56BA9 are triadic colors.