COLOR #A55EA1

HEX: #A55EA1 RGB: (165,94,161)

Color info

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

RGB color model

#A55EA1 color RGB value is (165,94,161).

RGB: (165,94,161) (65%, 37%, 63%)

RGB channels and saturation

R 165 of 255 = 65%
G 94 of 255 = 37%
B 161 of 255 = 63%

165
94
161

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

Portions of RGB colors in percentages

R + G + B = 165 + 94 + 161 = 420 (100%)
R 165 of 420 ~ 39.29%
G 94 of 420 ~ 22.38%
B 161 of 420 ~ 38.33'%

%39.29
%22.38
%38.33

CMYK color model

#A55EA1 color CMYK value is (0,43,2,35).

  • cyan value is 0.00%
  • magenta value is 43.03%
  • yellow value is 2.42%
  • key color value is 35.29%

CMYK: (0,43,2,35)
C0M43Y2K35 (0%, 43%, 2%, 35%)
(0.00 / 0.43 / 0.02 / 0.35)

CMYK percentages

%0
%43.03
%2.42
%35.29

Codes

Color #A55EA1 in popluar color models

A5 5E A1
RGB 165 94 161
HSL 303° 28.29% 50.78%
HSB/HSV 303° 43.03% 64.71%
CMYK 0.00% 43.03% 2.42%
35.29%

Color #A55EA1 in popluar number systems.

HEX A5 5E A1
Decimal 165 94 161
Binary 10100101 1011110 10100001
Octal 245 136 241

Shades and tints

Shades of #A55EA1

#A55EA1
(165,94,161)
#965693
(150,86,147)
#874E85
(135,78,133)
#784677
(120,70,119)
#693E69
(105,62,105)
#5A365B
(90,54,91)
#4B2E4D
(75,46,77)
#3C263F
(60,38,63)
#2D1E31
(45,30,49)
#1E1623
(30,22,35)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #A55EA1

#A55EA1
(165,94,161)
#AD6CA9
(173,108,169)
#B57AB1
(181,122,177)
#BD88B9
(189,136,185)
#C596C1
(197,150,193)
#CDA4C9
(205,164,201)
#D5B2D1
(213,178,209)
#DDC0D9
(221,192,217)
#E5CEE1
(229,206,225)
#EDDCE9
(237,220,233)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55EA1; }

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

This text font color is #A55EA1.

Background Color

.myBgColor { background-color: #A55EA1; }

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

This div background color is #A55EA1.

Border color

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

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

This div border color is #A55EA1.

Opacity

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

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

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

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

This text has shadow with #A55EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55EA1.

Preview

Color preview on black background

This text has color #A55EA1 on black background.


Color preview on white background

This text has color #A55EA1 on white background.


Black color preview on #A55EA1 background

This text has black color on #A55EA1 background.


White color preview on #A55EA1 background

This text has white color on #A55EA1 background.


Related colors

Complementary color

Complementary color for #hex is #5AA15E.


I love getcolorcode.com

Triadic colors

1 #A1A55E and #5EA1A5 with #A55EA1 are triadic colors.

2 #A15EA5 and #5EA5A1 with #A55EA1 are triadic colors.