Color Hex Logo

#a93aaf Color Hex

#A93AAF
(169,58,175)
0 Favorites   0 Comments

Color spaces of #a93aaf

RGB 16958175
HSL0.820.500.46
HSV297°67°69°
CMYK 0.030.670.00   0.31
XYZ25.613114.556342.0171
Yxy14.55630.31160.1771
Hunter Lab38.152753.0653-38.5884
CIE-Lab45.020459.9380-40.4005

#a93aaf color RGB value is (169,58,175).

#a93aaf hex color red value is 169, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a93aaf hue: 0.82 , saturation: 0.50 and the lightness value of a93aaf is 0.46.

The process color (four color CMYK) of #a93aaf color hex is 0.03, 0.67, 0.00, 0.31. Web safe color of #a93aaf is #993399. Color #a93aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111010 10101111
Octal 251 72 257
Decimal 169 58 175
Hex A9 3A AF

RGB Percentages of Color #a93aaf

%42.04
%14.43
%43.53

CMYK Percentages of Color #a93aaf

%3
%67
%0
%31

Triadic Colors of #a93aaf

#a93aaf #afa93a #3aafa9

Analogous Colors of #a93aaf

#a93aaf #af3a7b #6f3aaf

Monochromatic Colors of #a93aaf

#a93aaf

Complementary Color

#a93aaf #40af3a

#a93aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93aaf Color CSS Codes

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

#a93aaf Text Font Color

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

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


#a93aaf Background Color

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

This div background color is #a93aaf


#a93aaf Border Color

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

This div border color is #a93aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93aaf


Comments

No comments written yet.

Please login to write comment.