Color Hex Logo

#a53aaf Color Hex

#A53AAF
(165,58,175)
0 Favorites   0 Comments

Color spaces of #a53aaf

RGB 16558175
HSL0.820.500.46
HSV295°67°69°
CMYK 0.060.670.00   0.31
XYZ24.768014.120641.9776
Yxy14.12060.30630.1746
Hunter Lab37.577451.8925-39.9285
CIE-Lab44.405458.9971-41.4152

#a53aaf color RGB value is (165,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111010 10101111
Octal 245 72 257
Decimal 165 58 175
Hex A5 3A AF

RGB Percentages of Color #a53aaf

%41.46
%14.57
%43.97

CMYK Percentages of Color #a53aaf

%6
%67
%0
%31

Triadic Colors of #a53aaf

#a53aaf #afa53a #3aafa5

Analogous Colors of #a53aaf

#a53aaf #af3a7f #6b3aaf

Monochromatic Colors of #a53aaf

#a53aaf

Complementary Color

#a53aaf #44af3a

#a53aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53aaf Color CSS Codes

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

#a53aaf Text Font Color

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

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


#a53aaf Background Color

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

This div background color is #a53aaf


#a53aaf Border Color

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

This div border color is #a53aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53aaf


Comments

No comments written yet.

Please login to write comment.