COLOR #A55C93

HEX: #A55C93 RGB: (165,92,147)

Color info

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

RGB color model

#A55C93 color RGB value is (165,92,147).

RGB: (165,92,147) (65%, 36%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 92 of 255 = 36%
B 147 of 255 = 58%

165
92
147

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

Portions of RGB colors in percentages

R + G + B = 165 + 92 + 147 = 404 (100%)
R 165 of 404 ~ 40.84%
G 92 of 404 ~ 22.77%
B 147 of 404 ~ 36.39'%

%40.84
%22.77
%36.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.24%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK: (0,44,11,35) C0M44Y11K35 (0%,44%,11%,35%) (0.00/0.44/0.11/0.35) 

CMYK percentages

%0
%44.24
%10.91
%35.29

Codes

Color #A55C93 in popluar color models

A5 5C 93
RGB 165 92 147
HSL 315° 28.85% 50.39%
HSB/HSV 315° 44.24% 64.71%
CMYK 0.00% 44.24% 10.91%
35.29%

Color #A55C93 in popluar number systems.

HEX A5 5C 93
Decimal 165 92 147
Binary 10100101 1011100 10010011
Octal 245 134 223

Shades and tints

Shades of #A55C93

#A55C93
(165,92,147)
#965486
(150,84,134)
#874C79
(135,76,121)
#78446C
(120,68,108)
#693C5F
(105,60,95)
#5A3452
(90,52,82)
#4B2C45
(75,44,69)
#3C2438
(60,36,56)
#2D1C2B
(45,28,43)
#1E141E
(30,20,30)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #A55C93

#A55C93
(165,92,147)
#AD6A9C
(173,106,156)
#B578A5
(181,120,165)
#BD86AE
(189,134,174)
#C594B7
(197,148,183)
#CDA2C0
(205,162,192)
#D5B0C9
(213,176,201)
#DDBED2
(221,190,210)
#E5CCDB
(229,204,219)
#EDDAE4
(237,218,228)
#F5E8ED
(245,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55C93; }

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

This text font color is #A55C93.

Background Color

.myBgColor { background-color: #A55C93; }

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

This div background color is #A55C93.

Border color

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

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

This div border color is #A55C93.

Opacity

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

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

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

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

This text has shadow with #A55C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55C93.

Preview

Color preview on black background

This text has color #A55C93 on black background.


Color preview on white background

This text has color #A55C93 on white background.


Black color preview on #A55C93 background

This text has black color on #A55C93 background.


White color preview on #A55C93 background

This text has white color on #A55C93 background.


Related colors

Complementary color

Complementary color for #hex is #5AA36C.


I love getcolorcode.com

Triadic colors

1 #93A55C and #5C93A5 with #A55C93 are triadic colors.

2 #935CA5 and #5CA593 with #A55C93 are triadic colors.