Color Hex Logo

#a05aaf Color Hex

#A05AAF
(160,90,175)
0 Favorites   0 Comments

Color spaces of #a05aaf

RGB 16090175
HSL0.800.350.52
HSV289°49°69°
CMYK 0.090.490.00   0.31
XYZ25.891217.881142.6442
Yxy17.88110.29960.2069
Hunter Lab42.286035.2926-30.1919
CIE-Lab49.351642.4337-33.6537

#a05aaf color RGB value is (160,90,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011010 10101111
Octal 240 132 257
Decimal 160 90 175
Hex A0 5A AF

RGB Percentages of Color #a05aaf

%37.65
%21.18
%41.18

CMYK Percentages of Color #a05aaf

%9
%49
%0
%31

Triadic Colors of #a05aaf

#a05aaf #afa05a #5aafa0

Analogous Colors of #a05aaf

#a05aaf #af5a94 #765aaf

Monochromatic Colors of #a05aaf

#a05aaf

Complementary Color

#a05aaf #69af5a

#a05aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05aaf Color CSS Codes

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

#a05aaf Text Font Color

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

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


#a05aaf Background Color

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

This div background color is #a05aaf


#a05aaf Border Color

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

This div border color is #a05aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05aaf


Comments

No comments written yet.

Please login to write comment.