Color Hex Logo

#a65faa Color Hex

#A65FAA
(166,95,170)
0 Favorites   0 Comments

Color spaces of #a65faa

RGB 16695170
HSL0.820.310.52
HSV297°44°67°
CMYK 0.020.440.00   0.33
XYZ27.073819.193740.3080
Yxy19.19370.31270.2217
Hunter Lab43.810633.6397-23.8824
CIE-Lab50.913140.5648-28.2390

#a65faa color RGB value is (166,95,170).

#a65faa hex color red value is 166, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a65faa hue: 0.82 , saturation: 0.31 and the lightness value of a65faa is 0.52.

The process color (four color CMYK) of #a65faa color hex is 0.02, 0.44, 0.00, 0.33. Web safe color of #a65faa is #996699. Color #a65faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011111 10101010
Octal 246 137 252
Decimal 166 95 170
Hex A6 5F AA

RGB Percentages of Color #a65faa

%38.52
%22.04
%39.44

CMYK Percentages of Color #a65faa

%2
%44
%0
%33

Triadic Colors of #a65faa

#a65faa #aaa65f #5faaa6

Analogous Colors of #a65faa

#a65faa #aa5f89 #815faa

Monochromatic Colors of #a65faa

#a65faa

Complementary Color

#a65faa #63aa5f

#a65faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65faa Color CSS Codes

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

#a65faa Text Font Color

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

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


#a65faa Background Color

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

This div background color is #a65faa


#a65faa Border Color

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

This div border color is #a65faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65faa


Comments

No comments written yet.

Please login to write comment.