color codes Logo

#a677cc color codes

#A677CC
(166,119,204)
0 Favorites   0 Comments

Color spaces of #a677cc

RGB 166119204
HSL0.760.450.63
HSV273°42°80°
CMYK 0.190.420.00   0.20
XYZ33.221825.660360.3287
Yxy25.66030.27870.2153
Hunter Lab50.656028.4179-35.1522
CIE-Lab57.713234.4779-37.1757

#a677cc color RGB value is (166,119,204).

#a677cc hex color red value is 166, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a677cc hue: 0.76 , saturation: 0.45 and the lightness value of a677cc is 0.63.

The process color (four color CMYK) of #a677cc color code is 0.19, 0.42, 0.00, 0.20. Web safe color of #a677cc is #9966cc. Color #a677cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 11001100
Octal 246 167 314
Decimal 166 119 204
Hex A6 77 CC

RGB Percentages of Color #a677cc

%33.95
%24.34
%41.72

CMYK Percentages of Color #a677cc

%19
%42
%0
%20

Triadic Colors of #a677cc

#a677cc #cca677 #77cca6

Analogous Colors of #a677cc

#a677cc #cc77c8 #7c77cc

Monochromatic Colors of #a677cc

#a677cc

Complementary Color

#a677cc #9dcc77

#a677cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a677cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a677cc Color CSS Codes

.mybgcolor {background-color:#a677cc; } 
.myforecolor {color:#a677cc; }
.mybordercolor {border:3px solid #a677cc; }

#a677cc Text Font Color

<p style="color:#a677cc">Text here</p>

This sample text font color is #a677cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a677cc Background Color

<div style="background-color:#a677cc">
Div content here</div>

This div background color is #a677cc


#a677cc Border Color

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

This div border color is #a677cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,119,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a677cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a677cc;
  -webkit-box-shadow: 1px 1px 3px 2px #a677cc;
  box-shadow:         1px 1px 3px 2px #a677cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,119,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a677cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a677cc;
  -webkit-box-shadow: 1px 1px 3px 2px #a677cc;
  box-shadow:         1px 1px 3px 2px #a677cc;">
Div content here</div>

This div box has shadow with color #a677cc


Comments

No comments written yet.

Please login to write comment.