Color Hex Logo

#a56aae Color Hex

#A56AAE
(165,106,174)
0 Favorites   0 Comments

Color spaces of #a56aae

RGB 165106174
HSL0.810.300.55
HSV292°39°68°
CMYK 0.050.390.00   0.32
XYZ28.311121.363442.6758
Yxy21.36340.30660.2313
Hunter Lab46.220628.4492-22.3885
CIE-Lab53.344935.0197-26.8047

#a56aae color RGB value is (165,106,174).

#a56aae hex color red value is 165, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a56aae hue: 0.81 , saturation: 0.30 and the lightness value of a56aae is 0.55.

The process color (four color CMYK) of #a56aae color hex is 0.05, 0.39, 0.00, 0.32. Web safe color of #a56aae is #996699. Color #a56aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101010 10101110
Octal 245 152 256
Decimal 165 106 174
Hex A5 6A AE

RGB Percentages of Color #a56aae

%37.08
%23.82
%39.10

CMYK Percentages of Color #a56aae

%5
%39
%0
%32

Triadic Colors of #a56aae

#a56aae #aea56a #6aaea5

Analogous Colors of #a56aae

#a56aae #ae6a95 #836aae

Monochromatic Colors of #a56aae

#a56aae

Complementary Color

#a56aae #73ae6a

#a56aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56aae Color CSS Codes

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

#a56aae Text Font Color

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

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


#a56aae Background Color

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

This div background color is #a56aae


#a56aae Border Color

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

This div border color is #a56aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,106,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 #a56aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56aae


Comments

No comments written yet.

Please login to write comment.