Color Hex Logo

#a30aaf Color Hex

#A30AAF
(163,10,175)
0 Favorites   0 Comments

Color spaces of #a30aaf

RGB 16310175
HSL0.820.890.36
HSV296°94°69°
CMYK 0.070.940.00   0.31
XYZ22.950711.098841.4901
Yxy11.09880.30380.1469
Hunter Lab33.314964.6681-50.5190
CIE-Lab39.746471.0689-48.8823

#a30aaf color RGB value is (163,10,175).

#a30aaf hex color red value is 163, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a30aaf hue: 0.82 , saturation: 0.89 and the lightness value of a30aaf is 0.36.

The process color (four color CMYK) of #a30aaf color hex is 0.07, 0.94, 0.00, 0.31. Web safe color of #a30aaf is #990099. Color #a30aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 10101111
Octal 243 12 257
Decimal 163 10 175
Hex A3 A AF

RGB Percentages of Color #a30aaf

%46.84
%2.87
%50.29

CMYK Percentages of Color #a30aaf

%7
%94
%0
%31

Triadic Colors of #a30aaf

#a30aaf #afa30a #0aafa3

Analogous Colors of #a30aaf

#a30aaf #af0a69 #500aaf

Monochromatic Colors of #a30aaf

#a30aaf

Complementary Color

#a30aaf #16af0a

#a30aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30aaf Color CSS Codes

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

#a30aaf Text Font Color

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

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


#a30aaf Background Color

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

This div background color is #a30aaf


#a30aaf Border Color

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

This div border color is #a30aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30aaf


Comments

No comments written yet.

Please login to write comment.