COLOR #A588AB

HEX: #A588AB
RGB: (165,136,171)

Color info

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

RGB color model

#A588AB color RGB value is (165,136,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 136 of 255 = 53%
B 171 of 255 = 67%

165
136
171

R + G + B ~ 62%. #A588AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 171 = 472 (100%)
R 165 of 472 ~ 34.96%
G 136 of 472 ~ 28.81%
B 171 of 472 ~ 36.23%

%34.96
%28.81
%36.23

CMYK color model

#A588AB color CMYK value is (4,20,0,33).

  • cyan value is 3.51%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,20,0,33)
C4M20Y0K33 
(4%,20%,0%,33%)
(0.04/0.20/0.00/0.33)	

CMYK percentages

%3.51
%20.47
%0
%32.94

Codes

Color #A588AB in popluar color models

A588AB
RGB165136171
HSL290°17.24%60.20%
HSB/HSV290°20.47%67.06%
CMYK3.51%20.47%0.00%
32.94%

Color #A588AB in popluar number systems.

HEXA588AB
Decimal165136171
Binary101001011000100010101011
Octal245210253

Shades and tints

Shades of #A588AB

#A588AB
(165,136,171)
#967C9C
(150,124,156)
#87708D
(135,112,141)
#78647E
(120,100,126)
#69586F
(105,88,111)
#5A4C60
(90,76,96)
#4B4051
(75,64,81)
#3C3442
(60,52,66)
#2D2833
(45,40,51)
#1E1C24
(30,28,36)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #A588AB

#A588AB
(165,136,171)
#AD92B2
(173,146,178)
#B59CB9
(181,156,185)
#BDA6C0
(189,166,192)
#C5B0C7
(197,176,199)
#CDBACE
(205,186,206)
#D5C4D5
(213,196,213)
#DDCEDC
(221,206,220)
#E5D8E3
(229,216,227)
#EDE2EA
(237,226,234)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A588AB; }

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

This text font color is #A588AB.


Background Color

.myBgColor { background-color: #A588AB; }

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

This div background color is #A588AB.


Border color

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

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

This div border color is #A588AB.


Opacity

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

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

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

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

This text has shadow with #A588AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A588AB on black background.


Color preview on white background

This text has color #A588AB on white background.



Black color preview on #A588AB background

This text has black color on #A588AB background.


White color preview on #A588AB background

This text has white color on #A588AB background.