COLOR #A694C3

HEX: #A694C3
RGB: (166,148,195)

Color info

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

RGB color model

#A694C3 color RGB value is (166,148,195).

  • red value is 166;
  • green value is 148;
  • blue value is 195.
RGB:
(166,148,195)
(65%,58%,76%)

RGB channels and saturation

R 166 of 255 = 65%
G 148 of 255 = 58%
B 195 of 255 = 76%

166
148
195

R + G + B ~ 66%. #A694C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 148 + 195 = 509 (100%)
R 166 of 509 ~ 32.61%
G 148 of 509 ~ 29.08%
B 195 of 509 ~ 38.31%

%32.61
%29.08
%38.31

CMYK color model

#A694C3 color CMYK value is (15,24,0,24).

  • cyan value is 14.87%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(15,24,0,24)
C15M24Y0K24 
(15%,24%,0%,24%)
(0.15/0.24/0.00/0.24)	

CMYK percentages

%14.87
%24.1
%0
%23.53

Codes

Color #A694C3 in popluar color models

A694C3
RGB166148195
HSL263°28.14%67.25%
HSB/HSV263°24.10%76.47%
CMYK14.87%24.10%0.00%
23.53%

Color #A694C3 in popluar number systems.

HEXA694C3
Decimal166148195
Binary101001101001010011000011
Octal246224303

Shades and tints

Shades of #A694C3

#A694C3
(166,148,195)
#9787B2
(151,135,178)
#887AA1
(136,122,161)
#796D90
(121,109,144)
#6A607F
(106,96,127)
#5B536E
(91,83,110)
#4C465D
(76,70,93)
#3D394C
(61,57,76)
#2E2C3B
(46,44,59)
#1F1F2A
(31,31,42)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #A694C3

#A694C3
(166,148,195)
#AE9DC8
(174,157,200)
#B6A6CD
(182,166,205)
#BEAFD2
(190,175,210)
#C6B8D7
(198,184,215)
#CEC1DC
(206,193,220)
#D6CAE1
(214,202,225)
#DED3E6
(222,211,230)
#E6DCEB
(230,220,235)
#EEE5F0
(238,229,240)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A694C3 color. Also use rgb(166,148,195) instead hex code.

Text Font Color

.myTextColor { color: #A694C3; }

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

This text font color is #A694C3.


Background Color

.myBgColor { background-color: #A694C3; }

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

This div background color is #A694C3.


Border color

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

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

This div border color is #A694C3.


Opacity

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

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

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

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

This text has shadow with #A694C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A694C3 on black background.


Color preview on white background

This text has color #A694C3 on white background.



Black color preview on #A694C3 background

This text has black color on #A694C3 background.


White color preview on #A694C3 background

This text has white color on #A694C3 background.