COLOR #A55F9E

HEX: #A55F9E
RGB: (165,95,158)

Color info

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

RGB color model

#A55F9E color RGB value is (165,95,158).

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

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 158 of 255 = 62%

165
95
158

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

Portions of RGB colors in percentages

R + G + B =
165 + 95 + 158 = 418 (100%)
R 165 of 418 ~ 39.47%
G 95 of 418 ~ 22.73%
B 158 of 418 ~ 37.8%

%39.47
%22.73
%37.8

CMYK color model

#A55F9E color CMYK value is (0,42,4,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(0,42,4,35)
C0M42Y4K35 
(0%,42%,4%,35%)
(0.00/0.42/0.04/0.35)	

CMYK percentages

%0
%42.42
%4.24
%35.29

Codes

Color #A55F9E in popluar color models

A55F9E
RGB16595158
HSL306°28.00%50.98%
HSB/HSV306°42.42%64.71%
CMYK0.00%42.42%4.24%
35.29%

Color #A55F9E in popluar number systems.

HEXA55F9E
Decimal16595158
Binary10100101101111110011110
Octal245137236

Shades and tints

Shades of #A55F9E

#A55F9E
(165,95,158)
#965790
(150,87,144)
#874F82
(135,79,130)
#784774
(120,71,116)
#693F66
(105,63,102)
#5A3758
(90,55,88)
#4B2F4A
(75,47,74)
#3C273C
(60,39,60)
#2D1F2E
(45,31,46)
#1E1720
(30,23,32)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #A55F9E

#A55F9E
(165,95,158)
#AD6DA6
(173,109,166)
#B57BAE
(181,123,174)
#BD89B6
(189,137,182)
#C597BE
(197,151,190)
#CDA5C6
(205,165,198)
#D5B3CE
(213,179,206)
#DDC1D6
(221,193,214)
#E5CFDE
(229,207,222)
#EDDDE6
(237,221,230)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55F9E; }

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

This text font color is #A55F9E.


Background Color

.myBgColor { background-color: #A55F9E; }

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

This div background color is #A55F9E.


Border color

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

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

This div border color is #A55F9E.


Opacity

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

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

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

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

This text has shadow with #A55F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55F9E on black background.


Color preview on white background

This text has color #A55F9E on white background.



Black color preview on #A55F9E background

This text has black color on #A55F9E background.


White color preview on #A55F9E background

This text has white color on #A55F9E background.