Color Hex Logo

#a775aa Color Hex

#A775AA
(167,117,170)
0 Favorites   0 Comments

Color spaces of #a775aa

RGB 167117170
HSL0.820.240.56
HSV297°31°67°
CMYK 0.020.310.00   0.33
XYZ29.553323.840341.0742
Yxy23.84030.31280.2524
Hunter Lab48.826522.5945-15.6978
CIE-Lab55.927528.7018-20.4976

#a775aa color RGB value is (167,117,170).

#a775aa hex color red value is 167, green value is 117 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a775aa hue: 0.82 , saturation: 0.24 and the lightness value of a775aa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110101 10101010
Octal 247 165 252
Decimal 167 117 170
Hex A7 75 AA

RGB Percentages of Color #a775aa

%36.78
%25.77
%37.44

CMYK Percentages of Color #a775aa

%2
%31
%0
%33

Triadic Colors of #a775aa

#a775aa #aaa775 #75aaa7

Analogous Colors of #a775aa

#a775aa #aa7593 #8d75aa

Monochromatic Colors of #a775aa

#a775aa

Complementary Color

#a775aa #78aa75

#a775aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a775aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a775aa Color CSS Codes

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

#a775aa Text Font Color

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

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


#a775aa Background Color

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

This div background color is #a775aa


#a775aa Border Color

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

This div border color is #a775aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a775aa


Comments

No comments written yet.

Please login to write comment.