Color Hex Logo

#a075ab Color Hex

#A075AB
(160,117,171)
0 Favorites   0 Comments

Color spaces of #a075ab

RGB 160117171
HSL0.800.240.56
HSV288°32°67°
CMYK 0.060.320.00   0.33
XYZ28.209223.136441.5071
Yxy23.13640.30380.2492
Hunter Lab48.100320.5086-17.4928
CIE-Lab55.212626.5685-22.2362

#a075ab color RGB value is (160,117,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 10101011
Octal 240 165 253
Decimal 160 117 171
Hex A0 75 AB

RGB Percentages of Color #a075ab

%35.71
%26.12
%38.17

CMYK Percentages of Color #a075ab

%6
%32
%0
%33

Triadic Colors of #a075ab

#a075ab #aba075 #75aba0

Analogous Colors of #a075ab

#a075ab #ab759b #8575ab

Monochromatic Colors of #a075ab

#a075ab

Complementary Color

#a075ab #80ab75

#a075ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075ab Color CSS Codes

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

#a075ab Text Font Color

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

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


#a075ab Background Color

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

This div background color is #a075ab


#a075ab Border Color

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

This div border color is #a075ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075ab


Comments

No comments written yet.

Please login to write comment.