Color Hex Logo

#a307aa Color Hex

#A307AA
(163,7,170)
0 Favorites   0 Comments

Color spaces of #a307aa

RGB 1637170
HSL0.830.920.35
HSV297°96°67°
CMYK 0.040.960.00   0.33
XYZ22.435910.840838.9402
Yxy10.84080.31070.1501
Hunter Lab32.925464.0135-47.0734
CIE-Lab39.311070.5998-46.5994

#a307aa color RGB value is (163,7,170).

#a307aa hex color red value is 163, green value is 7 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a307aa hue: 0.83 , saturation: 0.92 and the lightness value of a307aa is 0.35.

The process color (four color CMYK) of #a307aa color hex is 0.04, 0.96, 0.00, 0.33. Web safe color of #a307aa is #990099. Color #a307aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000111 10101010
Octal 243 7 252
Decimal 163 7 170
Hex A3 7 AA

RGB Percentages of Color #a307aa

%47.94
%2.06
%50.00

CMYK Percentages of Color #a307aa

%4
%96
%0
%33

Triadic Colors of #a307aa

#a307aa #aaa307 #07aaa3

Analogous Colors of #a307aa

#a307aa #aa075f #5207aa

Monochromatic Colors of #a307aa

#a307aa

Complementary Color

#a307aa #0eaa07

#a307aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a307aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a307aa Color CSS Codes

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

#a307aa Text Font Color

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

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


#a307aa Background Color

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

This div background color is #a307aa


#a307aa Border Color

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

This div border color is #a307aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a307aa


Comments

No comments written yet.

Please login to write comment.