Color Hex Logo

#aa97ce Color Hex

#AA97CE
(170,151,206)
0 Favorites   0 Comments

Color spaces of #aa97ce

RGB 170151206
HSL0.720.360.70
HSV261°27°81°
CMYK 0.170.270.00   0.19
XYZ38.784835.135563.1302
Yxy35.13550.28300.2564
Hunter Lab59.275213.0641-21.6533
CIE-Lab65.854018.0418-25.6441

#aa97ce color RGB value is (170,151,206).

#aa97ce hex color red value is 170, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa97ce hue: 0.72 , saturation: 0.36 and the lightness value of aa97ce is 0.70.

The process color (four color CMYK) of #aa97ce color hex is 0.17, 0.27, 0.00, 0.19. Web safe color of #aa97ce is #9999cc. Color #aa97ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010111 11001110
Octal 252 227 316
Decimal 170 151 206
Hex AA 97 CE

RGB Percentages of Color #aa97ce

%32.26
%28.65
%39.09

CMYK Percentages of Color #aa97ce

%17
%27
%0
%19

Triadic Colors of #aa97ce

#aa97ce #ceaa97 #97ceaa

Analogous Colors of #aa97ce

#aa97ce #c697ce #97a0ce

Monochromatic Colors of #aa97ce

#aa97ce

Complementary Color

#aa97ce #bbce97

#aa97ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa97ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa97ce Color CSS Codes

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

#aa97ce Text Font Color

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

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


#aa97ce Background Color

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

This div background color is #aa97ce


#aa97ce Border Color

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

This div border color is #aa97ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa97ce


Comments

No comments written yet.

Please login to write comment.