Color Hex Logo

#a62aaf Color Hex

#A62AAF
(166,42,175)
0 Favorites   0 Comments

Color spaces of #a62aaf

RGB 16642175
HSL0.820.610.43
HSV296°76°69°
CMYK 0.050.760.00   0.31
XYZ24.291712.858141.7590
Yxy12.85810.30780.1629
Hunter Lab35.858258.1708-43.9460
CIE-Lab42.548764.9398-44.3633

#a62aaf color RGB value is (166,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101010 10101111
Octal 246 52 257
Decimal 166 42 175
Hex A6 2A AF

RGB Percentages of Color #a62aaf

%43.34
%10.97
%45.69

CMYK Percentages of Color #a62aaf

%5
%76
%0
%31

Triadic Colors of #a62aaf

#a62aaf #afa62a #2aafa6

Analogous Colors of #a62aaf

#a62aaf #af2a76 #642aaf

Monochromatic Colors of #a62aaf

#a62aaf

Complementary Color

#a62aaf #33af2a

#a62aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62aaf Color CSS Codes

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

#a62aaf Text Font Color

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

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


#a62aaf Background Color

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

This div background color is #a62aaf


#a62aaf Border Color

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

This div border color is #a62aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62aaf


Comments

No comments written yet.

Please login to write comment.