Color Hex Logo

#a90faf Color Hex

#A90FAF
(169,15,175)
0 Favorites   0 Comments

Color spaces of #a90faf

RGB 16915175
HSL0.830.840.37
HSV298°91°69°
CMYK 0.030.910.00   0.31
XYZ24.270911.871841.5697
Yxy11.87180.31230.1528
Hunter Lab34.455565.4407-47.4131
CIE-Lab41.011671.4743-46.7934

#a90faf color RGB value is (169,15,175).

#a90faf hex color red value is 169, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a90faf hue: 0.83 , saturation: 0.84 and the lightness value of a90faf is 0.37.

The process color (four color CMYK) of #a90faf color hex is 0.03, 0.91, 0.00, 0.31. Web safe color of #a90faf is #990099. Color #a90faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001111 10101111
Octal 251 17 257
Decimal 169 15 175
Hex A9 F AF

RGB Percentages of Color #a90faf

%47.08
%4.18
%48.75

CMYK Percentages of Color #a90faf

%3
%91
%0
%31

Triadic Colors of #a90faf

#a90faf #afa90f #0fafa9

Analogous Colors of #a90faf

#a90faf #af0f65 #590faf

Monochromatic Colors of #a90faf

#a90faf

Complementary Color

#a90faf #15af0f

#a90faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90faf Color CSS Codes

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

#a90faf Text Font Color

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

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


#a90faf Background Color

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

This div background color is #a90faf


#a90faf Border Color

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

This div border color is #a90faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90faf


Comments

No comments written yet.

Please login to write comment.