COLOR #A55BBB

HEX: #A55BBB
RGB: (165,91,187)

Color info

#A55BBB contains mainly red and blue colors. Web safe color of #A55BBB is #9966CC (or #96C).

RGB color model

#A55BBB color RGB value is (165,91,187).

  • red value is 165;
  • green value is 91;
  • blue value is 187.
RGB:
(165,91,187)
(65%,36%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 91 of 255 = 36%
B 187 of 255 = 73%

165
91
187

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

Portions of RGB colors in percentages

R + G + B =
165 + 91 + 187 = 443 (100%)
R 165 of 443 ~ 37.25%
G 91 of 443 ~ 20.54%
B 187 of 443 ~ 42.21%

%37.25
%20.54
%42.21

CMYK color model

#A55BBB color CMYK value is (12,51,0,27).

  • cyan value is 11.76%
  • magenta value is 51.34%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(12,51,0,27)
C12M51Y0K27 
(12%,51%,0%,27%)
(0.12/0.51/0.00/0.27)	

CMYK percentages

%11.76
%51.34
%0
%26.67

Codes

Color #A55BBB in popluar color models

A55BBB
RGB16591187
HSL286°41.38%54.51%
HSB/HSV286°51.34%73.33%
CMYK11.76%51.34%0.00%
26.67%

Color #A55BBB in popluar number systems.

HEXA55BBB
Decimal16591187
Binary10100101101101110111011
Octal245133273

Shades and tints

Shades of #A55BBB

#A55BBB
(165,91,187)
#9653AA
(150,83,170)
#874B99
(135,75,153)
#784388
(120,67,136)
#693B77
(105,59,119)
#5A3366
(90,51,102)
#4B2B55
(75,43,85)
#3C2344
(60,35,68)
#2D1B33
(45,27,51)
#1E1322
(30,19,34)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #A55BBB

#A55BBB
(165,91,187)
#AD69C1
(173,105,193)
#B577C7
(181,119,199)
#BD85CD
(189,133,205)
#C593D3
(197,147,211)
#CDA1D9
(205,161,217)
#D5AFDF
(213,175,223)
#DDBDE5
(221,189,229)
#E5CBEB
(229,203,235)
#EDD9F1
(237,217,241)
#F5E7F7
(245,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55BBB; }

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

This text font color is #A55BBB.


Background Color

.myBgColor { background-color: #A55BBB; }

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

This div background color is #A55BBB.


Border color

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

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

This div border color is #A55BBB.


Opacity

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

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

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

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

This text has shadow with #A55BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55BBB on black background.


Color preview on white background

This text has color #A55BBB on white background.



Black color preview on #A55BBB background

This text has black color on #A55BBB background.


White color preview on #A55BBB background

This text has white color on #A55BBB background.