Color Hex Logo

#a681ae Color Hex

#A681AE
(166,129,174)
0 Favorites   0 Comments

Color spaces of #a681ae

RGB 166129174
HSL0.800.220.59
HSV289°26°68°
CMYK 0.050.260.00   0.32
XYZ31.216126.863543.5843
Yxy26.86350.30710.2642
Hunter Lab51.830016.8042-13.5765
CIE-Lab58.847822.3520-18.3485

#a681ae color RGB value is (166,129,174).

#a681ae hex color red value is 166, green value is 129 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a681ae hue: 0.80 , saturation: 0.22 and the lightness value of a681ae is 0.59.

The process color (four color CMYK) of #a681ae color hex is 0.05, 0.26, 0.00, 0.32. Web safe color of #a681ae is #999999. Color #a681ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 10101110
Octal 246 201 256
Decimal 166 129 174
Hex A6 81 AE

RGB Percentages of Color #a681ae

%35.39
%27.51
%37.10

CMYK Percentages of Color #a681ae

%5
%26
%0
%32

Triadic Colors of #a681ae

#a681ae #aea681 #81aea6

Analogous Colors of #a681ae

#a681ae #ae81a0 #9081ae

Monochromatic Colors of #a681ae

#a681ae

Complementary Color

#a681ae #89ae81

#a681ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a681ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a681ae Color CSS Codes

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

#a681ae Text Font Color

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

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


#a681ae Background Color

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

This div background color is #a681ae


#a681ae Border Color

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

This div border color is #a681ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a681ae


Comments

No comments written yet.

Please login to write comment.