COLOR #A6A0CA

HEX: #A6A0CA RGB: (166,160,202)

Color info

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

RGB color model

#A6A0CA color RGB value is (166,160,202).

RGB: (166,160,202) (65%, 63%, 79%)

RGB channels and saturation

R 166 of 255 = 65%
G 160 of 255 = 63%
B 202 of 255 = 79%

166
160
202

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

Portions of RGB colors in percentages

R + G + B = 166 + 160 + 202 = 528 (100%)
R 166 of 528 ~ 31.44%
G 160 of 528 ~ 30.3%
B 202 of 528 ~ 38.26'%

%31.44
%30.3
%38.26

CMYK color model

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

  • cyan value is 17.82%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (18,21,0,21)
C18M21Y0K21 (18%, 21%, 0%, 21%)
(0.18 / 0.21 / 0.00 / 0.21)

CMYK percentages

%17.82
%20.79
%0
%20.78

Codes

Color #A6A0CA in popluar color models

A6 A0 CA
RGB 166 160 202
HSL 249° 28.38% 70.98%
HSB/HSV 249° 20.79% 79.22%
CMYK 17.82% 20.79% 0.00%
20.78%

Color #A6A0CA in popluar number systems.

HEX A6 A0 CA
Decimal 166 160 202
Binary 10100110 10100000 11001010
Octal 246 240 312

Shades and tints

Shades of #A6A0CA

#A6A0CA
(166,160,202)
#9792B8
(151,146,184)
#8884A6
(136,132,166)
#797694
(121,118,148)
#6A6882
(106,104,130)
#5B5A70
(91,90,112)
#4C4C5E
(76,76,94)
#3D3E4C
(61,62,76)
#2E303A
(46,48,58)
#1F2228
(31,34,40)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #A6A0CA

#A6A0CA
(166,160,202)
#AEA8CE
(174,168,206)
#B6B0D2
(182,176,210)
#BEB8D6
(190,184,214)
#C6C0DA
(198,192,218)
#CEC8DE
(206,200,222)
#D6D0E2
(214,208,226)
#DED8E6
(222,216,230)
#E6E0EA
(230,224,234)
#EEE8EE
(238,232,238)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A0CA color. Also use rgb(166,160,202) instead hex code.

Text Font Color

.myTextColor { color: #A6A0CA; }

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

This text font color is #A6A0CA.

Background Color

.myBgColor { background-color: #A6A0CA; }

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

This div background color is #A6A0CA.

Border color

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

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

This div border color is #A6A0CA.

Opacity

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

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

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

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

This text has shadow with #A6A0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A0CA.

Preview

Color preview on black background

This text has color #A6A0CA on black background.


Color preview on white background

This text has color #A6A0CA on white background.


Black color preview on #A6A0CA background

This text has black color on #A6A0CA background.


White color preview on #A6A0CA background

This text has white color on #A6A0CA background.


Related colors

Complementary color

Complementary color for #hex is #595F35.


I love getcolorcode.com

Triadic colors

1 #CAA6A0 and #A0CAA6 with #A6A0CA are triadic colors.

2 #CAA0A6 and #A0A6CA with #A6A0CA are triadic colors.