Color Hex Logo

#a75aaf Color Hex

#A75AAF
(167,90,175)
0 Favorites   0 Comments

Color spaces of #a75aaf

RGB 16790175
HSL0.820.350.52
HSV294°49°69°
CMYK 0.050.490.00   0.31
XYZ27.330418.623042.7116
Yxy18.62300.30820.2100
Hunter Lab43.154437.5269-28.4736
CIE-Lab50.243244.4882-32.1935

#a75aaf color RGB value is (167,90,175).

#a75aaf hex color red value is 167, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a75aaf hue: 0.82 , saturation: 0.35 and the lightness value of a75aaf is 0.52.

The process color (four color CMYK) of #a75aaf color hex is 0.05, 0.49, 0.00, 0.31. Web safe color of #a75aaf is #996699. Color #a75aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011010 10101111
Octal 247 132 257
Decimal 167 90 175
Hex A7 5A AF

RGB Percentages of Color #a75aaf

%38.66
%20.83
%40.51

CMYK Percentages of Color #a75aaf

%5
%49
%0
%31

Triadic Colors of #a75aaf

#a75aaf #afa75a #5aafa7

Analogous Colors of #a75aaf

#a75aaf #af5a8d #7d5aaf

Monochromatic Colors of #a75aaf

#a75aaf

Complementary Color

#a75aaf #62af5a

#a75aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75aaf Color CSS Codes

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

#a75aaf Text Font Color

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

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


#a75aaf Background Color

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

This div background color is #a75aaf


#a75aaf Border Color

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

This div border color is #a75aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75aaf


Comments

No comments written yet.

Please login to write comment.