COLOR #A55C98

HEX: #A55C98 RGB: (165,92,152)

Color info

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

RGB color model

#A55C98 color RGB value is (165,92,152).

RGB: (165,92,152) (65%, 36%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 92 of 255 = 36%
B 152 of 255 = 60%

165
92
152

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

Portions of RGB colors in percentages

R + G + B = 165 + 92 + 152 = 409 (100%)
R 165 of 409 ~ 40.34%
G 92 of 409 ~ 22.49%
B 152 of 409 ~ 37.16'%

%40.34
%22.49
%37.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.24%
  • yellow value is 7.88%
  • key color value is 35.29%

CMYK: (0,44,8,35)
C0M44Y8K35 (0%, 44%, 8%, 35%)
(0.00 / 0.44 / 0.08 / 0.35)

CMYK percentages

%0
%44.24
%7.88
%35.29

Codes

Color #A55C98 in popluar color models

A5 5C 98
RGB 165 92 152
HSL 311° 28.85% 50.39%
HSB/HSV 311° 44.24% 64.71%
CMYK 0.00% 44.24% 7.88%
35.29%

Color #A55C98 in popluar number systems.

HEX A5 5C 98
Decimal 165 92 152
Binary 10100101 1011100 10011000
Octal 245 134 230

Shades and tints

Shades of #A55C98

#A55C98
(165,92,152)
#96548B
(150,84,139)
#874C7E
(135,76,126)
#784471
(120,68,113)
#693C64
(105,60,100)
#5A3457
(90,52,87)
#4B2C4A
(75,44,74)
#3C243D
(60,36,61)
#2D1C30
(45,28,48)
#1E1423
(30,20,35)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #A55C98

#A55C98
(165,92,152)
#AD6AA1
(173,106,161)
#B578AA
(181,120,170)
#BD86B3
(189,134,179)
#C594BC
(197,148,188)
#CDA2C5
(205,162,197)
#D5B0CE
(213,176,206)
#DDBED7
(221,190,215)
#E5CCE0
(229,204,224)
#EDDAE9
(237,218,233)
#F5E8F2
(245,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55C98; }

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

This text font color is #A55C98.

Background Color

.myBgColor { background-color: #A55C98; }

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

This div background color is #A55C98.

Border color

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

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

This div border color is #A55C98.

Opacity

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

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

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

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

This text has shadow with #A55C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55C98.

Preview

Color preview on black background

This text has color #A55C98 on black background.


Color preview on white background

This text has color #A55C98 on white background.


Black color preview on #A55C98 background

This text has black color on #A55C98 background.


White color preview on #A55C98 background

This text has white color on #A55C98 background.


Related colors

Complementary color

Complementary color for #hex is #5AA367.


I love getcolorcode.com

Triadic colors

1 #98A55C and #5C98A5 with #A55C98 are triadic colors.

2 #985CA5 and #5CA598 with #A55C98 are triadic colors.