Color Hex Logo

#a6a1cc Color Hex

#A6A1CC
(166,161,204)
2 Favorites   0 Comments

Color spaces of #a6a1cc

RGB 166161204
HSL0.690.300.72
HSV247°21°80°
CMYK 0.190.210.00   0.20
XYZ39.369837.956462.3780
Yxy37.95640.28180.2717
Hunter Lab61.60886.2514-16.9041
CIE-Lab67.988510.6969-21.2990

#a6a1cc color RGB value is (166,161,204).

#a6a1cc hex color red value is 166, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a6a1cc hue: 0.69 , saturation: 0.30 and the lightness value of a6a1cc is 0.72.

The process color (four color CMYK) of #a6a1cc color hex is 0.19, 0.21, 0.00, 0.20. Web safe color of #a6a1cc is #9999cc. Color #a6a1cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10100001 11001100
Octal 246 241 314
Decimal 166 161 204
Hex A6 A1 CC

RGB Percentages of Color #a6a1cc

%31.26
%30.32
%38.42

CMYK Percentages of Color #a6a1cc

%19
%21
%0
%20

Triadic Colors of #a6a1cc

#a6a1cc #cca6a1 #a1cca6

Analogous Colors of #a6a1cc

#a6a1cc #bca1cc #a1b2cc

Monochromatic Colors of #a6a1cc

#a6a1cc

Complementary Color

#a6a1cc #c7cca1

#a6a1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6a1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6a1cc Color CSS Codes

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

#a6a1cc Text Font Color

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

This sample text font color is #a6a1cc
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.


#a6a1cc Background Color

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

This div background color is #a6a1cc


#a6a1cc Border Color

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

This div border color is #a6a1cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,161,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 #a6a1cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6a1cc


Comments

No comments written yet.

Please login to write comment.