Color Hex Logo

#a6168f Color Hex

#A6168F
(166,22,143)
0 Favorites   0 Comments

Color spaces of #a6168f

RGB 16622143
HSL0.860.770.37
HSV310°87°65°
CMYK 0.000.870.14   0.35
XYZ20.970710.664026.9397
Yxy10.66400.35800.1821
Hunter Lab32.655857.4805-26.0528
CIE-Lab39.008765.0242-30.7144

#a6168f color RGB value is (166,22,143).

#a6168f hex color red value is 166, green value is 22 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a6168f hue: 0.86 , saturation: 0.77 and the lightness value of a6168f is 0.37.

The process color (four color CMYK) of #a6168f color hex is 0.00, 0.87, 0.14, 0.35. Web safe color of #a6168f is #990099. Color #a6168f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010110 10001111
Octal 246 26 217
Decimal 166 22 143
Hex A6 16 8F

RGB Percentages of Color #a6168f

%50.15
%6.65
%43.20

CMYK Percentages of Color #a6168f

%0
%87
%14
%35

Triadic Colors of #a6168f

#a6168f #8fa616 #168fa6

Analogous Colors of #a6168f

#a6168f #a61647 #7516a6

Monochromatic Colors of #a6168f

#a6168f

Complementary Color

#a6168f #16a62d

#a6168f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6168f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6168f Color CSS Codes

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

#a6168f Text Font Color

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

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


#a6168f Background Color

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

This div background color is #a6168f


#a6168f Border Color

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

This div border color is #a6168f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6168f


Comments

No comments written yet.

Please login to write comment.