COLOR #A56FA7

HEX: #A56FA7 RGB: (165,111,167)

Color info

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

RGB color model

#A56FA7 color RGB value is (165,111,167).

RGB: (165,111,167) (65%, 44%, 65%)

RGB channels and saturation

R 165 of 255 = 65%
G 111 of 255 = 44%
B 167 of 255 = 65%

165
111
167

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

Portions of RGB colors in percentages

R + G + B = 165 + 111 + 167 = 443 (100%)
R 165 of 443 ~ 37.25%
G 111 of 443 ~ 25.06%
B 167 of 443 ~ 37.7'%

%37.25
%25.06
%37.7

CMYK color model

#A56FA7 color CMYK value is (1,34,0,35).

  • cyan value is 1.20%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (1,34,0,35)
C1M34Y0K35 (1%, 34%, 0%, 35%)
(0.01 / 0.34 / 0.00 / 0.35)

CMYK percentages

%1.2
%33.53
%0
%34.51

Codes

Color #A56FA7 in popluar color models

A5 6F A7
RGB 165 111 167
HSL 298° 24.14% 54.51%
HSB/HSV 298° 33.53% 65.49%
CMYK 1.20% 33.53% 0.00%
34.51%

Color #A56FA7 in popluar number systems.

HEX A5 6F A7
Decimal 165 111 167
Binary 10100101 1101111 10100111
Octal 245 157 247

Shades and tints

Shades of #A56FA7

#A56FA7
(165,111,167)
#966598
(150,101,152)
#875B89
(135,91,137)
#78517A
(120,81,122)
#69476B
(105,71,107)
#5A3D5C
(90,61,92)
#4B334D
(75,51,77)
#3C293E
(60,41,62)
#2D1F2F
(45,31,47)
#1E1520
(30,21,32)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #A56FA7

#A56FA7
(165,111,167)
#AD7CAF
(173,124,175)
#B589B7
(181,137,183)
#BD96BF
(189,150,191)
#C5A3C7
(197,163,199)
#CDB0CF
(205,176,207)
#D5BDD7
(213,189,215)
#DDCADF
(221,202,223)
#E5D7E7
(229,215,231)
#EDE4EF
(237,228,239)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56FA7 color. Also use rgb(165,111,167) instead hex code.

Text Font Color

.myTextColor { color: #A56FA7; }

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

This text font color is #A56FA7.

Background Color

.myBgColor { background-color: #A56FA7; }

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

This div background color is #A56FA7.

Border color

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

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

This div border color is #A56FA7.

Opacity

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

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

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

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

This text has shadow with #A56FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56FA7.

Preview

Color preview on black background

This text has color #A56FA7 on black background.


Color preview on white background

This text has color #A56FA7 on white background.


Black color preview on #A56FA7 background

This text has black color on #A56FA7 background.


White color preview on #A56FA7 background

This text has white color on #A56FA7 background.


Related colors

Complementary color

Complementary color for #hex is #5A9058.


I love getcolorcode.com

Triadic colors

1 #A7A56F and #6FA7A5 with #A56FA7 are triadic colors.

2 #A76FA5 and #6FA5A7 with #A56FA7 are triadic colors.