Color Hex Logo

#a36aac Color Hex

#A36AAC
(163,106,172)
0 Favorites   0 Comments

Color spaces of #a36aac

RGB 163106172
HSL0.810.280.55
HSV292°38°67°
CMYK 0.050.380.00   0.33
XYZ27.704721.073241.6371
Yxy21.07320.30640.2331
Hunter Lab45.905627.3927-21.6431
CIE-Lab53.029533.9779-26.1513

#a36aac color RGB value is (163,106,172).

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

The process color (four color CMYK) of #a36aac color hex is 0.05, 0.38, 0.00, 0.33. Web safe color of #a36aac is #996699. Color #a36aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101010 10101100
Octal 243 152 254
Decimal 163 106 172
Hex A3 6A AC

RGB Percentages of Color #a36aac

%36.96
%24.04
%39.00

CMYK Percentages of Color #a36aac

%5
%38
%0
%33

Triadic Colors of #a36aac

#a36aac #aca36a #6aaca3

Analogous Colors of #a36aac

#a36aac #ac6a94 #826aac

Monochromatic Colors of #a36aac

#a36aac

Complementary Color

#a36aac #73ac6a

#a36aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36aac Color CSS Codes

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

#a36aac Text Font Color

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

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


#a36aac Background Color

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

This div background color is #a36aac


#a36aac Border Color

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

This div border color is #a36aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,106,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36aac


Comments

No comments written yet.

Please login to write comment.