Color Hex Logo

#a6498b Color Hex

#A6498B
(166,73,139)
0 Favorites   0 Comments

Color spaces of #a6498b

RGB 16673139
HSL0.880.390.47
HSV317°56°65°
CMYK 0.000.560.16   0.35
XYZ22.768614.736226.0704
Yxy14.73620.35810.2318
Hunter Lab38.387838.6936-13.3944
CIE-Lab45.270746.4313-18.5525

#a6498b color RGB value is (166,73,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 10001011
Octal 246 111 213
Decimal 166 73 139
Hex A6 49 8B

RGB Percentages of Color #a6498b

%43.92
%19.31
%36.77

CMYK Percentages of Color #a6498b

%0
%56
%16
%35

Triadic Colors of #a6498b

#a6498b #8ba649 #498ba6

Analogous Colors of #a6498b

#a6498b #a6495c #9349a6

Monochromatic Colors of #a6498b

#a6498b

Complementary Color

#a6498b #49a664

#a6498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6498b Color CSS Codes

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

#a6498b Text Font Color

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

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


#a6498b Background Color

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

This div background color is #a6498b


#a6498b Border Color

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

This div border color is #a6498b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6498b


Comments

No comments written yet.

Please login to write comment.