COLOR #A55897

HEX: #A55897
RGB: (165,88,151)

Color info

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

RGB color model

#A55897 color RGB value is (165,88,151).

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

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 151 of 255 = 59%

165
88
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 88 + 151 = 404 (100%)
R 165 of 404 ~ 40.84%
G 88 of 404 ~ 21.78%
B 151 of 404 ~ 37.38%

%40.84
%21.78
%37.38

CMYK color model

#A55897 color CMYK value is (0,47,8,35).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,47,8,35)
C0M47Y8K35 
(0%,47%,8%,35%)
(0.00/0.47/0.08/0.35)	

CMYK percentages

%0
%46.67
%8.48
%35.29

Codes

Color #A55897 in popluar color models

A55897
RGB16588151
HSL311°30.43%49.61%
HSB/HSV311°46.67%64.71%
CMYK0.00%46.67%8.48%
35.29%

Color #A55897 in popluar number systems.

HEXA55897
Decimal16588151
Binary10100101101100010010111
Octal245130227

Shades and tints

Shades of #A55897

#A55897
(165,88,151)
#96508A
(150,80,138)
#87487D
(135,72,125)
#784070
(120,64,112)
#693863
(105,56,99)
#5A3056
(90,48,86)
#4B2849
(75,40,73)
#3C203C
(60,32,60)
#2D182F
(45,24,47)
#1E1022
(30,16,34)
#0F0815
(15,8,21)
#000000
(0,0,0)

Tints of #A55897

#A55897
(165,88,151)
#AD67A0
(173,103,160)
#B576A9
(181,118,169)
#BD85B2
(189,133,178)
#C594BB
(197,148,187)
#CDA3C4
(205,163,196)
#D5B2CD
(213,178,205)
#DDC1D6
(221,193,214)
#E5D0DF
(229,208,223)
#EDDFE8
(237,223,232)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55897; }

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

This text font color is #A55897.


Background Color

.myBgColor { background-color: #A55897; }

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

This div background color is #A55897.


Border color

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

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

This div border color is #A55897.


Opacity

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

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

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

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

This text has shadow with #A55897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55897 on black background.


Color preview on white background

This text has color #A55897 on white background.



Black color preview on #A55897 background

This text has black color on #A55897 background.


White color preview on #A55897 background

This text has white color on #A55897 background.