COLOR #A590A0

HEX: #A590A0
RGB: (165,144,160)

Color info

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

RGB color model

#A590A0 color RGB value is (165,144,160).

  • red value is 165;
  • green value is 144;
  • blue value is 160.
RGB:
(165,144,160)
(65%,56%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 160 of 255 = 63%

165
144
160

R + G + B ~ 61%. #A590A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 160 = 469 (100%)
R 165 of 469 ~ 35.18%
G 144 of 469 ~ 30.7%
B 160 of 469 ~ 34.12%

%35.18
%30.7
%34.12

CMYK color model

#A590A0 color CMYK value is (0,13,3,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 3.03%
  • key color value is 35.29%
CMYK:
(0,13,3,35)
C0M13Y3K35 
(0%,13%,3%,35%)
(0.00/0.13/0.03/0.35)	

CMYK percentages

%0
%12.73
%3.03
%35.29

Codes

Color #A590A0 in popluar color models

A590A0
RGB165144160
HSL314°10.45%60.59%
HSB/HSV314°12.73%64.71%
CMYK0.00%12.73%3.03%
35.29%

Color #A590A0 in popluar number systems.

HEXA590A0
Decimal165144160
Binary101001011001000010100000
Octal245220240

Shades and tints

Shades of #A590A0

#A590A0
(165,144,160)
#968392
(150,131,146)
#877684
(135,118,132)
#786976
(120,105,118)
#695C68
(105,92,104)
#5A4F5A
(90,79,90)
#4B424C
(75,66,76)
#3C353E
(60,53,62)
#2D2830
(45,40,48)
#1E1B22
(30,27,34)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #A590A0

#A590A0
(165,144,160)
#AD9AA8
(173,154,168)
#B5A4B0
(181,164,176)
#BDAEB8
(189,174,184)
#C5B8C0
(197,184,192)
#CDC2C8
(205,194,200)
#D5CCD0
(213,204,208)
#DDD6D8
(221,214,216)
#E5E0E0
(229,224,224)
#EDEAE8
(237,234,232)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A590A0 color. Also use rgb(165,144,160) instead hex code.

Text Font Color

.myTextColor { color: #A590A0; }

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

This text font color is #A590A0.


Background Color

.myBgColor { background-color: #A590A0; }

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

This div background color is #A590A0.


Border color

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

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

This div border color is #A590A0.


Opacity

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

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

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

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

This text has shadow with #A590A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A590A0 on black background.


Color preview on white background

This text has color #A590A0 on white background.



Black color preview on #A590A0 background

This text has black color on #A590A0 background.


White color preview on #A590A0 background

This text has white color on #A590A0 background.