Color Hex Logo

#a775ae Color Hex

#A775AE
(167,117,174)
0 Favorites   0 Comments

Color spaces of #a775ae

RGB 167117174
HSL0.810.260.57
HSV293°33°68°
CMYK 0.040.330.00   0.32
XYZ29.937623.994143.0978
Yxy23.99410.30850.2473
Hunter Lab48.983823.3729-17.8770
CIE-Lab56.081929.4985-22.5667

#a775ae color RGB value is (167,117,174).

#a775ae hex color red value is 167, green value is 117 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a775ae hue: 0.81 , saturation: 0.26 and the lightness value of a775ae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110101 10101110
Octal 247 165 256
Decimal 167 117 174
Hex A7 75 AE

RGB Percentages of Color #a775ae

%36.46
%25.55
%37.99

CMYK Percentages of Color #a775ae

%4
%33
%0
%32

Triadic Colors of #a775ae

#a775ae #aea775 #75aea7

Analogous Colors of #a775ae

#a775ae #ae7599 #8b75ae

Monochromatic Colors of #a775ae

#a775ae

Complementary Color

#a775ae #7cae75

#a775ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a775ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a775ae Color CSS Codes

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

#a775ae Text Font Color

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

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


#a775ae Background Color

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

This div background color is #a775ae


#a775ae Border Color

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

This div border color is #a775ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,117,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a775ae


Comments

No comments written yet.

Please login to write comment.