COLOR #A692CC

HEX: #A692CC RGB: (166,146,204)

Color info

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

RGB color model

#A692CC color RGB value is (166,146,204).

RGB: (166,146,204) (65%, 57%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 146 of 255 = 57%
B 204 of 255 = 80%

166
146
204

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

Portions of RGB colors in percentages

R + G + B = 166 + 146 + 204 = 516 (100%)
R 166 of 516 ~ 32.17%
G 146 of 516 ~ 28.29%
B 204 of 516 ~ 39.53'%

%32.17
%28.29
%39.53

CMYK color model

#A692CC color CMYK value is (19,28,0,20).

  • cyan value is 18.63%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (19,28,0,20)
C19M28Y0K20 (19%, 28%, 0%, 20%)
(0.19 / 0.28 / 0.00 / 0.20)

CMYK percentages

%18.63
%28.43
%0
%20

Codes

Color #A692CC in popluar color models

A6 92 CC
RGB 166 146 204
HSL 261° 36.25% 68.63%
HSB/HSV 261° 28.43% 80.00%
CMYK 18.63% 28.43% 0.00%
20.00%

Color #A692CC in popluar number systems.

HEX A6 92 CC
Decimal 166 146 204
Binary 10100110 10010010 11001100
Octal 246 222 314

Shades and tints

Shades of #A692CC

#A692CC
(166,146,204)
#9785BA
(151,133,186)
#8878A8
(136,120,168)
#796B96
(121,107,150)
#6A5E84
(106,94,132)
#5B5172
(91,81,114)
#4C4460
(76,68,96)
#3D374E
(61,55,78)
#2E2A3C
(46,42,60)
#1F1D2A
(31,29,42)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #A692CC

#A692CC
(166,146,204)
#AE9BD0
(174,155,208)
#B6A4D4
(182,164,212)
#BEADD8
(190,173,216)
#C6B6DC
(198,182,220)
#CEBFE0
(206,191,224)
#D6C8E4
(214,200,228)
#DED1E8
(222,209,232)
#E6DAEC
(230,218,236)
#EEE3F0
(238,227,240)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A692CC color. Also use rgb(166,146,204) instead hex code.

Text Font Color

.myTextColor { color: #A692CC; }

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

This text font color is #A692CC.

Background Color

.myBgColor { background-color: #A692CC; }

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

This div background color is #A692CC.

Border color

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

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

This div border color is #A692CC.

Opacity

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

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

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

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

This text has shadow with #A692CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A692CC.

Preview

Color preview on black background

This text has color #A692CC on black background.


Color preview on white background

This text has color #A692CC on white background.


Black color preview on #A692CC background

This text has black color on #A692CC background.


White color preview on #A692CC background

This text has white color on #A692CC background.


Related colors

Complementary color

Complementary color for #hex is #596D33.


I love getcolorcode.com

Triadic colors

1 #CCA692 and #92CCA6 with #A692CC are triadic colors.

2 #CC92A6 and #92A6CC with #A692CC are triadic colors.