COLOR #A55392

HEX: #A55392
RGB: (165,83,146)

Color info

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

RGB color model

#A55392 color RGB value is (165,83,146).

  • red value is 165;
  • green value is 83;
  • blue value is 146.
RGB:
(165,83,146)
(65%,33%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 83 of 255 = 33%
B 146 of 255 = 57%

165
83
146

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

Portions of RGB colors in percentages

R + G + B =
165 + 83 + 146 = 394 (100%)
R 165 of 394 ~ 41.88%
G 83 of 394 ~ 21.07%
B 146 of 394 ~ 37.06%

%41.88
%21.07
%37.06

CMYK color model

#A55392 color CMYK value is (0,50,12,35).

  • cyan value is 0.00%
  • magenta value is 49.70%
  • yellow value is 11.52%
  • key color value is 35.29%
CMYK:
(0,50,12,35)
C0M50Y12K35 
(0%,50%,12%,35%)
(0.00/0.50/0.12/0.35)	

CMYK percentages

%0
%49.7
%11.52
%35.29

Codes

Color #A55392 in popluar color models

A55392
RGB16583146
HSL314°33.06%48.63%
HSB/HSV314°49.70%64.71%
CMYK0.00%49.70%11.52%
35.29%

Color #A55392 in popluar number systems.

HEXA55392
Decimal16583146
Binary10100101101001110010010
Octal245123222

Shades and tints

Shades of #A55392

#A55392
(165,83,146)
#964C85
(150,76,133)
#874578
(135,69,120)
#783E6B
(120,62,107)
#69375E
(105,55,94)
#5A3051
(90,48,81)
#4B2944
(75,41,68)
#3C2237
(60,34,55)
#2D1B2A
(45,27,42)
#1E141D
(30,20,29)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #A55392

#A55392
(165,83,146)
#AD629B
(173,98,155)
#B571A4
(181,113,164)
#BD80AD
(189,128,173)
#C58FB6
(197,143,182)
#CD9EBF
(205,158,191)
#D5ADC8
(213,173,200)
#DDBCD1
(221,188,209)
#E5CBDA
(229,203,218)
#EDDAE3
(237,218,227)
#F5E9EC
(245,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55392 color. Also use rgb(165,83,146) instead hex code.

Text Font Color

.myTextColor { color: #A55392; }

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

This text font color is #A55392.


Background Color

.myBgColor { background-color: #A55392; }

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

This div background color is #A55392.


Border color

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

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

This div border color is #A55392.


Opacity

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

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

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

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

This text has shadow with #A55392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55392 on black background.


Color preview on white background

This text has color #A55392 on white background.



Black color preview on #A55392 background

This text has black color on #A55392 background.


White color preview on #A55392 background

This text has white color on #A55392 background.