Color Hex Logo

#aa64af Color Hex

#AA64AF
(170,100,175)
0 Favorites   0 Comments

Color spaces of #aa64af

RGB 170100175
HSL0.820.320.54
HSV296°43°69°
CMYK 0.030.430.00   0.31
XYZ28.872620.755543.0419
Yxy20.75550.31160.2240
Hunter Lab45.558233.3979-24.1245
CIE-Lab52.680940.0752-28.3671

#aa64af color RGB value is (170,100,175).

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

The process color (four color CMYK) of #aa64af color hex is 0.03, 0.43, 0.00, 0.31. Web safe color of #aa64af is #996699. Color #aa64af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100100 10101111
Octal 252 144 257
Decimal 170 100 175
Hex AA 64 AF

RGB Percentages of Color #aa64af

%38.20
%22.47
%39.33

CMYK Percentages of Color #aa64af

%3
%43
%0
%31

Triadic Colors of #aa64af

#aa64af #afaa64 #64afaa

Analogous Colors of #aa64af

#aa64af #af648f #8564af

Monochromatic Colors of #aa64af

#aa64af

Complementary Color

#aa64af #69af64

#aa64af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa64af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa64af Color CSS Codes

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

#aa64af Text Font Color

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

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


#aa64af Background Color

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

This div background color is #aa64af


#aa64af Border Color

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

This div border color is #aa64af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa64af


Comments

No comments written yet.

Please login to write comment.