Color Hex Logo

#a6819f Color Hex

#A6819F
(166,129,159)
0 Favorites   0 Comments

Color spaces of #a6819f

RGB 166129159
HSL0.860.170.58
HSV311°22°65°
CMYK 0.000.220.04   0.35
XYZ29.834126.310736.3069
Yxy26.31070.32270.2846
Hunter Lab51.294014.0565-6.0609
CIE-Lab58.330819.4124-10.5317

#a6819f color RGB value is (166,129,159).

#a6819f hex color red value is 166, green value is 129 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a6819f hue: 0.86 , saturation: 0.17 and the lightness value of a6819f is 0.58.

The process color (four color CMYK) of #a6819f color hex is 0.00, 0.22, 0.04, 0.35. Web safe color of #a6819f is #999999. Color #a6819f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 10011111
Octal 246 201 237
Decimal 166 129 159
Hex A6 81 9F

RGB Percentages of Color #a6819f

%36.56
%28.41
%35.02

CMYK Percentages of Color #a6819f

%0
%22
%4
%35

Triadic Colors of #a6819f

#a6819f #9fa681 #819fa6

Analogous Colors of #a6819f

#a6819f #a6818d #9b81a6

Monochromatic Colors of #a6819f

#a6819f

Complementary Color

#a6819f #81a688

#a6819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6819f Color CSS Codes

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

#a6819f Text Font Color

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

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


#a6819f Background Color

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

This div background color is #a6819f


#a6819f Border Color

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

This div border color is #a6819f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6819f


Comments

No comments written yet.

Please login to write comment.