COLOR #A5A1CA

HEX: #A5A1CA RGB: (165,161,202)

Color info

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

RGB color model

#A5A1CA color RGB value is (165,161,202).

RGB: (165,161,202) (65%, 63%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 202 of 255 = 79%

165
161
202

R + G + B ~ 69%. #A5A1CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 161 + 202 = 528 (100%)
R 165 of 528 ~ 31.25%
G 161 of 528 ~ 30.49%
B 202 of 528 ~ 38.26'%

%31.25
%30.49
%38.26

CMYK color model

#A5A1CA color CMYK value is (18,20,0,21).

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

CMYK: (18,20,0,21)
C18M20Y0K21 (18%, 20%, 0%, 21%)
(0.18 / 0.20 / 0.00 / 0.21)

CMYK percentages

%18.32
%20.3
%0
%20.78

Codes

Color #A5A1CA in popluar color models

A5 A1 CA
RGB 165 161 202
HSL 246° 27.89% 71.18%
HSB/HSV 246° 20.30% 79.22%
CMYK 18.32% 20.30% 0.00%
20.78%

Color #A5A1CA in popluar number systems.

HEX A5 A1 CA
Decimal 165 161 202
Binary 10100101 10100001 11001010
Octal 245 241 312

Shades and tints

Shades of #A5A1CA

#A5A1CA
(165,161,202)
#9693B8
(150,147,184)
#8785A6
(135,133,166)
#787794
(120,119,148)
#696982
(105,105,130)
#5A5B70
(90,91,112)
#4B4D5E
(75,77,94)
#3C3F4C
(60,63,76)
#2D313A
(45,49,58)
#1E2328
(30,35,40)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5A1CA

#A5A1CA
(165,161,202)
#ADA9CE
(173,169,206)
#B5B1D2
(181,177,210)
#BDB9D6
(189,185,214)
#C5C1DA
(197,193,218)
#CDC9DE
(205,201,222)
#D5D1E2
(213,209,226)
#DDD9E6
(221,217,230)
#E5E1EA
(229,225,234)
#EDE9EE
(237,233,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A1CA; }

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

This text font color is #A5A1CA.

Background Color

.myBgColor { background-color: #A5A1CA; }

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

This div background color is #A5A1CA.

Border color

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

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

This div border color is #A5A1CA.

Opacity

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

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

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

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

This text has shadow with #A5A1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A1CA.

Preview

Color preview on black background

This text has color #A5A1CA on black background.


Color preview on white background

This text has color #A5A1CA on white background.


Black color preview on #A5A1CA background

This text has black color on #A5A1CA background.


White color preview on #A5A1CA background

This text has white color on #A5A1CA background.


Related colors

Complementary color

Complementary color for #hex is #5A5E35.


I love getcolorcode.com

Triadic colors

1 #CAA5A1 and #A1CAA5 with #A5A1CA are triadic colors.

2 #CAA1A5 and #A1A5CA with #A5A1CA are triadic colors.