COLOR #A5A0CE

HEX: #A5A0CE RGB: (165,160,206)

Color info

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

RGB color model

#A5A0CE color RGB value is (165,160,206).

RGB: (165,160,206) (65%, 63%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 206 of 255 = 81%

165
160
206

R + G + B ~ 70%. #A5A0CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 160 + 206 = 531 (100%)
R 165 of 531 ~ 31.07%
G 160 of 531 ~ 30.13%
B 206 of 531 ~ 38.79'%

%31.07
%30.13
%38.79

CMYK color model

#A5A0CE color CMYK value is (20,22,0,19).

  • cyan value is 19.90%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (20,22,0,19)
C20M22Y0K19 (20%, 22%, 0%, 19%)
(0.20 / 0.22 / 0.00 / 0.19)

CMYK percentages

%19.9
%22.33
%0
%19.22

Codes

Color #A5A0CE in popluar color models

A5 A0 CE
RGB 165 160 206
HSL 247° 31.94% 71.76%
HSB/HSV 247° 22.33% 80.78%
CMYK 19.90% 22.33% 0.00%
19.22%

Color #A5A0CE in popluar number systems.

HEX A5 A0 CE
Decimal 165 160 206
Binary 10100101 10100000 11001110
Octal 245 240 316

Shades and tints

Shades of #A5A0CE

#A5A0CE
(165,160,206)
#9692BC
(150,146,188)
#8784AA
(135,132,170)
#787698
(120,118,152)
#696886
(105,104,134)
#5A5A74
(90,90,116)
#4B4C62
(75,76,98)
#3C3E50
(60,62,80)
#2D303E
(45,48,62)
#1E222C
(30,34,44)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #A5A0CE

#A5A0CE
(165,160,206)
#ADA8D2
(173,168,210)
#B5B0D6
(181,176,214)
#BDB8DA
(189,184,218)
#C5C0DE
(197,192,222)
#CDC8E2
(205,200,226)
#D5D0E6
(213,208,230)
#DDD8EA
(221,216,234)
#E5E0EE
(229,224,238)
#EDE8F2
(237,232,242)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A0CE; }

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

This text font color is #A5A0CE.

Background Color

.myBgColor { background-color: #A5A0CE; }

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

This div background color is #A5A0CE.

Border color

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

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

This div border color is #A5A0CE.

Opacity

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

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

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

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

This text has shadow with #A5A0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A0CE.

Preview

Color preview on black background

This text has color #A5A0CE on black background.


Color preview on white background

This text has color #A5A0CE on white background.


Black color preview on #A5A0CE background

This text has black color on #A5A0CE background.


White color preview on #A5A0CE background

This text has white color on #A5A0CE background.


Related colors

Complementary color

Complementary color for #hex is #5A5F31.


I love getcolorcode.com

Triadic colors

1 #CEA5A0 and #A0CEA5 with #A5A0CE are triadic colors.

2 #CEA0A5 and #A0A5CE with #A5A0CE are triadic colors.