COLOR #A55F91

HEX: #A55F91
RGB: (165,95,145)

Color info

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

RGB color model

#A55F91 color RGB value is (165,95,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 145 of 255 = 57%

165
95
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 95 + 145 = 405 (100%)
R 165 of 405 ~ 40.74%
G 95 of 405 ~ 23.46%
B 145 of 405 ~ 35.8%

%40.74
%23.46
%35.8

CMYK color model

#A55F91 color CMYK value is (0,42,12,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,42,12,35)
C0M42Y12K35 
(0%,42%,12%,35%)
(0.00/0.42/0.12/0.35)	

CMYK percentages

%0
%42.42
%12.12
%35.29

Codes

Color #A55F91 in popluar color models

A55F91
RGB16595145
HSL317°28.00%50.98%
HSB/HSV317°42.42%64.71%
CMYK0.00%42.42%12.12%
35.29%

Color #A55F91 in popluar number systems.

HEXA55F91
Decimal16595145
Binary10100101101111110010001
Octal245137221

Shades and tints

Shades of #A55F91

#A55F91
(165,95,145)
#965784
(150,87,132)
#874F77
(135,79,119)
#78476A
(120,71,106)
#693F5D
(105,63,93)
#5A3750
(90,55,80)
#4B2F43
(75,47,67)
#3C2736
(60,39,54)
#2D1F29
(45,31,41)
#1E171C
(30,23,28)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #A55F91

#A55F91
(165,95,145)
#AD6D9B
(173,109,155)
#B57BA5
(181,123,165)
#BD89AF
(189,137,175)
#C597B9
(197,151,185)
#CDA5C3
(205,165,195)
#D5B3CD
(213,179,205)
#DDC1D7
(221,193,215)
#E5CFE1
(229,207,225)
#EDDDEB
(237,221,235)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55F91; }

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

This text font color is #A55F91.


Background Color

.myBgColor { background-color: #A55F91; }

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

This div background color is #A55F91.


Border color

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

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

This div border color is #A55F91.


Opacity

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

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

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

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

This text has shadow with #A55F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55F91 on black background.


Color preview on white background

This text has color #A55F91 on white background.



Black color preview on #A55F91 background

This text has black color on #A55F91 background.


White color preview on #A55F91 background

This text has white color on #A55F91 background.