COLOR #A5A9CA

HEX: #A5A9CA RGB: (165,169,202)

Color info

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

RGB color model

#A5A9CA color RGB value is (165,169,202).

RGB: (165,169,202) (65%, 66%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 202 of 255 = 79%

165
169
202

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

Portions of RGB colors in percentages

R + G + B = 165 + 169 + 202 = 536 (100%)
R 165 of 536 ~ 30.78%
G 169 of 536 ~ 31.53%
B 202 of 536 ~ 37.69'%

%30.78
%31.53
%37.69

CMYK color model

#A5A9CA color CMYK value is (18,16,0,21).

  • cyan value is 18.32%
  • magenta value is 16.34%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (18,16,0,21)
C18M16Y0K21 (18%, 16%, 0%, 21%)
(0.18 / 0.16 / 0.00 / 0.21)

CMYK percentages

%18.32
%16.34
%0
%20.78

Codes

Color #A5A9CA in popluar color models

A5 A9 CA
RGB 165 169 202
HSL 234° 25.87% 71.96%
HSB/HSV 234° 18.32% 79.22%
CMYK 18.32% 16.34% 0.00%
20.78%

Color #A5A9CA in popluar number systems.

HEX A5 A9 CA
Decimal 165 169 202
Binary 10100101 10101001 11001010
Octal 245 251 312

Shades and tints

Shades of #A5A9CA

#A5A9CA
(165,169,202)
#969AB8
(150,154,184)
#878BA6
(135,139,166)
#787C94
(120,124,148)
#696D82
(105,109,130)
#5A5E70
(90,94,112)
#4B4F5E
(75,79,94)
#3C404C
(60,64,76)
#2D313A
(45,49,58)
#1E2228
(30,34,40)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #A5A9CA

#A5A9CA
(165,169,202)
#ADB0CE
(173,176,206)
#B5B7D2
(181,183,210)
#BDBED6
(189,190,214)
#C5C5DA
(197,197,218)
#CDCCDE
(205,204,222)
#D5D3E2
(213,211,226)
#DDDAE6
(221,218,230)
#E5E1EA
(229,225,234)
#EDE8EE
(237,232,238)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A9CA color. Also use rgb(165,169,202) instead hex code.

Text Font Color

.myTextColor { color: #A5A9CA; }

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

This text font color is #A5A9CA.

Background Color

.myBgColor { background-color: #A5A9CA; }

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

This div background color is #A5A9CA.

Border color

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

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

This div border color is #A5A9CA.

Opacity

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

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

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

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

This text has shadow with #A5A9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A9CA.

Preview

Color preview on black background

This text has color #A5A9CA on black background.


Color preview on white background

This text has color #A5A9CA on white background.


Black color preview on #A5A9CA background

This text has black color on #A5A9CA background.


White color preview on #A5A9CA background

This text has white color on #A5A9CA background.


Related colors

Complementary color

Complementary color for #hex is #5A5635.


I love getcolorcode.com

Triadic colors

1 #CAA5A9 and #A9CAA5 with #A5A9CA are triadic colors.

2 #CAA9A5 and #A9A5CA with #A5A9CA are triadic colors.