COLOR #A55EA6

HEX: #A55EA6
RGB: (165,94,166)

Color info

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

RGB color model

#A55EA6 color RGB value is (165,94,166).

  • red value is 165;
  • green value is 94;
  • blue value is 166.
RGB:
(165,94,166)
(65%,37%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 94 of 255 = 37%
B 166 of 255 = 65%

165
94
166

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

Portions of RGB colors in percentages

R + G + B =
165 + 94 + 166 = 425 (100%)
R 165 of 425 ~ 38.82%
G 94 of 425 ~ 22.12%
B 166 of 425 ~ 39.06%

%38.82
%22.12
%39.06

CMYK color model

#A55EA6 color CMYK value is (1,43,0,35).

  • cyan value is 0.60%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(1,43,0,35)
C1M43Y0K35 
(1%,43%,0%,35%)
(0.01/0.43/0.00/0.35)	

CMYK percentages

%0.6
%43.37
%0
%34.9

Codes

Color #A55EA6 in popluar color models

A55EA6
RGB16594166
HSL299°28.80%50.98%
HSB/HSV299°43.37%65.10%
CMYK0.60%43.37%0.00%
34.90%

Color #A55EA6 in popluar number systems.

HEXA55EA6
Decimal16594166
Binary10100101101111010100110
Octal245136246

Shades and tints

Shades of #A55EA6

#A55EA6
(165,94,166)
#965697
(150,86,151)
#874E88
(135,78,136)
#784679
(120,70,121)
#693E6A
(105,62,106)
#5A365B
(90,54,91)
#4B2E4C
(75,46,76)
#3C263D
(60,38,61)
#2D1E2E
(45,30,46)
#1E161F
(30,22,31)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #A55EA6

#A55EA6
(165,94,166)
#AD6CAE
(173,108,174)
#B57AB6
(181,122,182)
#BD88BE
(189,136,190)
#C596C6
(197,150,198)
#CDA4CE
(205,164,206)
#D5B2D6
(213,178,214)
#DDC0DE
(221,192,222)
#E5CEE6
(229,206,230)
#EDDCEE
(237,220,238)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55EA6; }

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

This text font color is #A55EA6.


Background Color

.myBgColor { background-color: #A55EA6; }

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

This div background color is #A55EA6.


Border color

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

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

This div border color is #A55EA6.


Opacity

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

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

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

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

This text has shadow with #A55EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55EA6 on black background.


Color preview on white background

This text has color #A55EA6 on white background.



Black color preview on #A55EA6 background

This text has black color on #A55EA6 background.


White color preview on #A55EA6 background

This text has white color on #A55EA6 background.