COLOR #A56297

HEX: #A56297
RGB: (165,98,151)

Color info

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

RGB color model

#A56297 color RGB value is (165,98,151).

  • red value is 165;
  • green value is 98;
  • blue value is 151.
RGB:
(165,98,151)
(65%,38%,59%)

RGB channels and saturation

R 165 of 255 = 65%
G 98 of 255 = 38%
B 151 of 255 = 59%

165
98
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 98 + 151 = 414 (100%)
R 165 of 414 ~ 39.86%
G 98 of 414 ~ 23.67%
B 151 of 414 ~ 36.47%

%39.86
%23.67
%36.47

CMYK color model

#A56297 color CMYK value is (0,41,8,35).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,41,8,35)
C0M41Y8K35 
(0%,41%,8%,35%)
(0.00/0.41/0.08/0.35)	

CMYK percentages

%0
%40.61
%8.48
%35.29

Codes

Color #A56297 in popluar color models

A56297
RGB16598151
HSL313°27.13%51.57%
HSB/HSV313°40.61%64.71%
CMYK0.00%40.61%8.48%
35.29%

Color #A56297 in popluar number systems.

HEXA56297
Decimal16598151
Binary10100101110001010010111
Octal245142227

Shades and tints

Shades of #A56297

#A56297
(165,98,151)
#965A8A
(150,90,138)
#87527D
(135,82,125)
#784A70
(120,74,112)
#694263
(105,66,99)
#5A3A56
(90,58,86)
#4B3249
(75,50,73)
#3C2A3C
(60,42,60)
#2D222F
(45,34,47)
#1E1A22
(30,26,34)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A56297

#A56297
(165,98,151)
#AD70A0
(173,112,160)
#B57EA9
(181,126,169)
#BD8CB2
(189,140,178)
#C59ABB
(197,154,187)
#CDA8C4
(205,168,196)
#D5B6CD
(213,182,205)
#DDC4D6
(221,196,214)
#E5D2DF
(229,210,223)
#EDE0E8
(237,224,232)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56297 color. Also use rgb(165,98,151) instead hex code.

Text Font Color

.myTextColor { color: #A56297; }

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

This text font color is #A56297.


Background Color

.myBgColor { background-color: #A56297; }

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

This div background color is #A56297.


Border color

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

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

This div border color is #A56297.


Opacity

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

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

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

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

This text has shadow with #A56297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56297 on black background.


Color preview on white background

This text has color #A56297 on white background.



Black color preview on #A56297 background

This text has black color on #A56297 background.


White color preview on #A56297 background

This text has white color on #A56297 background.