Color Hex Logo

#a6517a Color Hex

#A6517A
(166,81,122)
0 Favorites   0 Comments

Color spaces of #a6517a

RGB 16681122
HSL0.920.340.48
HSV331°51°65°
CMYK 0.000.510.27   0.35
XYZ22.181215.397020.2152
Yxy15.39700.38380.2664
Hunter Lab39.239032.2350-3.0778
CIE-Lab46.173239.8476-6.9005

#a6517a color RGB value is (166,81,122).

#a6517a hex color red value is 166, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a6517a hue: 0.92 , saturation: 0.34 and the lightness value of a6517a is 0.48.

The process color (four color CMYK) of #a6517a color hex is 0.00, 0.51, 0.27, 0.35. Web safe color of #a6517a is #996666. Color #a6517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 01111010
Octal 246 121 172
Decimal 166 81 122
Hex A6 51 7A

RGB Percentages of Color #a6517a

%44.99
%21.95
%33.06

CMYK Percentages of Color #a6517a

%0
%51
%27
%35

Triadic Colors of #a6517a

#a6517a #7aa651 #517aa6

Analogous Colors of #a6517a

#a6517a #a65351 #a651a5

Monochromatic Colors of #a6517a

#a6517a

Complementary Color

#a6517a #51a67d

#a6517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6517a Color CSS Codes

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

#a6517a Text Font Color

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

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


#a6517a Background Color

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

This div background color is #a6517a


#a6517a Border Color

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

This div border color is #a6517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6517a


Comments

No comments written yet.

Please login to write comment.