COLOR #A55A7A

HEX: #A55A7A
RGB: (165,90,122)

Color info

#A55A7A contains mainly red and blue colors. Web safe color of #A55A7A is #996666 (or #966).

RGB color model

#A55A7A color RGB value is (165,90,122).

  • red value is 165;
  • green value is 90;
  • blue value is 122.
RGB:
(165,90,122)
(65%,35%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 90 of 255 = 35%
B 122 of 255 = 48%

165
90
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 90 + 122 = 377 (100%)
R 165 of 377 ~ 43.77%
G 90 of 377 ~ 23.87%
B 122 of 377 ~ 32.36%

%43.77
%23.87
%32.36

CMYK color model

#A55A7A color CMYK value is (0,45,26,35).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,45,26,35)
C0M45Y26K35 
(0%,45%,26%,35%)
(0.00/0.45/0.26/0.35)	

CMYK percentages

%0
%45.45
%26.06
%35.29

Codes

Color #A55A7A in popluar color models

A55A7A
RGB16590122
HSL334°29.41%50.00%
HSB/HSV334°45.45%64.71%
CMYK0.00%45.45%26.06%
35.29%

Color #A55A7A in popluar number systems.

HEXA55A7A
Decimal16590122
Binary1010010110110101111010
Octal245132172

Shades and tints

Shades of #A55A7A

#A55A7A
(165,90,122)
#96526F
(150,82,111)
#874A64
(135,74,100)
#784259
(120,66,89)
#693A4E
(105,58,78)
#5A3243
(90,50,67)
#4B2A38
(75,42,56)
#3C222D
(60,34,45)
#2D1A22
(45,26,34)
#1E1217
(30,18,23)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #A55A7A

#A55A7A
(165,90,122)
#AD6986
(173,105,134)
#B57892
(181,120,146)
#BD879E
(189,135,158)
#C596AA
(197,150,170)
#CDA5B6
(205,165,182)
#D5B4C2
(213,180,194)
#DDC3CE
(221,195,206)
#E5D2DA
(229,210,218)
#EDE1E6
(237,225,230)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55A7A color. Also use rgb(165,90,122) instead hex code.

Text Font Color

.myTextColor { color: #A55A7A; }

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

This text font color is #A55A7A.


Background Color

.myBgColor { background-color: #A55A7A; }

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

This div background color is #A55A7A.


Border color

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

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

This div border color is #A55A7A.


Opacity

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

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

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

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

This text has shadow with #A55A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55A7A on black background.


Color preview on white background

This text has color #A55A7A on white background.



Black color preview on #A55A7A background

This text has black color on #A55A7A background.


White color preview on #A55A7A background

This text has white color on #A55A7A background.