Color Hex Logo

#a468aa Color Hex

#A468AA
(164,104,170)
0 Favorites   0 Comments

Color spaces of #a468aa

RGB 164104170
HSL0.820.280.54
HSV295°39°67°
CMYK 0.040.390.00   0.33
XYZ27.515920.695440.5746
Yxy20.69540.30990.2331
Hunter Lab45.492228.3542-21.0364
CIE-Lab52.614535.0120-25.6214

#a468aa color RGB value is (164,104,170).

#a468aa hex color red value is 164, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a468aa hue: 0.82 , saturation: 0.28 and the lightness value of a468aa is 0.54.

The process color (four color CMYK) of #a468aa color hex is 0.04, 0.39, 0.00, 0.33. Web safe color of #a468aa is #996699. Color #a468aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 10101010
Octal 244 150 252
Decimal 164 104 170
Hex A4 68 AA

RGB Percentages of Color #a468aa

%37.44
%23.74
%38.81

CMYK Percentages of Color #a468aa

%4
%39
%0
%33

Triadic Colors of #a468aa

#a468aa #aaa468 #68aaa4

Analogous Colors of #a468aa

#a468aa #aa688f #8368aa

Monochromatic Colors of #a468aa

#a468aa

Complementary Color

#a468aa #6eaa68

#a468aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a468aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a468aa Color CSS Codes

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

#a468aa Text Font Color

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

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


#a468aa Background Color

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

This div background color is #a468aa


#a468aa Border Color

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

This div border color is #a468aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a468aa


Comments

No comments written yet.

Please login to write comment.