Color Hex Logo

#a466af Color Hex

#A466AF
(164,102,175)
0 Favorites   0 Comments

Color spaces of #a466af

RGB 164102175
HSL0.810.310.54
HSV291°42°69°
CMYK 0.060.420.00   0.31
XYZ27.799120.490443.0473
Yxy20.49040.30440.2243
Hunter Lab45.266330.4049-24.6971
CIE-Lab52.387237.1227-28.8795

#a466af color RGB value is (164,102,175).

#a466af hex color red value is 164, green value is 102 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a466af hue: 0.81 , saturation: 0.31 and the lightness value of a466af is 0.54.

The process color (four color CMYK) of #a466af color hex is 0.06, 0.42, 0.00, 0.31. Web safe color of #a466af is #996699. Color #a466af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100110 10101111
Octal 244 146 257
Decimal 164 102 175
Hex A4 66 AF

RGB Percentages of Color #a466af

%37.19
%23.13
%39.68

CMYK Percentages of Color #a466af

%6
%42
%0
%31

Triadic Colors of #a466af

#a466af #afa466 #66afa4

Analogous Colors of #a466af

#a466af #af6696 #8066af

Monochromatic Colors of #a466af

#a466af

Complementary Color

#a466af #71af66

#a466af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a466af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a466af Color CSS Codes

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

#a466af Text Font Color

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

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


#a466af Background Color

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

This div background color is #a466af


#a466af Border Color

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

This div border color is #a466af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,102,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a466af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a466af;
  -webkit-box-shadow: 1px 1px 3px 2px #a466af;
  box-shadow:         1px 1px 3px 2px #a466af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,102,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a466af


Comments

No comments written yet.

Please login to write comment.