Color Hex Logo

#a63aaf Color Hex

#A63AAF
(166,58,175)
0 Favorites   0 Comments

Color spaces of #a63aaf

RGB 16658175
HSL0.820.500.46
HSV295°67°69°
CMYK 0.050.670.00   0.31
XYZ24.976814.228241.9873
Yxy14.22820.30760.1752
Hunter Lab37.720352.1848-39.5928
CIE-Lab44.558459.2323-41.1625

#a63aaf color RGB value is (166,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111010 10101111
Octal 246 72 257
Decimal 166 58 175
Hex A6 3A AF

RGB Percentages of Color #a63aaf

%41.60
%14.54
%43.86

CMYK Percentages of Color #a63aaf

%5
%67
%0
%31

Triadic Colors of #a63aaf

#a63aaf #afa63a #3aafa6

Analogous Colors of #a63aaf

#a63aaf #af3a7e #6c3aaf

Monochromatic Colors of #a63aaf

#a63aaf

Complementary Color

#a63aaf #43af3a

#a63aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63aaf Color CSS Codes

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

#a63aaf Text Font Color

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

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


#a63aaf Background Color

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

This div background color is #a63aaf


#a63aaf Border Color

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

This div border color is #a63aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63aaf


Comments

No comments written yet.

Please login to write comment.