COLOR #A55ABB

HEX: #A55ABB
RGB: (165,90,187)

Color info

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

RGB color model

#A55ABB color RGB value is (165,90,187).

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

RGB channels and saturation

R 165 of 255 = 65%
G 90 of 255 = 35%
B 187 of 255 = 73%

165
90
187

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

Portions of RGB colors in percentages

R + G + B =
165 + 90 + 187 = 442 (100%)
R 165 of 442 ~ 37.33%
G 90 of 442 ~ 20.36%
B 187 of 442 ~ 42.31%

%37.33
%20.36
%42.31

CMYK color model

#A55ABB color CMYK value is (12,52,0,27).

  • cyan value is 11.76%
  • magenta value is 51.87%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(12,52,0,27)
C12M52Y0K27 
(12%,52%,0%,27%)
(0.12/0.52/0.00/0.27)	

CMYK percentages

%11.76
%51.87
%0
%26.67

Codes

Color #A55ABB in popluar color models

A55ABB
RGB16590187
HSL286°41.63%54.31%
HSB/HSV286°51.87%73.33%
CMYK11.76%51.87%0.00%
26.67%

Color #A55ABB in popluar number systems.

HEXA55ABB
Decimal16590187
Binary10100101101101010111011
Octal245132273

Shades and tints

Shades of #A55ABB

#A55ABB
(165,90,187)
#9652AA
(150,82,170)
#874A99
(135,74,153)
#784288
(120,66,136)
#693A77
(105,58,119)
#5A3266
(90,50,102)
#4B2A55
(75,42,85)
#3C2244
(60,34,68)
#2D1A33
(45,26,51)
#1E1222
(30,18,34)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #A55ABB

#A55ABB
(165,90,187)
#AD69C1
(173,105,193)
#B578C7
(181,120,199)
#BD87CD
(189,135,205)
#C596D3
(197,150,211)
#CDA5D9
(205,165,217)
#D5B4DF
(213,180,223)
#DDC3E5
(221,195,229)
#E5D2EB
(229,210,235)
#EDE1F1
(237,225,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55ABB; }

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

This text font color is #A55ABB.


Background Color

.myBgColor { background-color: #A55ABB; }

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

This div background color is #A55ABB.


Border color

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

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

This div border color is #A55ABB.


Opacity

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

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

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

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

This text has shadow with #A55ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55ABB on black background.


Color preview on white background

This text has color #A55ABB on white background.



Black color preview on #A55ABB background

This text has black color on #A55ABB background.


White color preview on #A55ABB background

This text has white color on #A55ABB background.