Color Hex Logo

#a30aae Color Hex

#A30AAE
(163,10,174)
0 Favorites   0 Comments

Color spaces of #a30aae

RGB 16310174
HSL0.820.890.36
HSV296°94°68°
CMYK 0.060.940.00   0.32
XYZ22.852811.059640.9746
Yxy11.05960.30520.1477
Hunter Lab33.256064.4634-49.7719
CIE-Lab39.680770.9088-48.3925

#a30aae color RGB value is (163,10,174).

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

The process color (four color CMYK) of #a30aae color hex is 0.06, 0.94, 0.00, 0.32. Web safe color of #a30aae is #990099. Color #a30aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001010 10101110
Octal 243 12 256
Decimal 163 10 174
Hex A3 A AE

RGB Percentages of Color #a30aae

%46.97
%2.88
%50.14

CMYK Percentages of Color #a30aae

%6
%94
%0
%32

Triadic Colors of #a30aae

#a30aae #aea30a #0aaea3

Analogous Colors of #a30aae

#a30aae #ae0a67 #510aae

Monochromatic Colors of #a30aae

#a30aae

Complementary Color

#a30aae #15ae0a

#a30aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30aae Color CSS Codes

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

#a30aae Text Font Color

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

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


#a30aae Background Color

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

This div background color is #a30aae


#a30aae Border Color

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

This div border color is #a30aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,10,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a30aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30aae


Comments

No comments written yet.

Please login to write comment.