COLOR #A584A3

HEX: #A584A3
RGB: (165,132,163)

Color info

#A584A3 contains red, green and blue colors in about the same proportion. Web safe color of #A584A3 is #999999 (or #999).

RGB color model

#A584A3 color RGB value is (165,132,163).

  • red value is 165;
  • green value is 132;
  • blue value is 163.
RGB:
(165,132,163)
(65%,52%,64%)

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 163 of 255 = 64%

165
132
163

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

Portions of RGB colors in percentages

R + G + B =
165 + 132 + 163 = 460 (100%)
R 165 of 460 ~ 35.87%
G 132 of 460 ~ 28.7%
B 163 of 460 ~ 35.43%

%35.87
%28.7
%35.43

CMYK color model

#A584A3 color CMYK value is (0,20,1,35).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 1.21%
  • key color value is 35.29%
CMYK:
(0,20,1,35)
C0M20Y1K35 
(0%,20%,1%,35%)
(0.00/0.20/0.01/0.35)	

CMYK percentages

%0
%20
%1.21
%35.29

Codes

Color #A584A3 in popluar color models

A584A3
RGB165132163
HSL304°15.49%58.24%
HSB/HSV304°20.00%64.71%
CMYK0.00%20.00%1.21%
35.29%

Color #A584A3 in popluar number systems.

HEXA584A3
Decimal165132163
Binary101001011000010010100011
Octal245204243

Shades and tints

Shades of #A584A3

#A584A3
(165,132,163)
#967895
(150,120,149)
#876C87
(135,108,135)
#786079
(120,96,121)
#69546B
(105,84,107)
#5A485D
(90,72,93)
#4B3C4F
(75,60,79)
#3C3041
(60,48,65)
#2D2433
(45,36,51)
#1E1825
(30,24,37)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #A584A3

#A584A3
(165,132,163)
#AD8FAB
(173,143,171)
#B59AB3
(181,154,179)
#BDA5BB
(189,165,187)
#C5B0C3
(197,176,195)
#CDBBCB
(205,187,203)
#D5C6D3
(213,198,211)
#DDD1DB
(221,209,219)
#E5DCE3
(229,220,227)
#EDE7EB
(237,231,235)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A584A3 color. Also use rgb(165,132,163) instead hex code.

Text Font Color

.myTextColor { color: #A584A3; }

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

This text font color is #A584A3.


Background Color

.myBgColor { background-color: #A584A3; }

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

This div background color is #A584A3.


Border color

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

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

This div border color is #A584A3.


Opacity

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

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

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

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

This text has shadow with #A584A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A584A3 on black background.


Color preview on white background

This text has color #A584A3 on white background.



Black color preview on #A584A3 background

This text has black color on #A584A3 background.


White color preview on #A584A3 background

This text has white color on #A584A3 background.