COLOR #A55BB0

HEX: #A55BB0 RGB: (165,91,176)

Color info

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

RGB color model

#A55BB0 color RGB value is (165,91,176).

RGB: (165,91,176) (65%, 36%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 91 of 255 = 36%
B 176 of 255 = 69%

165
91
176

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

Portions of RGB colors in percentages

R + G + B = 165 + 91 + 176 = 432 (100%)
R 165 of 432 ~ 38.19%
G 91 of 432 ~ 21.06%
B 176 of 432 ~ 40.74'%

%38.19
%21.06
%40.74

CMYK color model

#A55BB0 color CMYK value is (6,48,0,31).

  • cyan value is 6.25%
  • magenta value is 48.30%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (6,48,0,31)
C6M48Y0K31 (6%, 48%, 0%, 31%)
(0.06 / 0.48 / 0.00 / 0.31)

CMYK percentages

%6.25
%48.3
%0
%30.98

Codes

Color #A55BB0 in popluar color models

A5 5B B0
RGB 165 91 176
HSL 292° 34.98% 52.35%
HSB/HSV 292° 48.30% 69.02%
CMYK 6.25% 48.30% 0.00%
30.98%

Color #A55BB0 in popluar number systems.

HEX A5 5B B0
Decimal 165 91 176
Binary 10100101 1011011 10110000
Octal 245 133 260

Shades and tints

Shades of #A55BB0

#A55BB0
(165,91,176)
#9653A0
(150,83,160)
#874B90
(135,75,144)
#784380
(120,67,128)
#693B70
(105,59,112)
#5A3360
(90,51,96)
#4B2B50
(75,43,80)
#3C2340
(60,35,64)
#2D1B30
(45,27,48)
#1E1320
(30,19,32)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #A55BB0

#A55BB0
(165,91,176)
#AD69B7
(173,105,183)
#B577BE
(181,119,190)
#BD85C5
(189,133,197)
#C593CC
(197,147,204)
#CDA1D3
(205,161,211)
#D5AFDA
(213,175,218)
#DDBDE1
(221,189,225)
#E5CBE8
(229,203,232)
#EDD9EF
(237,217,239)
#F5E7F6
(245,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55BB0; }

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

This text font color is #A55BB0.

Background Color

.myBgColor { background-color: #A55BB0; }

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

This div background color is #A55BB0.

Border color

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

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

This div border color is #A55BB0.

Opacity

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

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

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

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

This text has shadow with #A55BB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55BB0.

Preview

Color preview on black background

This text has color #A55BB0 on black background.


Color preview on white background

This text has color #A55BB0 on white background.


Black color preview on #A55BB0 background

This text has black color on #A55BB0 background.


White color preview on #A55BB0 background

This text has white color on #A55BB0 background.


Related colors

Complementary color

Complementary color for #hex is #5AA44F.


I love getcolorcode.com

Triadic colors

1 #B0A55B and #5BB0A5 with #A55BB0 are triadic colors.

2 #B05BA5 and #5BA5B0 with #A55BB0 are triadic colors.