COLOR #A694D2

HEX: #A694D2 RGB: (166,148,210)

Color info

#A694D2 contains mainly red and blue colors. Web safe color of #A694D2 is #9999CC (or #99C).

RGB color model

#A694D2 color RGB value is (166,148,210).

RGB: (166,148,210) (65%, 58%, 82%)

RGB channels and saturation

R 166 of 255 = 65%
G 148 of 255 = 58%
B 210 of 255 = 82%

166
148
210

R + G + B ~ 68%. #A694D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 148 + 210 = 524 (100%)
R 166 of 524 ~ 31.68%
G 148 of 524 ~ 28.24%
B 210 of 524 ~ 40.08'%

%31.68
%28.24
%40.08

CMYK color model

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

  • cyan value is 20.95%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (21,30,0,18)
C21M30Y0K18 (21%, 30%, 0%, 18%)
(0.21 / 0.30 / 0.00 / 0.18)

CMYK percentages

%20.95
%29.52
%0
%17.65

Codes

Color #A694D2 in popluar color models

A6 94 D2
RGB 166 148 210
HSL 257° 40.79% 70.20%
HSB/HSV 257° 29.52% 82.35%
CMYK 20.95% 29.52% 0.00%
17.65%

Color #A694D2 in popluar number systems.

HEX A6 94 D2
Decimal 166 148 210
Binary 10100110 10010100 11010010
Octal 246 224 322

Shades and tints

Shades of #A694D2

#A694D2
(166,148,210)
#9787BF
(151,135,191)
#887AAC
(136,122,172)
#796D99
(121,109,153)
#6A6086
(106,96,134)
#5B5373
(91,83,115)
#4C4660
(76,70,96)
#3D394D
(61,57,77)
#2E2C3A
(46,44,58)
#1F1F27
(31,31,39)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A694D2

#A694D2
(166,148,210)
#AE9DD6
(174,157,214)
#B6A6DA
(182,166,218)
#BEAFDE
(190,175,222)
#C6B8E2
(198,184,226)
#CEC1E6
(206,193,230)
#D6CAEA
(214,202,234)
#DED3EE
(222,211,238)
#E6DCF2
(230,220,242)
#EEE5F6
(238,229,246)
#F6EEFA
(246,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A694D2; }

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

This text font color is #A694D2.

Background Color

.myBgColor { background-color: #A694D2; }

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

This div background color is #A694D2.

Border color

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

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

This div border color is #A694D2.

Opacity

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

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

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

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

This text has shadow with #A694D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A694D2.

Preview

Color preview on black background

This text has color #A694D2 on black background.


Color preview on white background

This text has color #A694D2 on white background.


Black color preview on #A694D2 background

This text has black color on #A694D2 background.


White color preview on #A694D2 background

This text has white color on #A694D2 background.


Related colors

Complementary color

Complementary color for #hex is #596B2D.


I love getcolorcode.com

Triadic colors

1 #D2A694 and #94D2A6 with #A694D2 are triadic colors.

2 #D294A6 and #94A6D2 with #A694D2 are triadic colors.