COLOR #A69CCC

HEX: #A69CCC RGB: (166,156,204)

Color info

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

RGB color model

#A69CCC color RGB value is (166,156,204).

RGB: (166,156,204) (65%, 61%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 156 of 255 = 61%
B 204 of 255 = 80%

166
156
204

R + G + B ~ 69%. #A69CCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 156 + 204 = 526 (100%)
R 166 of 526 ~ 31.56%
G 156 of 526 ~ 29.66%
B 204 of 526 ~ 38.78'%

%31.56
%29.66
%38.78

CMYK color model

#A69CCC color CMYK value is (19,24,0,20).

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

CMYK: (19,24,0,20)
C19M24Y0K20 (19%, 24%, 0%, 20%)
(0.19 / 0.24 / 0.00 / 0.20)

CMYK percentages

%18.63
%23.53
%0
%20

Codes

Color #A69CCC in popluar color models

A6 9C CC
RGB 166 156 204
HSL 253° 32.00% 70.59%
HSB/HSV 253° 23.53% 80.00%
CMYK 18.63% 23.53% 0.00%
20.00%

Color #A69CCC in popluar number systems.

HEX A6 9C CC
Decimal 166 156 204
Binary 10100110 10011100 11001100
Octal 246 234 314

Shades and tints

Shades of #A69CCC

#A69CCC
(166,156,204)
#978EBA
(151,142,186)
#8880A8
(136,128,168)
#797296
(121,114,150)
#6A6484
(106,100,132)
#5B5672
(91,86,114)
#4C4860
(76,72,96)
#3D3A4E
(61,58,78)
#2E2C3C
(46,44,60)
#1F1E2A
(31,30,42)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #A69CCC

#A69CCC
(166,156,204)
#AEA5D0
(174,165,208)
#B6AED4
(182,174,212)
#BEB7D8
(190,183,216)
#C6C0DC
(198,192,220)
#CEC9E0
(206,201,224)
#D6D2E4
(214,210,228)
#DEDBE8
(222,219,232)
#E6E4EC
(230,228,236)
#EEEDF0
(238,237,240)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69CCC; }

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

This text font color is #A69CCC.

Background Color

.myBgColor { background-color: #A69CCC; }

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

This div background color is #A69CCC.

Border color

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

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

This div border color is #A69CCC.

Opacity

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

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

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

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

This text has shadow with #A69CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69CCC.

Preview

Color preview on black background

This text has color #A69CCC on black background.


Color preview on white background

This text has color #A69CCC on white background.


Black color preview on #A69CCC background

This text has black color on #A69CCC background.


White color preview on #A69CCC background

This text has white color on #A69CCC background.


Related colors

Complementary color

Complementary color for #hex is #596333.


I love getcolorcode.com

Triadic colors

1 #CCA69C and #9CCCA6 with #A69CCC are triadic colors.

2 #CC9CA6 and #9CA6CC with #A69CCC are triadic colors.