COLOR #A69CC4

HEX: #A69CC4 RGB: (166,156,196)

Color info

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

RGB color model

#A69CC4 color RGB value is (166,156,196).

RGB: (166,156,196) (65%, 61%, 77%)

RGB channels and saturation

R 166 of 255 = 65%
G 156 of 255 = 61%
B 196 of 255 = 77%

166
156
196

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

Portions of RGB colors in percentages

R + G + B = 166 + 156 + 196 = 518 (100%)
R 166 of 518 ~ 32.05%
G 156 of 518 ~ 30.12%
B 196 of 518 ~ 37.84'%

%32.05
%30.12
%37.84

CMYK color model

#A69CC4 color CMYK value is (15,20,0,23).

  • cyan value is 15.31%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (15,20,0,23)
C15M20Y0K23 (15%, 20%, 0%, 23%)
(0.15 / 0.20 / 0.00 / 0.23)

CMYK percentages

%15.31
%20.41
%0
%23.14

Codes

Color #A69CC4 in popluar color models

A6 9C C4
RGB 166 156 196
HSL 255° 25.32% 69.02%
HSB/HSV 255° 20.41% 76.86%
CMYK 15.31% 20.41% 0.00%
23.14%

Color #A69CC4 in popluar number systems.

HEX A6 9C C4
Decimal 166 156 196
Binary 10100110 10011100 11000100
Octal 246 234 304

Shades and tints

Shades of #A69CC4

#A69CC4
(166,156,196)
#978EB3
(151,142,179)
#8880A2
(136,128,162)
#797291
(121,114,145)
#6A6480
(106,100,128)
#5B566F
(91,86,111)
#4C485E
(76,72,94)
#3D3A4D
(61,58,77)
#2E2C3C
(46,44,60)
#1F1E2B
(31,30,43)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #A69CC4

#A69CC4
(166,156,196)
#AEA5C9
(174,165,201)
#B6AECE
(182,174,206)
#BEB7D3
(190,183,211)
#C6C0D8
(198,192,216)
#CEC9DD
(206,201,221)
#D6D2E2
(214,210,226)
#DEDBE7
(222,219,231)
#E6E4EC
(230,228,236)
#EEEDF1
(238,237,241)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69CC4 color. Also use rgb(166,156,196) instead hex code.

Text Font Color

.myTextColor { color: #A69CC4; }

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

This text font color is #A69CC4.

Background Color

.myBgColor { background-color: #A69CC4; }

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

This div background color is #A69CC4.

Border color

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

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

This div border color is #A69CC4.

Opacity

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

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

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

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

This text has shadow with #A69CC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69CC4.

Preview

Color preview on black background

This text has color #A69CC4 on black background.


Color preview on white background

This text has color #A69CC4 on white background.


Black color preview on #A69CC4 background

This text has black color on #A69CC4 background.


White color preview on #A69CC4 background

This text has white color on #A69CC4 background.


Related colors

Complementary color

Complementary color for #hex is #59633B.


I love getcolorcode.com

Triadic colors

1 #C4A69C and #9CC4A6 with #A69CC4 are triadic colors.

2 #C49CA6 and #9CA6C4 with #A69CC4 are triadic colors.