Color Hex Logo

#a6417a Color Hex

#A6417A
(166,65,122)
0 Favorites   0 Comments

Color spaces of #a6417a

RGB 16665122
HSL0.910.440.45
HSV326°61°65°
CMYK 0.000.610.27   0.35
XYZ21.129013.292719.8645
Yxy13.29270.38920.2449
Hunter Lab36.459239.6417-6.7823
CIE-Lab43.201047.7123-11.3614

#a6417a color RGB value is (166,65,122).

#a6417a hex color red value is 166, green value is 65 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a6417a hue: 0.91 , saturation: 0.44 and the lightness value of a6417a is 0.45.

The process color (four color CMYK) of #a6417a color hex is 0.00, 0.61, 0.27, 0.35. Web safe color of #a6417a is #993366. Color #a6417a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 01111010
Octal 246 101 172
Decimal 166 65 122
Hex A6 41 7A

RGB Percentages of Color #a6417a

%47.03
%18.41
%34.56

CMYK Percentages of Color #a6417a

%0
%61
%27
%35

Triadic Colors of #a6417a

#a6417a #7aa641 #417aa6

Analogous Colors of #a6417a

#a6417a #a64147 #a041a6

Monochromatic Colors of #a6417a

#a6417a

Complementary Color

#a6417a #41a66d

#a6417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6417a Color CSS Codes

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

#a6417a Text Font Color

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

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


#a6417a Background Color

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

This div background color is #a6417a


#a6417a Border Color

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

This div border color is #a6417a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6417a


Comments

No comments written yet.

Please login to write comment.