COLOR #A676CB

HEX: #A676CB RGB: (166,118,203)

Color info

#A676CB contains mainly red and blue colors. Web safe color of #A676CB is #9966CC (or #96C).

RGB color model

#A676CB color RGB value is (166,118,203).

RGB: (166,118,203) (65%, 46%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 118 of 255 = 46%
B 203 of 255 = 80%

166
118
203

R + G + B ~ 64%. #A676CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 118 + 203 = 487 (100%)
R 166 of 487 ~ 34.09%
G 118 of 487 ~ 24.23%
B 203 of 487 ~ 41.68'%

%34.09
%24.23
%41.68

CMYK color model

#A676CB color CMYK value is (18,42,0,20).

  • cyan value is 18.23%
  • magenta value is 41.87%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (18,42,0,20)
C18M42Y0K20 (18%, 42%, 0%, 20%)
(0.18 / 0.42 / 0.00 / 0.20)

CMYK percentages

%18.23
%41.87
%0
%20.39

Codes

Color #A676CB in popluar color models

A6 76 CB
RGB 166 118 203
HSL 274° 44.97% 62.94%
HSB/HSV 274° 41.87% 79.61%
CMYK 18.23% 41.87% 0.00%
20.39%

Color #A676CB in popluar number systems.

HEX A6 76 CB
Decimal 166 118 203
Binary 10100110 1110110 11001011
Octal 246 166 313

Shades and tints

Shades of #A676CB

#A676CB
(166,118,203)
#976CB9
(151,108,185)
#8862A7
(136,98,167)
#795895
(121,88,149)
#6A4E83
(106,78,131)
#5B4471
(91,68,113)
#4C3A5F
(76,58,95)
#3D304D
(61,48,77)
#2E263B
(46,38,59)
#1F1C29
(31,28,41)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #A676CB

#A676CB
(166,118,203)
#AE82CF
(174,130,207)
#B68ED3
(182,142,211)
#BE9AD7
(190,154,215)
#C6A6DB
(198,166,219)
#CEB2DF
(206,178,223)
#D6BEE3
(214,190,227)
#DECAE7
(222,202,231)
#E6D6EB
(230,214,235)
#EEE2EF
(238,226,239)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A676CB color. Also use rgb(166,118,203) instead hex code.

Text Font Color

.myTextColor { color: #A676CB; }

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

This text font color is #A676CB.

Background Color

.myBgColor { background-color: #A676CB; }

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

This div background color is #A676CB.

Border color

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

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

This div border color is #A676CB.

Opacity

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

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

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

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

This text has shadow with #A676CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A676CB.

Preview

Color preview on black background

This text has color #A676CB on black background.


Color preview on white background

This text has color #A676CB on white background.


Black color preview on #A676CB background

This text has black color on #A676CB background.


White color preview on #A676CB background

This text has white color on #A676CB background.


Related colors

Complementary color

Complementary color for #hex is #598934.


I love getcolorcode.com

Triadic colors

1 #CBA676 and #76CBA6 with #A676CB are triadic colors.

2 #CB76A6 and #76A6CB with #A676CB are triadic colors.