Color Hex Logo

#a076af Color Hex

#A076AF
(160,118,175)
0 Favorites   0 Comments

Color spaces of #a076af

RGB 160118175
HSL0.790.260.57
HSV284°33°69°
CMYK 0.090.330.00   0.31
XYZ28.713523.525643.5850
Yxy23.52560.29960.2455
Hunter Lab48.503220.7900-19.3258
CIE-Lab55.609726.8326-23.9322

#a076af color RGB value is (160,118,175).

#a076af hex color red value is 160, green value is 118 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a076af hue: 0.79 , saturation: 0.26 and the lightness value of a076af is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 10101111
Octal 240 166 257
Decimal 160 118 175
Hex A0 76 AF

RGB Percentages of Color #a076af

%35.32
%26.05
%38.63

CMYK Percentages of Color #a076af

%9
%33
%0
%31

Triadic Colors of #a076af

#a076af #afa076 #76afa0

Analogous Colors of #a076af

#a076af #af76a2 #8476af

Monochromatic Colors of #a076af

#a076af

Complementary Color

#a076af #85af76

#a076af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076af Color CSS Codes

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

#a076af Text Font Color

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

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


#a076af Background Color

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

This div background color is #a076af


#a076af Border Color

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

This div border color is #a076af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076af


Comments

No comments written yet.

Please login to write comment.