Color Hex Logo

#a65aac Color Hex

#A65AAC
(166,90,172)
0 Favorites   0 Comments

Color spaces of #a65aac

RGB 16690172
HSL0.820.330.51
HSV296°48°67°
CMYK 0.030.480.00   0.33
XYZ26.828418.397941.1669
Yxy18.39790.31050.2130
Hunter Lab42.892836.5851-26.8794
CIE-Lab49.975243.6102-30.8689

#a65aac color RGB value is (166,90,172).

#a65aac hex color red value is 166, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a65aac hue: 0.82 , saturation: 0.33 and the lightness value of a65aac is 0.51.

The process color (four color CMYK) of #a65aac color hex is 0.03, 0.48, 0.00, 0.33. Web safe color of #a65aac is #996699. Color #a65aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 10101100
Octal 246 132 254
Decimal 166 90 172
Hex A6 5A AC

RGB Percentages of Color #a65aac

%38.79
%21.03
%40.19

CMYK Percentages of Color #a65aac

%3
%48
%0
%33

Triadic Colors of #a65aac

#a65aac #aca65a #5aaca6

Analogous Colors of #a65aac

#a65aac #ac5a89 #7d5aac

Monochromatic Colors of #a65aac

#a65aac

Complementary Color

#a65aac #60ac5a

#a65aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65aac Color CSS Codes

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

#a65aac Text Font Color

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

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


#a65aac Background Color

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

This div background color is #a65aac


#a65aac Border Color

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

This div border color is #a65aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65aac


Comments

No comments written yet.

Please login to write comment.