COLOR #A690CA

HEX: #A690CA
RGB: (166,144,202)

Color info

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

RGB color model

#A690CA color RGB value is (166,144,202).

  • red value is 166;
  • green value is 144;
  • blue value is 202.
RGB:
(166,144,202)
(65%,56%,79%)

RGB channels and saturation

R 166 of 255 = 65%
G 144 of 255 = 56%
B 202 of 255 = 79%

166
144
202

R + G + B ~ 67%. #A690CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 144 + 202 = 512 (100%)
R 166 of 512 ~ 32.42%
G 144 of 512 ~ 28.13%
B 202 of 512 ~ 39.45%

%32.42
%28.13
%39.45

CMYK color model

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

  • cyan value is 17.82%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(18,29,0,21)
C18M29Y0K21 
(18%,29%,0%,21%)
(0.18/0.29/0.00/0.21)	

CMYK percentages

%17.82
%28.71
%0
%20.78

Codes

Color #A690CA in popluar color models

A690CA
RGB166144202
HSL263°35.37%67.84%
HSB/HSV263°28.71%79.22%
CMYK17.82%28.71%0.00%
20.78%

Color #A690CA in popluar number systems.

HEXA690CA
Decimal166144202
Binary101001101001000011001010
Octal246220312

Shades and tints

Shades of #A690CA

#A690CA
(166,144,202)
#9783B8
(151,131,184)
#8876A6
(136,118,166)
#796994
(121,105,148)
#6A5C82
(106,92,130)
#5B4F70
(91,79,112)
#4C425E
(76,66,94)
#3D354C
(61,53,76)
#2E283A
(46,40,58)
#1F1B28
(31,27,40)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #A690CA

#A690CA
(166,144,202)
#AE9ACE
(174,154,206)
#B6A4D2
(182,164,210)
#BEAED6
(190,174,214)
#C6B8DA
(198,184,218)
#CEC2DE
(206,194,222)
#D6CCE2
(214,204,226)
#DED6E6
(222,214,230)
#E6E0EA
(230,224,234)
#EEEAEE
(238,234,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A690CA; }

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

This text font color is #A690CA.


Background Color

.myBgColor { background-color: #A690CA; }

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

This div background color is #A690CA.


Border color

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

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

This div border color is #A690CA.


Opacity

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

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

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

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

This text has shadow with #A690CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A690CA on black background.


Color preview on white background

This text has color #A690CA on white background.



Black color preview on #A690CA background

This text has black color on #A690CA background.


White color preview on #A690CA background

This text has white color on #A690CA background.