COLOR #A590AB

HEX: #A590AB RGB: (165,144,171)

Color info

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

RGB color model

#A590AB color RGB value is (165,144,171).

RGB: (165,144,171) (65%, 56%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 171 of 255 = 67%

165
144
171

R + G + B ~ 63%. #A590AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 144 + 171 = 480 (100%)
R 165 of 480 ~ 34.38%
G 144 of 480 ~ 30%
B 171 of 480 ~ 35.63'%

%34.38
%30
%35.63

CMYK color model

#A590AB color CMYK value is (4,16,0,33).

  • cyan value is 3.51%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (4,16,0,33)
C4M16Y0K33 (4%, 16%, 0%, 33%)
(0.04 / 0.16 / 0.00 / 0.33)

CMYK percentages

%3.51
%15.79
%0
%32.94

Codes

Color #A590AB in popluar color models

A5 90 AB
RGB 165 144 171
HSL 287° 13.85% 61.76%
HSB/HSV 287° 15.79% 67.06%
CMYK 3.51% 15.79% 0.00%
32.94%

Color #A590AB in popluar number systems.

HEX A5 90 AB
Decimal 165 144 171
Binary 10100101 10010000 10101011
Octal 245 220 253

Shades and tints

Shades of #A590AB

#A590AB
(165,144,171)
#96839C
(150,131,156)
#87768D
(135,118,141)
#78697E
(120,105,126)
#695C6F
(105,92,111)
#5A4F60
(90,79,96)
#4B4251
(75,66,81)
#3C3542
(60,53,66)
#2D2833
(45,40,51)
#1E1B24
(30,27,36)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #A590AB

#A590AB
(165,144,171)
#AD9AB2
(173,154,178)
#B5A4B9
(181,164,185)
#BDAEC0
(189,174,192)
#C5B8C7
(197,184,199)
#CDC2CE
(205,194,206)
#D5CCD5
(213,204,213)
#DDD6DC
(221,214,220)
#E5E0E3
(229,224,227)
#EDEAEA
(237,234,234)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A590AB; }

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

This text font color is #A590AB.

Background Color

.myBgColor { background-color: #A590AB; }

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

This div background color is #A590AB.

Border color

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

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

This div border color is #A590AB.

Opacity

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

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

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

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

This text has shadow with #A590AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A590AB.

Preview

Color preview on black background

This text has color #A590AB on black background.


Color preview on white background

This text has color #A590AB on white background.


Black color preview on #A590AB background

This text has black color on #A590AB background.


White color preview on #A590AB background

This text has white color on #A590AB background.


Related colors

Complementary color

Complementary color for #hex is #5A6F54.


I love getcolorcode.com

Triadic colors

1 #ABA590 and #90ABA5 with #A590AB are triadic colors.

2 #AB90A5 and #90A5AB with #A590AB are triadic colors.