COLOR #A55193

HEX: #A55193
RGB: (165,81,147)

Color info

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

RGB color model

#A55193 color RGB value is (165,81,147).

  • red value is 165;
  • green value is 81;
  • blue value is 147.
RGB:
(165,81,147)
(65%,32%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 81 of 255 = 32%
B 147 of 255 = 58%

165
81
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 81 + 147 = 393 (100%)
R 165 of 393 ~ 41.98%
G 81 of 393 ~ 20.61%
B 147 of 393 ~ 37.4%

%41.98
%20.61
%37.4

CMYK color model

#A55193 color CMYK value is (0,51,11,35).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(0,51,11,35)
C0M51Y11K35 
(0%,51%,11%,35%)
(0.00/0.51/0.11/0.35)	

CMYK percentages

%0
%50.91
%10.91
%35.29

Codes

Color #A55193 in popluar color models

A55193
RGB16581147
HSL313°34.15%48.24%
HSB/HSV313°50.91%64.71%
CMYK0.00%50.91%10.91%
35.29%

Color #A55193 in popluar number systems.

HEXA55193
Decimal16581147
Binary10100101101000110010011
Octal245121223

Shades and tints

Shades of #A55193

#A55193
(165,81,147)
#964A86
(150,74,134)
#874379
(135,67,121)
#783C6C
(120,60,108)
#69355F
(105,53,95)
#5A2E52
(90,46,82)
#4B2745
(75,39,69)
#3C2038
(60,32,56)
#2D192B
(45,25,43)
#1E121E
(30,18,30)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #A55193

#A55193
(165,81,147)
#AD609C
(173,96,156)
#B56FA5
(181,111,165)
#BD7EAE
(189,126,174)
#C58DB7
(197,141,183)
#CD9CC0
(205,156,192)
#D5ABC9
(213,171,201)
#DDBAD2
(221,186,210)
#E5C9DB
(229,201,219)
#EDD8E4
(237,216,228)
#F5E7ED
(245,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55193 color. Also use rgb(165,81,147) instead hex code.

Text Font Color

.myTextColor { color: #A55193; }

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

This text font color is #A55193.


Background Color

.myBgColor { background-color: #A55193; }

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

This div background color is #A55193.


Border color

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

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

This div border color is #A55193.


Opacity

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

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

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

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

This text has shadow with #A55193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55193 on black background.


Color preview on white background

This text has color #A55193 on white background.



Black color preview on #A55193 background

This text has black color on #A55193 background.


White color preview on #A55193 background

This text has white color on #A55193 background.