COLOR #A55BA8

HEX: #A55BA8 RGB: (165,91,168)

Color info

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

RGB color model

#A55BA8 color RGB value is (165,91,168).

RGB: (165,91,168) (65%, 36%, 66%)

RGB channels and saturation

R 165 of 255 = 65%
G 91 of 255 = 36%
B 168 of 255 = 66%

165
91
168

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

Portions of RGB colors in percentages

R + G + B = 165 + 91 + 168 = 424 (100%)
R 165 of 424 ~ 38.92%
G 91 of 424 ~ 21.46%
B 168 of 424 ~ 39.62'%

%38.92
%21.46
%39.62

CMYK color model

#A55BA8 color CMYK value is (2,46,0,34).

  • cyan value is 1.79%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (2,46,0,34)
C2M46Y0K34 (2%, 46%, 0%, 34%)
(0.02 / 0.46 / 0.00 / 0.34)

CMYK percentages

%1.79
%45.83
%0
%34.12

Codes

Color #A55BA8 in popluar color models

A5 5B A8
RGB 165 91 168
HSL 298° 30.68% 50.78%
HSB/HSV 298° 45.83% 65.88%
CMYK 1.79% 45.83% 0.00%
34.12%

Color #A55BA8 in popluar number systems.

HEX A5 5B A8
Decimal 165 91 168
Binary 10100101 1011011 10101000
Octal 245 133 250

Shades and tints

Shades of #A55BA8

#A55BA8
(165,91,168)
#965399
(150,83,153)
#874B8A
(135,75,138)
#78437B
(120,67,123)
#693B6C
(105,59,108)
#5A335D
(90,51,93)
#4B2B4E
(75,43,78)
#3C233F
(60,35,63)
#2D1B30
(45,27,48)
#1E1321
(30,19,33)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #A55BA8

#A55BA8
(165,91,168)
#AD69AF
(173,105,175)
#B577B6
(181,119,182)
#BD85BD
(189,133,189)
#C593C4
(197,147,196)
#CDA1CB
(205,161,203)
#D5AFD2
(213,175,210)
#DDBDD9
(221,189,217)
#E5CBE0
(229,203,224)
#EDD9E7
(237,217,231)
#F5E7EE
(245,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55BA8; }

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

This text font color is #A55BA8.

Background Color

.myBgColor { background-color: #A55BA8; }

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

This div background color is #A55BA8.

Border color

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

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

This div border color is #A55BA8.

Opacity

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

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

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

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

This text has shadow with #A55BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55BA8.

Preview

Color preview on black background

This text has color #A55BA8 on black background.


Color preview on white background

This text has color #A55BA8 on white background.


Black color preview on #A55BA8 background

This text has black color on #A55BA8 background.


White color preview on #A55BA8 background

This text has white color on #A55BA8 background.


Related colors

Complementary color

Complementary color for #hex is #5AA457.


I love getcolorcode.com

Triadic colors

1 #A8A55B and #5BA8A5 with #A55BA8 are triadic colors.

2 #A85BA5 and #5BA5A8 with #A55BA8 are triadic colors.