Color Hex Logo

#a6498d Color Hex

#A6498D
(166,73,141)
0 Favorites   0 Comments

Color spaces of #a6498d

RGB 16673141
HSL0.880.390.47
HSV316°56°65°
CMYK 0.000.560.15   0.35
XYZ22.916114.795226.8472
Yxy14.79520.35500.2292
Hunter Lab38.464539.0324-14.4576
CIE-Lab45.352446.7484-19.6331

#a6498d color RGB value is (166,73,141).

#a6498d hex color red value is 166, green value is 73 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a6498d hue: 0.88 , saturation: 0.39 and the lightness value of a6498d is 0.47.

The process color (four color CMYK) of #a6498d color hex is 0.00, 0.56, 0.15, 0.35. Web safe color of #a6498d is #993399. Color #a6498d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 10001101
Octal 246 111 215
Decimal 166 73 141
Hex A6 49 8D

RGB Percentages of Color #a6498d

%43.68
%19.21
%37.11

CMYK Percentages of Color #a6498d

%0
%56
%15
%35

Triadic Colors of #a6498d

#a6498d #8da649 #498da6

Analogous Colors of #a6498d

#a6498d #a6495e #9149a6

Monochromatic Colors of #a6498d

#a6498d

Complementary Color

#a6498d #49a662

#a6498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6498d Color CSS Codes

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

#a6498d Text Font Color

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

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


#a6498d Background Color

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

This div background color is #a6498d


#a6498d Border Color

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

This div border color is #a6498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6498d


Comments

No comments written yet.

Please login to write comment.