Color Hex Logo

#a6557f Color Hex

#A6557F
(166,85,127)
0 Favorites   0 Comments

Color spaces of #a6557f

RGB 16685127
HSL0.910.320.49
HSV329°49°65°
CMYK 0.000.490.23   0.35
XYZ22.805116.136321.9913
Yxy16.13630.37430.2648
Hunter Lab40.170031.0395-4.3396
CIE-Lab47.152838.4848-8.4597

#a6557f color RGB value is (166,85,127).

#a6557f hex color red value is 166, green value is 85 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a6557f hue: 0.91 , saturation: 0.32 and the lightness value of a6557f is 0.49.

The process color (four color CMYK) of #a6557f color hex is 0.00, 0.49, 0.23, 0.35. Web safe color of #a6557f is #996666. Color #a6557f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 01111111
Octal 246 125 177
Decimal 166 85 127
Hex A6 55 7F

RGB Percentages of Color #a6557f

%43.92
%22.49
%33.60

CMYK Percentages of Color #a6557f

%0
%49
%23
%35

Triadic Colors of #a6557f

#a6557f #7fa655 #557fa6

Analogous Colors of #a6557f

#a6557f #a65557 #a555a6

Monochromatic Colors of #a6557f

#a6557f

Complementary Color

#a6557f #55a67c

#a6557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6557f Color CSS Codes

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

#a6557f Text Font Color

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

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


#a6557f Background Color

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

This div background color is #a6557f


#a6557f Border Color

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

This div border color is #a6557f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6557f


Comments

No comments written yet.

Please login to write comment.