COLOR #A588A6

HEX: #A588A6
RGB: (165,136,166)

Color info

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

RGB color model

#A588A6 color RGB value is (165,136,166).

  • red value is 165;
  • green value is 136;
  • blue value is 166.
RGB:
(165,136,166)
(65%,53%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 136 of 255 = 53%
B 166 of 255 = 65%

165
136
166

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

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 166 = 467 (100%)
R 165 of 467 ~ 35.33%
G 136 of 467 ~ 29.12%
B 166 of 467 ~ 35.55%

%35.33
%29.12
%35.55

CMYK color model

#A588A6 color CMYK value is (1,18,0,35).

  • cyan value is 0.60%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(1,18,0,35)
C1M18Y0K35 
(1%,18%,0%,35%)
(0.01/0.18/0.00/0.35)	

CMYK percentages

%0.6
%18.07
%0
%34.9

Codes

Color #A588A6 in popluar color models

A588A6
RGB165136166
HSL298°14.42%59.22%
HSB/HSV298°18.07%65.10%
CMYK0.60%18.07%0.00%
34.90%

Color #A588A6 in popluar number systems.

HEXA588A6
Decimal165136166
Binary101001011000100010100110
Octal245210246

Shades and tints

Shades of #A588A6

#A588A6
(165,136,166)
#967C97
(150,124,151)
#877088
(135,112,136)
#786479
(120,100,121)
#69586A
(105,88,106)
#5A4C5B
(90,76,91)
#4B404C
(75,64,76)
#3C343D
(60,52,61)
#2D282E
(45,40,46)
#1E1C1F
(30,28,31)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #A588A6

#A588A6
(165,136,166)
#AD92AE
(173,146,174)
#B59CB6
(181,156,182)
#BDA6BE
(189,166,190)
#C5B0C6
(197,176,198)
#CDBACE
(205,186,206)
#D5C4D6
(213,196,214)
#DDCEDE
(221,206,222)
#E5D8E6
(229,216,230)
#EDE2EE
(237,226,238)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A588A6 color. Also use rgb(165,136,166) instead hex code.

Text Font Color

.myTextColor { color: #A588A6; }

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

This text font color is #A588A6.


Background Color

.myBgColor { background-color: #A588A6; }

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

This div background color is #A588A6.


Border color

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

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

This div border color is #A588A6.


Opacity

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

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

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

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

This text has shadow with #A588A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A588A6 on black background.


Color preview on white background

This text has color #A588A6 on white background.



Black color preview on #A588A6 background

This text has black color on #A588A6 background.


White color preview on #A588A6 background

This text has white color on #A588A6 background.