COLOR #A69FCC

HEX: #A69FCC RGB: (166,159,204)

Color info

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

RGB color model

#A69FCC color RGB value is (166,159,204).

RGB: (166,159,204) (65%, 62%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 159 of 255 = 62%
B 204 of 255 = 80%

166
159
204

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

Portions of RGB colors in percentages

R + G + B = 166 + 159 + 204 = 529 (100%)
R 166 of 529 ~ 31.38%
G 159 of 529 ~ 30.06%
B 204 of 529 ~ 38.56'%

%31.38
%30.06
%38.56

CMYK color model

#A69FCC color CMYK value is (19,22,0,20).

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

CMYK: (19,22,0,20)
C19M22Y0K20 (19%, 22%, 0%, 20%)
(0.19 / 0.22 / 0.00 / 0.20)

CMYK percentages

%18.63
%22.06
%0
%20

Codes

Color #A69FCC in popluar color models

A6 9F CC
RGB 166 159 204
HSL 249° 30.61% 71.18%
HSB/HSV 249° 22.06% 80.00%
CMYK 18.63% 22.06% 0.00%
20.00%

Color #A69FCC in popluar number systems.

HEX A6 9F CC
Decimal 166 159 204
Binary 10100110 10011111 11001100
Octal 246 237 314

Shades and tints

Shades of #A69FCC

#A69FCC
(166,159,204)
#9791BA
(151,145,186)
#8883A8
(136,131,168)
#797596
(121,117,150)
#6A6784
(106,103,132)
#5B5972
(91,89,114)
#4C4B60
(76,75,96)
#3D3D4E
(61,61,78)
#2E2F3C
(46,47,60)
#1F212A
(31,33,42)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A69FCC

#A69FCC
(166,159,204)
#AEA7D0
(174,167,208)
#B6AFD4
(182,175,212)
#BEB7D8
(190,183,216)
#C6BFDC
(198,191,220)
#CEC7E0
(206,199,224)
#D6CFE4
(214,207,228)
#DED7E8
(222,215,232)
#E6DFEC
(230,223,236)
#EEE7F0
(238,231,240)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69FCC; }

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

This text font color is #A69FCC.

Background Color

.myBgColor { background-color: #A69FCC; }

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

This div background color is #A69FCC.

Border color

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

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

This div border color is #A69FCC.

Opacity

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

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

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

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

This text has shadow with #A69FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69FCC.

Preview

Color preview on black background

This text has color #A69FCC on black background.


Color preview on white background

This text has color #A69FCC on white background.


Black color preview on #A69FCC background

This text has black color on #A69FCC background.


White color preview on #A69FCC background

This text has white color on #A69FCC background.


Related colors

Complementary color

Complementary color for #hex is #596033.


I love getcolorcode.com

Triadic colors

1 #CCA69F and #9FCCA6 with #A69FCC are triadic colors.

2 #CC9FA6 and #9FA6CC with #A69FCC are triadic colors.