Color Hex Logo

#a090af Color Hex

#A090AF
(160,144,175)
0 Favorites   0 Comments

Color spaces of #a090af

RGB 160144175
HSL0.750.160.63
HSV271°18°69°
CMYK 0.090.180.00   0.31
XYZ32.208330.515244.7499
Yxy30.51520.29970.2839
Hunter Lab55.24067.4044-9.3619
CIE-Lab62.096211.9669-14.0501

#a090af color RGB value is (160,144,175).

#a090af hex color red value is 160, green value is 144 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a090af hue: 0.75 , saturation: 0.16 and the lightness value of a090af is 0.63.

The process color (four color CMYK) of #a090af color hex is 0.09, 0.18, 0.00, 0.31. Web safe color of #a090af is #999999. Color #a090af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 10101111
Octal 240 220 257
Decimal 160 144 175
Hex A0 90 AF

RGB Percentages of Color #a090af

%33.40
%30.06
%36.53

CMYK Percentages of Color #a090af

%9
%18
%0
%31

Triadic Colors of #a090af

#a090af #afa090 #90afa0

Analogous Colors of #a090af

#a090af #af90af #9190af

Monochromatic Colors of #a090af

#a090af

Complementary Color

#a090af #9faf90

#a090af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090af Color CSS Codes

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

#a090af Text Font Color

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

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


#a090af Background Color

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

This div background color is #a090af


#a090af Border Color

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

This div border color is #a090af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090af


Comments

No comments written yet.

Please login to write comment.