COLOR #A56F93

HEX: #A56F93 RGB: (165,111,147)

Color info

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

RGB color model

#A56F93 color RGB value is (165,111,147).

RGB: (165,111,147) (65%, 44%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 111 of 255 = 44%
B 147 of 255 = 58%

165
111
147

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

Portions of RGB colors in percentages

R + G + B = 165 + 111 + 147 = 423 (100%)
R 165 of 423 ~ 39.01%
G 111 of 423 ~ 26.24%
B 147 of 423 ~ 34.75'%

%39.01
%26.24
%34.75

CMYK color model

#A56F93 color CMYK value is (0,33,11,35).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 10.91%
  • key color value is 35.29%

CMYK: (0,33,11,35)
C0M33Y11K35 (0%, 33%, 11%, 35%)
(0.00 / 0.33 / 0.11 / 0.35)

CMYK percentages

%0
%32.73
%10.91
%35.29

Codes

Color #A56F93 in popluar color models

A5 6F 93
RGB 165 111 147
HSL 320° 23.08% 54.12%
HSB/HSV 320° 32.73% 64.71%
CMYK 0.00% 32.73% 10.91%
35.29%

Color #A56F93 in popluar number systems.

HEX A5 6F 93
Decimal 165 111 147
Binary 10100101 1101111 10010011
Octal 245 157 223

Shades and tints

Shades of #A56F93

#A56F93
(165,111,147)
#966586
(150,101,134)
#875B79
(135,91,121)
#78516C
(120,81,108)
#69475F
(105,71,95)
#5A3D52
(90,61,82)
#4B3345
(75,51,69)
#3C2938
(60,41,56)
#2D1F2B
(45,31,43)
#1E151E
(30,21,30)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #A56F93

#A56F93
(165,111,147)
#AD7C9C
(173,124,156)
#B589A5
(181,137,165)
#BD96AE
(189,150,174)
#C5A3B7
(197,163,183)
#CDB0C0
(205,176,192)
#D5BDC9
(213,189,201)
#DDCAD2
(221,202,210)
#E5D7DB
(229,215,219)
#EDE4E4
(237,228,228)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56F93; }

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

This text font color is #A56F93.

Background Color

.myBgColor { background-color: #A56F93; }

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

This div background color is #A56F93.

Border color

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

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

This div border color is #A56F93.

Opacity

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

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

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

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

This text has shadow with #A56F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56F93.

Preview

Color preview on black background

This text has color #A56F93 on black background.


Color preview on white background

This text has color #A56F93 on white background.


Black color preview on #A56F93 background

This text has black color on #A56F93 background.


White color preview on #A56F93 background

This text has white color on #A56F93 background.


Related colors

Complementary color

Complementary color for #hex is #5A906C.


I love getcolorcode.com

Triadic colors

1 #93A56F and #6F93A5 with #A56F93 are triadic colors.

2 #936FA5 and #6FA593 with #A56F93 are triadic colors.