COLOR #A5A0B5

HEX: #A5A0B5
RGB: (165,160,181)

Color info

#A5A0B5 contains red, green and blue colors in about the same proportion. Web safe color of #A5A0B5 is #9999CC (or #99C).

RGB color model

#A5A0B5 color RGB value is (165,160,181).

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

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 181 of 255 = 71%

165
160
181

R + G + B ~ 66%. #A5A0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 181 = 506 (100%)
R 165 of 506 ~ 32.61%
G 160 of 506 ~ 31.62%
B 181 of 506 ~ 35.77%

%32.61
%31.62
%35.77

CMYK color model

#A5A0B5 color CMYK value is (9,12,0,29).

  • cyan value is 8.84%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,12,0,29)
C9M12Y0K29 
(9%,12%,0%,29%)
(0.09/0.12/0.00/0.29)	

CMYK percentages

%8.84
%11.6
%0
%29.02

Codes

Color #A5A0B5 in popluar color models

A5A0B5
RGB165160181
HSL254°12.43%66.86%
HSB/HSV254°11.60%70.98%
CMYK8.84%11.60%0.00%
29.02%

Color #A5A0B5 in popluar number systems.

HEXA5A0B5
Decimal165160181
Binary101001011010000010110101
Octal245240265

Shades and tints

Shades of #A5A0B5

#A5A0B5
(165,160,181)
#9692A5
(150,146,165)
#878495
(135,132,149)
#787685
(120,118,133)
#696875
(105,104,117)
#5A5A65
(90,90,101)
#4B4C55
(75,76,85)
#3C3E45
(60,62,69)
#2D3035
(45,48,53)
#1E2225
(30,34,37)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5A0B5

#A5A0B5
(165,160,181)
#ADA8BB
(173,168,187)
#B5B0C1
(181,176,193)
#BDB8C7
(189,184,199)
#C5C0CD
(197,192,205)
#CDC8D3
(205,200,211)
#D5D0D9
(213,208,217)
#DDD8DF
(221,216,223)
#E5E0E5
(229,224,229)
#EDE8EB
(237,232,235)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A0B5; }

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

This text font color is #A5A0B5.


Background Color

.myBgColor { background-color: #A5A0B5; }

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

This div background color is #A5A0B5.


Border color

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

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

This div border color is #A5A0B5.


Opacity

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

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

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

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

This text has shadow with #A5A0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A0B5 on black background.


Color preview on white background

This text has color #A5A0B5 on white background.



Black color preview on #A5A0B5 background

This text has black color on #A5A0B5 background.


White color preview on #A5A0B5 background

This text has white color on #A5A0B5 background.