COLOR #A55999

HEX: #A55999
RGB: (165,89,153)

Color info

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

RGB color model

#A55999 color RGB value is (165,89,153).

  • red value is 165;
  • green value is 89;
  • blue value is 153.
RGB:
(165,89,153)
(65%,35%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 89 of 255 = 35%
B 153 of 255 = 60%

165
89
153

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

Portions of RGB colors in percentages

R + G + B =
165 + 89 + 153 = 407 (100%)
R 165 of 407 ~ 40.54%
G 89 of 407 ~ 21.87%
B 153 of 407 ~ 37.59%

%40.54
%21.87
%37.59

CMYK color model

#A55999 color CMYK value is (0,46,7,35).

  • cyan value is 0.00%
  • magenta value is 46.06%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(0,46,7,35)
C0M46Y7K35 
(0%,46%,7%,35%)
(0.00/0.46/0.07/0.35)	

CMYK percentages

%0
%46.06
%7.27
%35.29

Codes

Color #A55999 in popluar color models

A55999
RGB16589153
HSL309°29.92%49.80%
HSB/HSV309°46.06%64.71%
CMYK0.00%46.06%7.27%
35.29%

Color #A55999 in popluar number systems.

HEXA55999
Decimal16589153
Binary10100101101100110011001
Octal245131231

Shades and tints

Shades of #A55999

#A55999
(165,89,153)
#96518C
(150,81,140)
#87497F
(135,73,127)
#784172
(120,65,114)
#693965
(105,57,101)
#5A3158
(90,49,88)
#4B294B
(75,41,75)
#3C213E
(60,33,62)
#2D1931
(45,25,49)
#1E1124
(30,17,36)
#0F0917
(15,9,23)
#000000
(0,0,0)

Tints of #A55999

#A55999
(165,89,153)
#AD68A2
(173,104,162)
#B577AB
(181,119,171)
#BD86B4
(189,134,180)
#C595BD
(197,149,189)
#CDA4C6
(205,164,198)
#D5B3CF
(213,179,207)
#DDC2D8
(221,194,216)
#E5D1E1
(229,209,225)
#EDE0EA
(237,224,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55999 color. Also use rgb(165,89,153) instead hex code.

Text Font Color

.myTextColor { color: #A55999; }

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

This text font color is #A55999.


Background Color

.myBgColor { background-color: #A55999; }

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

This div background color is #A55999.


Border color

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

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

This div border color is #A55999.


Opacity

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

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

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

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

This text has shadow with #A55999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55999 on black background.


Color preview on white background

This text has color #A55999 on white background.



Black color preview on #A55999 background

This text has black color on #A55999 background.


White color preview on #A55999 background

This text has white color on #A55999 background.