Color Hex Logo

#a60aa3 Color Hex

#A60AA3
(166,10,163)
0 Favorites   0 Comments

Color spaces of #a60aa3

RGB 16610163
HSL0.840.890.35
HSV301°94°65°
CMYK 0.000.940.02   0.35
XYZ22.445310.968435.5844
Yxy10.96840.32530.1590
Hunter Lab33.118663.0165-40.5214
CIE-Lab39.527269.7112-42.0256

#a60aa3 color RGB value is (166,10,163).

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

The process color (four color CMYK) of #a60aa3 color hex is 0.00, 0.94, 0.02, 0.35. Web safe color of #a60aa3 is #990099. Color #a60aa3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001010 10100011
Octal 246 12 243
Decimal 166 10 163
Hex A6 A A3

RGB Percentages of Color #a60aa3

%48.97
%2.95
%48.08

CMYK Percentages of Color #a60aa3

%0
%94
%2
%35

Triadic Colors of #a60aa3

#a60aa3 #a3a60a #0aa3a6

Analogous Colors of #a60aa3

#a60aa3 #a60a55 #5b0aa6

Monochromatic Colors of #a60aa3

#a60aa3

Complementary Color

#a60aa3 #0aa60d

#a60aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60aa3 Color CSS Codes

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

#a60aa3 Text Font Color

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

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


#a60aa3 Background Color

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

This div background color is #a60aa3


#a60aa3 Border Color

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

This div border color is #a60aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60aa3


Comments

No comments written yet.

Please login to write comment.