COLOR #A590AC

HEX: #A590AC RGB: (165,144,172)

Color info

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

RGB color model

#A590AC color RGB value is (165,144,172).

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

RGB channels and saturation

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

165
144
172

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

Portions of RGB colors in percentages

R + G + B = 165 + 144 + 172 = 481 (100%)
R 165 of 481 ~ 34.3%
G 144 of 481 ~ 29.94%
B 172 of 481 ~ 35.76'%

%34.3
%29.94
%35.76

CMYK color model

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

  • cyan value is 4.07%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%

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

CMYK percentages

%4.07
%16.28
%0
%32.55

Codes

Color #A590AC in popluar color models

A5 90 AC
RGB 165 144 172
HSL 285° 14.43% 61.96%
HSB/HSV 285° 16.28% 67.45%
CMYK 4.07% 16.28% 0.00%
32.55%

Color #A590AC in popluar number systems.

HEX A5 90 AC
Decimal 165 144 172
Binary 10100101 10010000 10101100
Octal 245 220 254

Shades and tints

Shades of #A590AC

#A590AC
(165,144,172)
#96839D
(150,131,157)
#87768E
(135,118,142)
#78697F
(120,105,127)
#695C70
(105,92,112)
#5A4F61
(90,79,97)
#4B4252
(75,66,82)
#3C3543
(60,53,67)
#2D2834
(45,40,52)
#1E1B25
(30,27,37)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #A590AC

#A590AC
(165,144,172)
#AD9AB3
(173,154,179)
#B5A4BA
(181,164,186)
#BDAEC1
(189,174,193)
#C5B8C8
(197,184,200)
#CDC2CF
(205,194,207)
#D5CCD6
(213,204,214)
#DDD6DD
(221,214,221)
#E5E0E4
(229,224,228)
#EDEAEB
(237,234,235)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A590AC; }

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

This text font color is #A590AC.

Background Color

.myBgColor { background-color: #A590AC; }

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

This div background color is #A590AC.

Border color

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

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

This div border color is #A590AC.

Opacity

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

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

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

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

This text has shadow with #A590AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A590AC.

Preview

Color preview on black background

This text has color #A590AC on black background.


Color preview on white background

This text has color #A590AC on white background.


Black color preview on #A590AC background

This text has black color on #A590AC background.


White color preview on #A590AC background

This text has white color on #A590AC background.


Related colors

Complementary color

Complementary color for #hex is #5A6F53.


I love getcolorcode.com

Triadic colors

1 #ACA590 and #90ACA5 with #A590AC are triadic colors.

2 #AC90A5 and #90A5AC with #A590AC are triadic colors.