COLOR #A55FA1

HEX: #A55FA1
RGB: (165,95,161)

Color info

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

RGB color model

#A55FA1 color RGB value is (165,95,161).

  • red value is 165;
  • green value is 95;
  • blue value is 161.
RGB:
(165,95,161)
(65%,37%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 161 of 255 = 63%

165
95
161

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

Portions of RGB colors in percentages

R + G + B =
165 + 95 + 161 = 421 (100%)
R 165 of 421 ~ 39.19%
G 95 of 421 ~ 22.57%
B 161 of 421 ~ 38.24%

%39.19
%22.57
%38.24

CMYK color model

#A55FA1 color CMYK value is (0,42,2,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 2.42%
  • key color value is 35.29%
CMYK:
(0,42,2,35)
C0M42Y2K35 
(0%,42%,2%,35%)
(0.00/0.42/0.02/0.35)	

CMYK percentages

%0
%42.42
%2.42
%35.29

Codes

Color #A55FA1 in popluar color models

A55FA1
RGB16595161
HSL303°28.00%50.98%
HSB/HSV303°42.42%64.71%
CMYK0.00%42.42%2.42%
35.29%

Color #A55FA1 in popluar number systems.

HEXA55FA1
Decimal16595161
Binary10100101101111110100001
Octal245137241

Shades and tints

Shades of #A55FA1

#A55FA1
(165,95,161)
#965793
(150,87,147)
#874F85
(135,79,133)
#784777
(120,71,119)
#693F69
(105,63,105)
#5A375B
(90,55,91)
#4B2F4D
(75,47,77)
#3C273F
(60,39,63)
#2D1F31
(45,31,49)
#1E1723
(30,23,35)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A55FA1

#A55FA1
(165,95,161)
#AD6DA9
(173,109,169)
#B57BB1
(181,123,177)
#BD89B9
(189,137,185)
#C597C1
(197,151,193)
#CDA5C9
(205,165,201)
#D5B3D1
(213,179,209)
#DDC1D9
(221,193,217)
#E5CFE1
(229,207,225)
#EDDDE9
(237,221,233)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55FA1 color. Also use rgb(165,95,161) instead hex code.

Text Font Color

.myTextColor { color: #A55FA1; }

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

This text font color is #A55FA1.


Background Color

.myBgColor { background-color: #A55FA1; }

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

This div background color is #A55FA1.


Border color

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

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

This div border color is #A55FA1.


Opacity

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

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

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

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

This text has shadow with #A55FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55FA1 on black background.


Color preview on white background

This text has color #A55FA1 on white background.



Black color preview on #A55FA1 background

This text has black color on #A55FA1 background.


White color preview on #A55FA1 background

This text has white color on #A55FA1 background.