COLOR #A55DA5

HEX: #A55DA5
RGB: (165,93,165)

Color info

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

RGB color model

#A55DA5 color RGB value is (165,93,165).

  • red value is 165;
  • green value is 93;
  • blue value is 165.
RGB:
(165,93,165)
(65%,36%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 93 of 255 = 36%
B 165 of 255 = 65%

165
93
165

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

Portions of RGB colors in percentages

R + G + B =
165 + 93 + 165 = 423 (100%)
R 165 of 423 ~ 39.01%
G 93 of 423 ~ 21.99%
B 165 of 423 ~ 39.01%

%39.01
%21.99
%39.01

CMYK color model

#A55DA5 color CMYK value is (0,44,0,35).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(0,44,0,35)
C0M44Y0K35 
(0%,44%,0%,35%)
(0.00/0.44/0.00/0.35)	

CMYK percentages

%0
%43.64
%0
%35.29

Codes

Color #A55DA5 in popluar color models

A55DA5
RGB16593165
HSL300°28.57%50.59%
HSB/HSV300°43.64%64.71%
CMYK0.00%43.64%0.00%
35.29%

Color #A55DA5 in popluar number systems.

HEXA55DA5
Decimal16593165
Binary10100101101110110100101
Octal245135245

Shades and tints

Shades of #A55DA5

#A55DA5
(165,93,165)
#965596
(150,85,150)
#874D87
(135,77,135)
#784578
(120,69,120)
#693D69
(105,61,105)
#5A355A
(90,53,90)
#4B2D4B
(75,45,75)
#3C253C
(60,37,60)
#2D1D2D
(45,29,45)
#1E151E
(30,21,30)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A55DA5

#A55DA5
(165,93,165)
#AD6BAD
(173,107,173)
#B579B5
(181,121,181)
#BD87BD
(189,135,189)
#C595C5
(197,149,197)
#CDA3CD
(205,163,205)
#D5B1D5
(213,177,213)
#DDBFDD
(221,191,221)
#E5CDE5
(229,205,229)
#EDDBED
(237,219,237)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55DA5; }

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

This text font color is #A55DA5.


Background Color

.myBgColor { background-color: #A55DA5; }

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

This div background color is #A55DA5.


Border color

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

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

This div border color is #A55DA5.


Opacity

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

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

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

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

This text has shadow with #A55DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55DA5 on black background.


Color preview on white background

This text has color #A55DA5 on white background.



Black color preview on #A55DA5 background

This text has black color on #A55DA5 background.


White color preview on #A55DA5 background

This text has white color on #A55DA5 background.